Compare commits
No commits in common. "3e6327426136eb9cc6b6aec5a1ed6af5e6e02965" and "e7a8f05024393b7a43c95f34a480a11618084e1b" have entirely different histories.
3e63274261
...
e7a8f05024
4 changed files with 4 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"address": "/sensors/MOTION/state/lastupdated",
|
||||
"operator": "ddx",
|
||||
"operator": "stable",
|
||||
"value": "PT02:00:00"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
"address": "/groups/GROUP/action",
|
||||
"method": "PUT",
|
||||
"body": {
|
||||
"on": false,
|
||||
"transitiontime": 200
|
||||
"on": false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -33,8 +33,7 @@
|
|||
"body": {
|
||||
"on": true,
|
||||
"bri": 240,
|
||||
"ct": 357,
|
||||
"transitiontime": 2
|
||||
"ct": 357
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -33,8 +33,7 @@
|
|||
"body": {
|
||||
"on": true,
|
||||
"bri": 13,
|
||||
"ct": 1000,
|
||||
"transitiontime": 50
|
||||
"ct": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue