change basement lights config

This commit is contained in:
Emil Lerch 2020-01-28 17:03:45 -08:00
parent cc1c541d41
commit d6efca7d58
Signed by: lobo
GPG Key ID: CEC5F37C1BE5A481

View File

@ -7,19 +7,26 @@
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?><s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body><u:SetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\"><BinaryState>1</BinaryState><brightness>${val}</brightness></u:SetBinaryState></s:Body></s:Envelope>",
"steps": 15,
"seconds": 5,
"start": 100,
"start": -1,
"end": 20,
"endOff": true
"endOff": true,
"startAction": "\"urn:Belkin:service:basicevent:1#GetBinaryState\"",
"startContent": "<?xml version=\"1.0\" encoding=\"utf-8\"?><s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body><u:GetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\"></u:GetBinaryState></s:Body></s:Envelope>",
"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": "<?xml version=\"1.0\" encoding=\"utf-8\"?><s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body><u:SetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\"><BinaryState>1</BinaryState><brightness>${val}</brightness></u:SetBinaryState></s:Body></s:Envelope>",
"steps": 15,
"seconds": 5,
"start": 100,
"end": 0
"start": -1,
"end": 0,
"endOff": true,
"startAction": "\"urn:Belkin:service:basicevent:1#GetBinaryState\"",
"startContent": "<?xml version=\"1.0\" encoding=\"utf-8\"?><s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body><u:GetBinaryState xmlns:u=\"urn:Belkin:service:basicevent:1\"></u:GetBinaryState></s:Body></s:Envelope>",
"startField": "brightness"
}
],
"off": [
@ -31,7 +38,7 @@
"steps": 15,
"seconds": 5,
"start": 20,
"end": 100
"end": 60
},
{
"device": "Bar",