Hue/DimmerBed/off-short.rule.json

24 lines
352 B
JSON
Raw Permalink Normal View History

2018-04-17 11:01:43 +02:00
{
"name": "BASENAME.off-short",
"conditions": [
{
"address": "/sensors/DIMMER/state/buttonevent",
"operator": "eq",
"value": "4002"
},
{
"address": "/sensors/DIMMER/state/lastupdated",
"operator": "dx"
}
],
"actions": [
{
"address": "/groups/GROUP/action",
"method": "PUT",
"body": {
"on": false
}
}
]
}