run lint --fix
This commit is contained in:
parent
c3fa87a869
commit
6fcc9b44fe
1 changed files with 25 additions and 25 deletions
|
|
@ -14,7 +14,7 @@ const topic_bulb = (bulb: string, argument: string) => ({
|
||||||
type: types.string
|
type: types.string
|
||||||
},
|
},
|
||||||
defaultValue: "0"
|
defaultValue: "0"
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const slider_rgb = (bulb: string, argument: string) => (
|
const slider_rgb = (bulb: string, argument: string) => (
|
||||||
|
|
@ -234,7 +234,7 @@ const config: Config = {
|
||||||
"3": "RGB Fade",
|
"3": "RGB Fade",
|
||||||
"4": "Work"
|
"4": "Work"
|
||||||
},
|
},
|
||||||
icon: mdi("settings"),
|
icon: mdi("settings")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "section",
|
type: "section",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue