1
0

new script presence.php\ndebug

This commit is contained in:
2022-08-28 23:44:21 +02:00
parent b5c30b1ae4
commit 2b4fc54071
4 changed files with 38 additions and 6 deletions

View File

@ -507,7 +507,7 @@ function PropertiesDashboard($argList)
$response .= '<input type="button" id="' . $device->topic ."/" . $device->friendlyName . "/" . $propertyObject["name"] . '" value="' . _("Update") . "\" onmouseup=\"getPropertyValue('" . $device->topic . "','" . $device->friendlyName . "','" . $propertyObject["name"] . "')\">";
}else
{
$response .= $value;
$response .= bool2string($value);
}
$response .= EOLH;
}else