From 3d34cb40c711e5f0e2528721a56dbd40bddcfbb3 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 9 Jan 2020 08:59:37 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 30 ++++++++++++++---------------- scripts/lib/insteon.php | 1 + 2 files changed, 15 insertions(+), 16 deletions(-) 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'); } -- 2.39.5