correction de bugs
This commit is contained in:
@ -50,7 +50,7 @@ class db extends mysqli
|
||||
{
|
||||
if (!array_key_exists("lastValueLogged", $device->properties[$property]))
|
||||
{
|
||||
$oldvalue = -1;
|
||||
$oldValue = -1;
|
||||
}else
|
||||
{
|
||||
$oldValue = $device->properties[$property]["lastValueLogged"];
|
||||
|
@ -63,6 +63,8 @@ class ranges
|
||||
|
||||
class event
|
||||
{
|
||||
public $id;
|
||||
public $key;
|
||||
public $ieeeAddress;
|
||||
public $topic;
|
||||
public $param;
|
||||
|
Reference in New Issue
Block a user