debuggage
This commit is contained in:
@ -39,9 +39,10 @@ class device
|
||||
$this->availability = array("value" => null, "functions" => array());
|
||||
}
|
||||
|
||||
public function set() //, $event = null)
|
||||
public function set($property, $method = IDLE) //, $event = null)
|
||||
{
|
||||
publish($this->topic . "/" . $this->friendlyName, $this->payload, "set"); //, $event);
|
||||
publish($this->topic . "/" . $this->friendlyName, $this->payload, "set");//, $event);
|
||||
$this->properties[$property]["method"] = $method;
|
||||
}
|
||||
|
||||
public function get()
|
||||
|
Reference in New Issue
Block a user