log level modified
This commit is contained in:
parent
c9b6a9c6e8
commit
02dfa615fa
@ -46,7 +46,7 @@ class rdc_panneau_salon
|
||||
{
|
||||
$msg = array("state" => "ON");
|
||||
$device = & $indexDevices["0x588e81fffe343e8f"];
|
||||
logger(LOG_INFO, __("publishing ") . $msg . __(" message: ") . $device->friendlyName);
|
||||
logger(INFO, __("publishing ") . $msg . __(" message: ") . $device->friendlyName);
|
||||
$device->payload = $msg;
|
||||
$device->set(null);
|
||||
setDelay($device, $this->delay, $this->timeUnit, "state", "OFF", true);
|
||||
|
Loading…
Reference in New Issue
Block a user