From a45fa0ed04cabc3aa56885bd6a6a2a9fe15cf894 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 31 Jan 2020 08:56:43 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 143 +++++----------------------------------- scripts/lib/insteon.php | 1 - 2 files changed, 17 insertions(+), 127 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d4e46a6..a5bd3f8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,118 +2,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1297,12 +1188,12 @@ - + - + @@ -1312,16 +1203,16 @@ - + - - + + - + diff --git a/scripts/lib/insteon.php b/scripts/lib/insteon.php index 07a673f..e9289f1 100644 --- a/scripts/lib/insteon.php +++ b/scripts/lib/insteon.php @@ -13,7 +13,6 @@ function insteonCommand($command) $queue = []; } $queue[] = $command; - __insteonCommand($command); $redis->igbset('insteon_queue', $queue); $redis->publish('insteon_event', 'handle_queue'); } -- 2.39.5