Fixes for auto night mode (references #71)

This commit is contained in:
Bernd Bestel
2018-09-30 19:31:03 +02:00
parent 7cc09cec67
commit ba2d32be60
4 changed files with 28 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ BoolVal = function(test)
var anything = test.toString().toLowerCase();
if (anything === true || anything === "true" || anything === "1" || anything === "on")
{
return true
return true;
}
else
{