Skip to content

Commit

Permalink
fix yellow/red icon for Hm-DIS-WM55
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 11, 2019
1 parent 9004009 commit c79b9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/ccu-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
}

Expand Down

0 comments on commit c79b9b4

Please sign in to comment.