added notify command to webserver
This commit is contained in:
1
moha.php
1
moha.php
@@ -23,6 +23,7 @@ $hooksList = array(); // list of hooks to be included
|
||||
$hooks = array(); // array of hooks
|
||||
$notificationMethods = array(); // array of notification methods objects
|
||||
$events = array(); // list of event objects
|
||||
$monitored = array(); // list of device to watch
|
||||
$changed = array(); // list of changed devices
|
||||
$dbInit = 0; // flag to indicate that devices db is initializedl
|
||||
$connected = false; // connected to MQTT server
|
||||
|
Reference in New Issue
Block a user