uwap-home, lights livingroom: add new winter mode
This commit is contained in:
parent
6c80eb2bd4
commit
b7b0bd7cac
1 changed files with 4 additions and 2 deletions
|
|
@ -781,7 +781,8 @@ const config: Config = {
|
|||
"1": "Kodi",
|
||||
"2": "Sleep",
|
||||
"3": "RGB Fade",
|
||||
"4": "Work"
|
||||
"4": "Work",
|
||||
"5": "Winter"
|
||||
},
|
||||
icon: svg(icons.mdiCog)
|
||||
},
|
||||
|
|
@ -841,7 +842,8 @@ const config: Config = {
|
|||
"1": "Kodi",
|
||||
"2": "Sleep",
|
||||
"3": "RGB Fade",
|
||||
"4": "Work"
|
||||
"4": "Work",
|
||||
"5": "Winter"
|
||||
},
|
||||
icon: svg(icons.mdiCog)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue