Remove the commented exec:command:beamerpower thing using apcaccess

master
slopjong 2019-11-24 21:34:21 +01:00
parent 6bb88d6c12
commit 3e081bff10
1 changed files with 3 additions and 8 deletions

View File

@ -52,7 +52,6 @@ Bridge mqtt:broker:mosquitto "Mosquitto" [
commandTopic="cmnd/chill_zone/sonoffs/Power"
]
}
// Thing exec:command:beamerpower [command="/sbin/apcaccess -u", interval=5, timeout=2, autorun=false]
// ----------------------------------------------------------------------------
@ -104,14 +103,10 @@ Bridge mqtt:broker:mosquitto "Mosquitto" [
// ----------------------------------------------------------------------------§
Thing topic irremote "IR remote" @ "Chill Zone" {
Type string : ir_code "ircode"
[
commandTopic="cmnd/chill_zone/irremote/IRSEND"
]
Type string : ir_code "ircode" [
commandTopic="cmnd/chill_zone/irremote/IRSEND"
]
}
}