Merge pull request #1306 from geirra/current
Update z-wave-device-specific.markdown
This commit is contained in:
commit
9b15c44756
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:
|
||||
```yaml
|
||||
# Example entry in dev-service
|
||||
{"entity_id": "sensor.aetoec_multisensor_6_luminance_5",
|
||||
"parameter": "5",
|
||||
"value": "2"
|
||||
{
|
||||
"node_id": 42,
|
||||
"parameter": 5,
|
||||
"value": 2
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue