From: Vincent Date: Fri, 31 Jan 2020 07:56:43 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a45fa0ed04cabc3aa56885bd6a6a2a9fe15cf894;p=tortuga-home.git . --- 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'); }