Hue/TapSimple/4.rule.json

26 lines
366 B
JSON

{
"name": "BASENAME.4",
"conditions": [
{
"address": "/sensors/TAP/state/lastupdated",
"operator": "dx"
},
{
"address": "/sensors/TAP/state/buttonevent",
"operator": "eq",
"value": "18"
}
],
"actions": [
{
"address": "/groups/GROUP/action",
"method": "PUT",
"body": {
"on": true,
"bri": 203,
"ct": 182
}
}
]
}