Update z-wave-device-specific.markdown
update example on zwave/set_config_parameters to reflect correct parameters
This commit is contained in:
parent
2238aef7ce
commit
3eb78af779
1 changed files with 4 additions and 3 deletions
|
@ -25,9 +25,10 @@ You should check OZW.log to see if your new setting has been set
|
||||||
Example entry in dev-service, setting binary reports for an Aeotec Multisensor 6:
|
Example entry in dev-service, setting binary reports for an Aeotec Multisensor 6:
|
||||||
```yaml
|
```yaml
|
||||||
# Example entry in dev-service
|
# Example entry in dev-service
|
||||||
{"entity_id": "sensor.aetoec_multisensor_6_luminance_5",
|
{
|
||||||
"parameter": "5",
|
"node_id": 42,
|
||||||
"value": "2"
|
"parameter": 5,
|
||||||
|
"value": 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue