-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
105 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Json_parser/StaticLuaDefinations/2601B-PULSE/digioTriggerModes.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
digio.TRIG_BYPASS = nil | ||
digio.TRIG_FALLING = nil | ||
digio.TRIG_RISING = nil | ||
digio.TRIG_EITHER = nil | ||
digio.TRIG_SYNCHRONOUSA = nil | ||
digio.TRIG_SYNCHRONOUS = nil | ||
digio.TRIG_SYNCHRONOUSM = nil | ||
digio.TRIG_RISINGA = nil | ||
digio.TRIG_RISINGM = nil | ||
|
||
---@alias digioTriggerModes | ||
---| `digio.TRIG_BYPASS` | ||
---| `digio.TRIG_FALLING` | ||
---| `digio.TRIG_RISING` | ||
---| `digio.TRIG_EITHER` | ||
---| `digio.TRIG_SYNCHRONOUSA` | ||
---| `digio.TRIG_SYNCHRONOUS` | ||
---| `digio.TRIG_SYNCHRONOUSM` | ||
---| `digio.TRIG_RISINGA` | ||
---| `digio.TRIG_RISINGM` |
30 changes: 30 additions & 0 deletions
30
Json_parser/StaticLuaDefinations/2601B-PULSE/statsVartype.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
---@meta | ||
|
||
---@class statsVar | ||
---@field min min | ||
---@field mean number | ||
---@field stddev number | ||
---@field n number | ||
---@field max max | ||
|
||
---@class min | ||
---@field measurefunction string | ||
---@field measurerange number | ||
---@field reading number | ||
---@field sourcefunction string | ||
---@field sourceoutputstate string | ||
---@field sourcerange number | ||
---@field sourcevalue number | ||
---@field status number | ||
---@field timestamp number | ||
|
||
---@class max | ||
---@field measurefunction string | ||
---@field measurerange number | ||
---@field reading number | ||
---@field sourcefunction string | ||
---@field sourceoutputstate string | ||
---@field sourcerange number | ||
---@field sourcevalue number | ||
---@field status number | ||
---@field timestamp number |
20 changes: 20 additions & 0 deletions
20
Json_parser/StaticLuaDefinations/2601B-PULSE/tsplinkTriggerModes.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
tsplink.TRIG_BYPASS = nil | ||
tsplink.TRIG_FALLING = nil | ||
tsplink.TRIG_RISING = nil | ||
tsplink.TRIG_EITHER = nil | ||
tsplink.TRIG_SYNCHRONOUSA = nil | ||
tsplink.TRIG_SYNCHRONOUS = nil | ||
tsplink.TRIG_SYNCHRONOUSM = nil | ||
tsplink.TRIG_RISINGA = nil | ||
tsplink.TRIG_RISINGM = nil | ||
|
||
---@alias tsplinkTriggerModes | ||
---| `tsplink.TRIG_BYPASS` | ||
---| `tsplink.TRIG_FALLING` | ||
---| `tsplink.TRIG_RISING` | ||
---| `tsplink.TRIG_EITHER` | ||
---| `tsplink.TRIG_SYNCHRONOUSA` | ||
---| `tsplink.TRIG_SYNCHRONOUS` | ||
---| `tsplink.TRIG_SYNCHRONOUSM` | ||
---| `tsplink.TRIG_RISINGA` | ||
---| `tsplink.TRIG_RISINGM` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters