change basement lights config
This commit is contained in:
parent
cc1c541d41
commit
d6efca7d58
|
@ -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>",
|
"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,
|
"steps": 15,
|
||||||
"seconds": 5,
|
"seconds": 5,
|
||||||
"start": 100,
|
"start": -1,
|
||||||
"end": 20,
|
"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",
|
"device": "Bar",
|
||||||
"comment": "Bar lights down to 10%",
|
"comment": "Bar lights down to 10%, then off",
|
||||||
"action": "\"urn:Belkin:service:basicevent:1#SetBinaryState\"",
|
"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>",
|
"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,
|
"steps": 15,
|
||||||
"seconds": 5,
|
"seconds": 5,
|
||||||
"start": 100,
|
"start": -1,
|
||||||
"end": 0
|
"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": [
|
"off": [
|
||||||
|
@ -31,7 +38,7 @@
|
||||||
"steps": 15,
|
"steps": 15,
|
||||||
"seconds": 5,
|
"seconds": 5,
|
||||||
"start": 20,
|
"start": 20,
|
||||||
"end": 100
|
"end": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"device": "Bar",
|
"device": "Bar",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user