blob: d9df57a6feb0646fd994dd0aed6a9389786c8440 (
plain)
1
2
|
name = "Power ON & OFF"
actions = [ { "command" : "on", "return_code" : "^0$" }, { "command" : "status", "return_code" : "^0$" }, { "command" : "off", "return_code" : "^0$" }, { "command" : "status", "return_code" : "^2$" } ]
|