NightLight: add force activation

This commit is contained in:
Ly-sec 2025-09-10 12:34:52 +02:00
parent 74fce51c2d
commit d91a635781
4 changed files with 58 additions and 11 deletions

View file

@ -443,6 +443,7 @@ Singleton {
// night light
property JsonObject nightLight: JsonObject {
property bool enabled: false
property bool forced: false
property bool autoSchedule: true
property string nightTemp: "4000"
property string dayTemp: "6500"