From 3e081bff1065a4030b9021f294d9d4529faa9e35 Mon Sep 17 00:00:00 2001 From: slopjong Date: Sun, 24 Nov 2019 21:34:21 +0100 Subject: [PATCH] Remove the commented exec:command:beamerpower thing using apcaccess --- things/level2.things | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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" + ] } }