added rainbow path support

This commit is contained in:
Rick Lan
2024-06-11 11:02:19 +08:00
parent 8057937239
commit f42cf7286d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -210,6 +210,7 @@ std::unordered_map<std::string, uint32_t> keys = {
// dp
{"dp_device_display_off_mode", PERSISTENT},
{"dp_ui_rainbow", PERSISTENT},
};
} // namespace
+1
View File
@@ -43,6 +43,7 @@ def manager_init() -> None:
# dp
("dp_device_display_off_mode", "0"),
("dp_ui_rainbow", "0"),
]
if not PC:
default_params.append(("LastUpdateTime", datetime.datetime.utcnow().isoformat().encode('utf8')))