récupération après crash
This commit is contained in:
@ -18,10 +18,6 @@ class hook
|
||||
{
|
||||
$this->init();
|
||||
}
|
||||
if (method_exists($this, "iterate"))
|
||||
{
|
||||
$this->iterate();
|
||||
}
|
||||
foreach ($this->devicelist as $ieeeAddress => $property)
|
||||
{
|
||||
$this->propertyInitialized[$ieeeAddress][$property] = false;
|
||||
|
Reference in New Issue
Block a user