32 lines
482 B
JSON
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
|
|
}
|
|
},
|
|
]
|
|
}
|