48 lines
2.4 KiB
JSON
48 lines
2.4 KiB
JSON
{
|
|
"on": [
|
|
{
|
|
"device": "Basement",
|
|
"comment": "Basement lights will turn 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": 20,
|
|
"endOff": true
|
|
},
|
|
{
|
|
"device": "Bar",
|
|
"comment": "Bar lights down to 10%",
|
|
"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
|
|
}
|
|
],
|
|
"off": [
|
|
{
|
|
"device": "Basement",
|
|
"comment": "Basement lights will turn on",
|
|
"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": 20,
|
|
"end": 100
|
|
},
|
|
{
|
|
"device": "Bar",
|
|
"comment": "Bar lights up to 100%",
|
|
"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": 10,
|
|
"end": 100
|
|
}
|
|
]
|
|
}
|