MotionIntelligent: Add transition times
This commit is contained in:
parent
32f0d7bc55
commit
3e63274261
3 changed files with 6 additions and 3 deletions
MotionIntelligent
|
@ -22,7 +22,8 @@
|
|||
"address": "/groups/GROUP/action",
|
||||
"method": "PUT",
|
||||
"body": {
|
||||
"on": false
|
||||
"on": false,
|
||||
"transitiontime": 200
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"body": {
|
||||
"on": true,
|
||||
"bri": 240,
|
||||
"ct": 357
|
||||
"ct": 357,
|
||||
"transitiontime": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"body": {
|
||||
"on": true,
|
||||
"bri": 13,
|
||||
"ct": 1000
|
||||
"ct": 1000,
|
||||
"transitiontime": 50
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue