linter
This commit is contained in:
parent
92b63a7d01
commit
9aa5646d8b
1 changed files with 2 additions and 1 deletions
|
|
@ -263,7 +263,8 @@ const config: Config = {
|
||||||
name: "Lautsprecher",
|
name: "Lautsprecher",
|
||||||
position: [550, 400],
|
position: [550, 400],
|
||||||
icon: ({speakerOfficeState}) =>
|
icon: ({speakerOfficeState}) =>
|
||||||
(speakerOfficeState === "on" ? rawMdi("volume-high") : rawMdi("volume-off")),
|
(speakerOfficeState === "on" ? rawMdi("volume-high")
|
||||||
|
: rawMdi("volume-off")),
|
||||||
iconColor: ({speakerOfficeState}) =>
|
iconColor: ({speakerOfficeState}) =>
|
||||||
(speakerOfficeState === "on" ? hex("#00FF00") : hex("#000000")),
|
(speakerOfficeState === "on" ? hex("#00FF00") : hex("#000000")),
|
||||||
ui: [
|
ui: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue