{
- "State": {
+ "Example State": {
"plugin": "State"
},
"WaitCheck": {
"TriggerStateCheck": {
"plugin": "Alias",
"from": { "sender": "WaitCheck", "event": "finished" },
- "to": { "target": "State", "command": "get state" }
+ "to": { "target": "Example State", "command": "get state" }
},
"TriggerWaitCheck": {
"plugin": "Alias",
"TriggerStateOnOff": {
"plugin": "Alias",
"from": { "sender": "WaitOn", "event": "finished" },
- "to": { "target": "State", "command": "set state", "state": false }
+ "to": { "target": "Example State", "command": "set state", "state": false }
},
"TriggerWaitOnOff": {
"plugin": "Alias",
"TriggerStateOffOn": {
"plugin": "Alias",
"from": { "sender": "WaitOff", "event": "finished" },
- "to": { "target": "State", "command": "set state", "state": true }
+ "to": { "target": "Example State", "command": "set state", "state": true }
},
"TriggerWaitOffOn": {
"plugin": "Alias",
"State Change Logger": {
"plugin": "Log",
"filter": [
- { "sender": "State", "changed": true }
+ { "sender": "Example State", "changed": true }
]
}
}