Repair Historie sorting

This commit is contained in:
Haitem
2021-01-05 13:01:06 +01:00
parent d9952a59fb
commit 1415c0cf2d
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class Device extends Template
if (!empty ($subdeviceLocal)) {
$devices[$key]['history'] = (!empty ($subdeviceLocal['history']) ? $subdeviceLocal['history'] : 0);
} else {
unset($devices[$key]['history']);
$devices[$key]['history'] = "null";
}
$devices[$key]['signal'] = "";
if (!empty($subdevice['subdevice_id'])) {