diff --git a/movieMode.json b/movieMode.json index 6e39d35..a4ecdf8 100644 --- a/movieMode.json +++ b/movieMode.json @@ -7,19 +7,26 @@ "content": "1${val}", "steps": 15, "seconds": 5, - "start": 100, + "start": -1, "end": 20, - "endOff": true + "endOff": true, + "startAction": "\"urn:Belkin:service:basicevent:1#GetBinaryState\"", + "startContent": "", + "startField": "brightness" }, { "device": "Bar", - "comment": "Bar lights down to 10%", + "comment": "Bar lights down to 10%, then off", "action": "\"urn:Belkin:service:basicevent:1#SetBinaryState\"", "content": "1${val}", "steps": 15, "seconds": 5, - "start": 100, - "end": 0 + "start": -1, + "end": 0, + "endOff": true, + "startAction": "\"urn:Belkin:service:basicevent:1#GetBinaryState\"", + "startContent": "", + "startField": "brightness" } ], "off": [ @@ -31,7 +38,7 @@ "steps": 15, "seconds": 5, "start": 20, - "end": 100 + "end": 60 }, { "device": "Bar",