debug + réglage rdc_store
This commit is contained in:
@ -4,6 +4,7 @@ class availability
|
||||
{
|
||||
public $hookname = "availability";
|
||||
public $initialized = true;
|
||||
public $active = true;
|
||||
// by default all devices are listening for availability
|
||||
|
||||
function __construct()
|
||||
@ -21,6 +22,10 @@ class availability
|
||||
}
|
||||
}
|
||||
|
||||
function installHooks(&$indexDevices)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
// callback fonction. Is called with these 3 parameters
|
||||
// $device -> calling device
|
||||
// $property -> parameter passed by mqtt
|
||||
|
Reference in New Issue
Block a user