- added values in celsius degree and in km/h in pws2mqtt
- debug of hooks -added webserver.php
This commit is contained in:
@ -33,8 +33,9 @@ class device
|
||||
public $payload;
|
||||
public $availability;
|
||||
public $toConfirm;
|
||||
public $triggerDevice;
|
||||
|
||||
private function __construct()
|
||||
public function __construct()
|
||||
{
|
||||
$this->availability = array("value" => null, "functions" => array());
|
||||
}
|
||||
|
Reference in New Issue
Block a user