debugged notification of availability of devices
This commit is contained in:
@ -14,6 +14,11 @@ class alerte_intrusion extends hook
|
||||
GARAGE_PORTAIL => "contact"
|
||||
);
|
||||
|
||||
function installHooks(&$indexDevices)
|
||||
{
|
||||
return $this->installHooksFunction($indexDevices);
|
||||
}
|
||||
|
||||
// callback fonction. Is called with these 4 parameters
|
||||
public function callBack($device, $property, $value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user