Skip to content

Commit eacf0bf

Browse files
differentiate between ISTS and IREG in USAGE
1 parent 29d7b78 commit eacf0bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/USAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ The JSON file/dictionary shall follow the following pattern/structure
5656
"on_get_cb": some_function # callback function executed on the client after a value has been requested
5757
},
5858
},
59-
"ISTS": { # this key shall contain all static input registers
60-
"ISTS_NAME": { # custom name of a static input register
61-
"register": 67, # register address of the static input register
59+
"ISTS": { # this key shall contain all input status registers
60+
"ISTS_NAME": { # custom name of a input status register
61+
"register": 67, # register address of the input status register
6262
"len": 1, # amount of registers to request aka quantity
6363
"val": 0, # used to set a register, not possible for ISTS
64-
"description": "Optional description of the static input register",
64+
"description": "Optional description of the input status register",
6565
"range": "[0, 1]",
6666
"unit": "activated",
6767
"on_get_cb": some_function # callback function executed on the client after a value has been requested

0 commit comments

Comments
 (0)