From a6fac3cc966cf048136923c1726d5aaee4ed9ada Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 13 Nov 2019 08:36:03 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 24 +++++++++++++----------- scripts/lib/harmony.php | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6a52651..4502c7f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,7 @@ - - + diff --git a/scripts/lib/harmony.php b/scripts/lib/harmony.php index e43ddbd..def3f3b 100644 --- a/scripts/lib/harmony.php +++ b/scripts/lib/harmony.php @@ -5,7 +5,7 @@ function harmonyRequest($uri, $method = 'GET', $hub = 'salon') { global $harmonyClient; - $ip = '192.168.13.66'; + $ip = '192.168.13.60'; $uri = 'http://' . $ip . ':8282/hubs/' . $hub . '/' . ltrim($uri, '/'); -- 2.39.5