1
0

- added dashboard\n- some debugging

This commit is contained in:
2022-02-07 16:58:42 +01:00
parent 18d5b74a96
commit 314305bcb1
8 changed files with 265 additions and 61 deletions

View File

@ -17,6 +17,7 @@ class topic {
public $extensions;
public $config;
public $callback;
public $getOnStart = false;
}
class device
@ -47,7 +48,7 @@ class device
public function get()
{
publish($this->topic . "/" . $this->friendlyNames, $this->payload, "get"); //, $event);
publish($this->topic . "/" . $this->friendlyName, $this->payload, "get"); //, $event);
}
}