Skip to content

Commit 3eb78af

Browse files
authored
Update z-wave-device-specific.markdown
update example on zwave/set_config_parameters to reflect correct parameters
1 parent 2238aef commit 3eb78af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/getting-started/z-wave-device-specific.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ You should check OZW.log to see if your new setting has been set
2525
Example entry in dev-service, setting binary reports for an Aeotec Multisensor 6:
2626
```yaml
2727
# Example entry in dev-service
28-
{"entity_id": "sensor.aetoec_multisensor_6_luminance_5",
29-
"parameter": "5",
30-
"value": "2"
28+
{
29+
"node_id": 42,
30+
"parameter": 5,
31+
"value": 2
3132
}
3233
```
3334

0 commit comments

Comments
 (0)