Hue/LivingDimmer/off-short.1.json
2018-04-11 00:54:30 +02:00

35 lines
555 B
JSON

{
"name": "%basename%.off-short.1",
"conditions": [
{
"address": "/sensors/%dimmer%/state/buttonevent",
"operator": "eq",
"value": "4002"
},
{
"address": "/sensors/%mem%/state/status",
"operator": "eq",
"value": "1"
},
{
"address": "/sensors/%dimmer%/state/lastupdated",
"operator": "dx"
}
],
"actions": [
{
"address": "/sensors/%mem%/state",
"method": "PUT",
"body": {
"status": 0
}
},
{
"address": "/groups/%group1%/action",
"method": "PUT",
"body": {
"on": false
}
}
]
}