mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -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…
x
Reference in New Issue
Block a user