debug
This commit is contained in:
@ -230,7 +230,7 @@ function removeEvent(device $deviceObject, string $property , $value, int $metho
|
||||
}
|
||||
}
|
||||
|
||||
function searchEvent(device $deviceObject, string $property, $function, $value)
|
||||
function searchEvent(device $deviceObject, string $property, $value, $function=null)
|
||||
{
|
||||
global $events;
|
||||
logger(DEBUG, sprintf(_("searching event for device %s, property %s and value %s"), $deviceObject->friendlyName, $property, bool2string($value)), __FILE__ . ":" . __LINE__);
|
||||
|
Reference in New Issue
Block a user