Compare commits

...

2 Commits

Author SHA1 Message Date
Adrian 3e63274261 MotionIntelligent: Add transition times 2018-04-28 00:33:24 +02:00
Adrian 32f0d7bc55 MotionAllOff: Fix operator bug 2018-04-28 00:33:24 +02:00
4 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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