uwap-home, lights livingroom: add new winter mode

This commit is contained in:
Ranlvor 2020-12-07 19:58:23 +01:00
parent 6c80eb2bd4
commit b7b0bd7cac
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -781,7 +781,8 @@ const config: Config = {
"1": "Kodi", "1": "Kodi",
"2": "Sleep", "2": "Sleep",
"3": "RGB Fade", "3": "RGB Fade",
"4": "Work" "4": "Work",
"5": "Winter"
}, },
icon: svg(icons.mdiCog) icon: svg(icons.mdiCog)
}, },
@ -841,7 +842,8 @@ const config: Config = {
"1": "Kodi", "1": "Kodi",
"2": "Sleep", "2": "Sleep",
"3": "RGB Fade", "3": "RGB Fade",
"4": "Work" "4": "Work",
"5": "Winter"
}, },
icon: svg(icons.mdiCog) icon: svg(icons.mdiCog)
}, },