mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Update example zwave_js_event value notification event to include new keys (#16815)
This commit is contained in:
parent
1e419b6d8e
commit
007d640655
@ -168,12 +168,15 @@ Value Notification example:
|
|||||||
"home_id": "974823419",
|
"home_id": "974823419",
|
||||||
"endpoint": 0,
|
"endpoint": 0,
|
||||||
"device_id": "ad8098fe80980974",
|
"device_id": "ad8098fe80980974",
|
||||||
"command_class": 32,
|
"command_class": 91,
|
||||||
"command_class_name": "Basic",
|
"command_class_name": "Central Scene",
|
||||||
"label": "Event value",
|
"label": "Event value",
|
||||||
"property_name": "event",
|
"property": "scene",
|
||||||
"property_key_name": "some value",
|
"property_name": "scene",
|
||||||
"value": 255,
|
"property_key": "001",
|
||||||
|
"property_key_name": "001",
|
||||||
|
"value": "KeyPressed",
|
||||||
|
"value_raw": 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user