Merge pull request #1306 from geirra/current

Update z-wave-device-specific.markdown
This commit is contained in:
Fabian Affolter 2016-10-24 08:22:10 +02:00 committed by GitHub
commit 9b15c44756

View File

@ -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
}
```