Compare commits

..

No commits in common. "3e6327426136eb9cc6b6aec5a1ed6af5e6e02965" and "e7a8f05024393b7a43c95f34a480a11618084e1b" have entirely different histories.

4 changed files with 4 additions and 7 deletions

View file

@ -8,7 +8,7 @@
}, },
{ {
"address": "/sensors/MOTION/state/lastupdated", "address": "/sensors/MOTION/state/lastupdated",
"operator": "ddx", "operator": "stable",
"value": "PT02:00:00" "value": "PT02:00:00"
} }
], ],

View file

@ -22,8 +22,7 @@
"address": "/groups/GROUP/action", "address": "/groups/GROUP/action",
"method": "PUT", "method": "PUT",
"body": { "body": {
"on": false, "on": false
"transitiontime": 200
} }
}, },
{ {

View file

@ -33,8 +33,7 @@
"body": { "body": {
"on": true, "on": true,
"bri": 240, "bri": 240,
"ct": 357, "ct": 357
"transitiontime": 2
} }
}, },
{ {

View file

@ -33,8 +33,7 @@
"body": { "body": {
"on": true, "on": true,
"bri": 13, "bri": 13,
"ct": 1000, "ct": 1000
"transitiontime": 50
} }
}, },
{ {