Hue/SimpleTap/2.rule.json
2018-04-11 07:02:25 +02:00

25 lines
364 B
JSON

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