From c79b9b4e49071ecd4b1128e0a15514d4de699845 Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Sat, 11 May 2019 22:57:51 +0200 Subject: [PATCH] fix yellow/red icon for Hm-DIS-WM55 --- nodes/ccu-display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/ccu-display.js b/nodes/ccu-display.js index 49817fc..d8773f1 100644 --- a/nodes/ccu-display.js +++ b/nodes/ccu-display.js @@ -94,7 +94,7 @@ module.exports = function (RED) { ico = map[ico]; } - if (!['0x80', '0x81', '0x82', '0x83', '0x84', '0x85', '0x86', '0x87', '0x88', '0x89', '0x8A', '0x8B'].includes(ico)) { + if (!['0x80', '0x81', '0x82', '0x83', '0x84', '0x85', '0x86', '0x87', '0x88', '0x89', '0x8a', '0x8b'].includes(ico)) { ico = ''; }