This commit is contained in:
GamerClassN7 2020-11-30 12:37:44 +01:00
parent 52688a5e70
commit 879a63948f
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ class RecordManager{
//Ochrana proti duplicitním hodnotám zapisují se jen změny
$lastRecord = self::getLastRecord($subDeviceId, 1);
if (!$lastRecord){
return false;
}
if ($lastRecord['value'] == $value){
return false;
}