debug
This commit is contained in:
@ -42,6 +42,7 @@ function testActionneurs(array $actionneurs) //return 0 for no actionneurs and
|
||||
$r = 0;
|
||||
foreach ($actionneurs as $device)
|
||||
{
|
||||
logger(DEBUG, _("device: ") . var_dump($device), __FILE__ . ":" . __LINE__ );
|
||||
if (array_key_exists($device[0], $indexDevices))
|
||||
{
|
||||
if (array_key_exists($device[1], $indexDevices[$device[0]]->properties))
|
||||
|
Reference in New Issue
Block a user