diff --git a/MotionAllOff/all-off.rule.json b/MotionAllOff/all-off.rule.json index d738a3f..3650665 100644 --- a/MotionAllOff/all-off.rule.json +++ b/MotionAllOff/all-off.rule.json @@ -8,7 +8,7 @@ }, { "address": "/sensors/MOTION/state/lastupdated", - "operator": "ddx", + "operator": "stable", "value": "PT02:00:00" } ], diff --git a/MotionIntelligent/off.rule.json b/MotionIntelligent/off.rule.json index 4ef3379..02567fe 100644 --- a/MotionIntelligent/off.rule.json +++ b/MotionIntelligent/off.rule.json @@ -22,8 +22,7 @@ "address": "/groups/GROUP/action", "method": "PUT", "body": { - "on": false, - "transitiontime": 200 + "on": false } }, { diff --git a/MotionIntelligent/on-bright.rule.json b/MotionIntelligent/on-bright.rule.json index bace129..8630bdc 100644 --- a/MotionIntelligent/on-bright.rule.json +++ b/MotionIntelligent/on-bright.rule.json @@ -33,8 +33,7 @@ "body": { "on": true, "bri": 240, - "ct": 357, - "transitiontime": 2 + "ct": 357 } }, { diff --git a/MotionIntelligent/on-dim.rule.json b/MotionIntelligent/on-dim.rule.json index 1911d0e..840a0fa 100644 --- a/MotionIntelligent/on-dim.rule.json +++ b/MotionIntelligent/on-dim.rule.json @@ -33,8 +33,7 @@ "body": { "on": true, "bri": 13, - "ct": 1000, - "transitiontime": 50 + "ct": 1000 } }, {