diff --git a/config/rzl.js b/config/rzl.js index 75bb138..03a8f07 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -618,28 +618,28 @@ const config : Config = { loetarbeitsplatz4: { name: "Lötarbeitsplatz", position: [205, 455], - icon: "eyedropper-variant", + icon: mdi("eyedropper-variant"), iconColor: ({loetarbeitsplatz4}) => loetarbeitsplatz4 == "on" ? hex("#FF0000") : hex("#000000"), ui: [ { type: "text", text: "Status", topic: "loetarbeitsplatz4", - icon: "eyedropper-variant" + icon: mdi("eyedropper-variant") } ] }, loetarbeitsplatz5: { name: "Lötarbeitsplatz", position: [205, 405], - icon: "eyedropper-variant", + icon: mdi("eyedropper-variant"), iconColor: ({loetarbeitsplatz5}) => loetarbeitsplatz5 == "on" ? hex("#FF0000") : hex("#000000"), ui: [ { type: "text", text: "Status", topic: "loetarbeitsplatz5", - icon: "eyedropper-variant" + icon: mdi("eyedropper-variant") } ] },