37 lines
574 B
JSON
37 lines
574 B
JSON
{
|
|
"name": "BASENAME.on-long-ct",
|
|
"conditions": [
|
|
{
|
|
"address": "/sensors/MEM/state/status",
|
|
"operator": "gt",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"address": "/sensors/DIMMER/state/buttonevent",
|
|
"operator": "eq",
|
|
"value": "1003"
|
|
},
|
|
{
|
|
"address": "/sensors/DIMMER/state/lastupdated",
|
|
"operator": "dx"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"address": "/groups/GROUP/action",
|
|
"method": "PUT",
|
|
"body": {
|
|
"bri": 203,
|
|
"hue": 60000,
|
|
"sat": 240
|
|
}
|
|
},
|
|
{
|
|
"address": "/sensors/MEM/state",
|
|
"method": "PUT",
|
|
"body": {
|
|
"status": 0
|
|
}
|
|
}
|
|
]
|
|
}
|