Hue/DimmerLiving/dn-hold.rule.json

31 lines
455 B
JSON

{
"name": "BASENAME.dn-hold",
"conditions": [
{
"address": "/sensors/DIMMER/state/buttonevent",
"operator": "eq",
"value": "3001"
},
{
"address": "/sensors/DIMMER/state/lastupdated",
"operator": "dx"
}
],
"actions": [
{
"address": "/groups/GROUP1/action",
"method": "PUT",
"body": {
"ct_inc": 24
}
},
{
"address": "/groups/GROUP2/action",
"method": "PUT",
"body": {
"ct_inc": 24
}
}
]
}