diff --git a/things/level2.things b/things/level2.things index 8ff7a74..d693da1 100644 --- a/things/level2.things +++ b/things/level2.things @@ -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" + ] } }