1
0
This commit is contained in:
2022-05-29 01:55:22 +02:00
parent 68fb0579ce
commit cde4d728cf
7 changed files with 79 additions and 63 deletions

View File

@ -2,7 +2,7 @@
class hook
{
public $hookName = "";
public $active = true;
public $active;
public $initialized = false;
protected $devicelist;
protected $propertyInitialized;