MotionIntelligent: Add transition times

This commit is contained in:
Adrian 2018-04-28 00:25:37 +02:00
parent 32f0d7bc55
commit 3e63274261
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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