1
0

added some javascript to webserver\nsome debugging

This commit is contained in:
2022-03-06 01:30:33 +01:00
parent a2d2909a23
commit 9dde1c2d53
13 changed files with 230 additions and 179 deletions

View File

@@ -44,7 +44,7 @@ class rdc_chambre_eclairage extends hook
private function send($deviceObject, $property, $state, $delayState = false, $method = MANUAL)
{
global $devices, $indexDevices;
global $indexDevices;
$msg = array($property => $state);
if ($deviceObject->properties[$property]["value"] != $state)
{