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"];
|
||||
|
Reference in New Issue
Block a user