From: Vincent Date: Thu, 9 Jan 2020 07:59:37 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3d34cb40c711e5f0e2528721a56dbd40bddcfbb3;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e47e6d8..55f595d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,9 +3,7 @@ - - - + @@ -1180,21 +1178,21 @@ - + - + - + - + diff --git a/scripts/lib/insteon.php b/scripts/lib/insteon.php index e9289f1..07a673f 100644 --- a/scripts/lib/insteon.php +++ b/scripts/lib/insteon.php @@ -13,6 +13,7 @@ function insteonCommand($command) $queue = []; } $queue[] = $command; + __insteonCommand($command); $redis->igbset('insteon_queue', $queue); $redis->publish('insteon_event', 'handle_queue'); }