1
0

Debug serveur stats\nDebug

This commit is contained in:
2022-05-05 21:28:26 +02:00
parent d1f1065e44
commit 68fb0579ce
11 changed files with 159 additions and 124 deletions

View File

@@ -181,7 +181,7 @@ function setDelay(device &$deviceObject, float $delay, string $unit, string $pro
$logLevel = $oldLevel;
}
function removeEvent(device $deviceObject, string $property , $value, int $method = null)
function removeEvent(device $deviceObject, string $property , $value, int $method = IDLE)
{
global $events;
$eventKey = searchEvent($deviceObject, $property , $value);