1
0

added template and delete some debugging message

This commit is contained in:
2022-01-06 13:11:18 +01:00
parent 004c6aa572
commit e702d333c8
3 changed files with 38 additions and 2 deletions

View File

@ -31,7 +31,6 @@ class rdc_sdb_eclairage
foreach ($this->devicelist as $ieeeAddress => $property)
{
$indexDevices[$ieeeAddress]->$property["functions"][] = array($this,"callback");
print_r($indexDevices[$ieeeAddress]);
}
}
}