new script presence.php\ndebug
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user