- debug\n- webserver fonctionnel
This commit is contained in:
@ -22,7 +22,7 @@ class rdc_wc_eclairage extends hook
|
||||
{
|
||||
setDelay($device, $this->delayManual, $this->timeUnit, "state_l2", "OFF", true);
|
||||
$device->method = MANUAL;
|
||||
}elseif ($value = "OFF")
|
||||
}elseif ($value == "OFF")
|
||||
{
|
||||
deleteEvent(searchEvent($device, "state_l2", "OFF"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user