From 0e1b41f87c21488f86c38a758811ad47921d44bd Mon Sep 17 00:00:00 2001 From: uwap Date: Sun, 24 Jun 2018 16:38:04 +0200 Subject: [PATCH] Update rzl.js --- config/rzl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 0f2dc2f..b00e813 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -737,8 +737,8 @@ const config : Config = { position: [400, 348], icon: "remote", iconColor: (state) => //if any remote is low make icon red - ["65536", "65542", "65546", "65547" - ].some(x => state[tradfri_remote.low(x)] == "true") ? hex("#ff0000") : hex("#000000"), + ["65536", "65542", "65546", "65547"].some( + x => state[tradfri_remote.low(x)] == "true") ? hex("#ff0000") : hex("#000000"), ui: [ { type: "progress",