File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments