Files
core/tests/fixtures/ozw/cover.json
T
Michał Mrozek 61475d0a0c Add support for window covers to ozw integration (#37217)
* feat: add cover to ozw

* fix: imports

* fix: formatting

* fix: improve code regarding comments

* add: cover tests

* fix: add position converting tests

* fix: convert cover position form zwave value

* fix: improve naming

* fix: increase coverage
2020-06-30 13:02:30 +02:00

25 lines
687 B
JSON

{
"topic": "OpenZWave/1/node/37/instance/1/commandclass/38/value/625573905/",
"payload": {
"Label": "Instance 1: Level",
"Value": 0,
"Units": "",
"ValueSet": true,
"ValuePolled": false,
"ChangeVerified": false,
"Min": 0,
"Max": 255,
"Type": "Byte",
"Instance": 1,
"CommandClass": "COMMAND_CLASS_SWITCH_MULTILEVEL",
"Index": 0,
"Node": 37,
"Genre": "User",
"Help": "The Current Level of the Device",
"ValueIDKey": 625573905,
"ReadOnly": false,
"WriteOnly": false,
"Event": "valueChanged",
"TimeStamp": 1593370642
}
}