adding command test in apiserver\nsome debugging\nfree sms now running fine
This commit is contained in:
		| @@ -18,6 +18,9 @@ class topic { | ||||
| 	public $config; | ||||
| 	public $callback; | ||||
| 	public $getOnStart = false; | ||||
| 	public $lastSeen; | ||||
| 	public $timeOut = 5; | ||||
| 	public $notificationSent = false; | ||||
| } | ||||
|  | ||||
| class device | ||||
| @@ -33,6 +36,7 @@ class device | ||||
| 	public $toConfirm; | ||||
| 	public $triggerDevice; | ||||
| 	public $properties = array(); | ||||
| 	public $lastSeen; | ||||
|  | ||||
| 	public function __construct() | ||||
| 	{ | ||||
| @@ -69,9 +73,10 @@ class event | ||||
| 	public $dateTimeEvent;			// datetime : next occurence for recurrent event | ||||
| 	public $startDatetime; | ||||
| 	public $stopDatetime; | ||||
| 	public $recurrenceInterval;		// interval : for recurrent event | ||||
| 	public $recurrenceInterval;		// interval : for recurrent event   | ||||
| 	public $exceptionInterval;		// array of object ranges | ||||
| 	public $method;					// cf: constants.php (IDLE, AUTO, MANUAL) | ||||
| 	public $isInterval; 			// 0 => recurence by date  1 => by interval | ||||
| } | ||||
|  | ||||
| class watch | ||||
|   | ||||
		Reference in New Issue
	
	Block a user