1
0

log level modified

This commit is contained in:
daniel Tartavel 2022-01-02 13:24:50 +01:00
parent c9b6a9c6e8
commit 02dfa615fa

View File

@ -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);