Hue/LivingDimmer/on-long.rule.json
2018-04-11 07:02:25 +02:00

32 lines
482 B
JSON

{
"name": "BASENAME.on-long",
"conditions": [
{
"address": "/sensors/DIMMER/state/buttonevent",
"operator": "eq",
"value": "1001"
},
{
"address": "/sensors/DIMMER/state/lastupdated",
"operator": "dx"
}
],
"actions": [
{
"address": "/groups/GROUP1/action",
"method": "PUT",
"body": {
"bri": 203,
"ct": 357
}
},
{
"address": "/groups/GROUP2/action",
"method": "PUT",
"body": {
"bri": 203,
"ct": 357
}
},
]
}