From 34b3e66fa58ebef3676c01989a137d34237342b3 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 6 Mar 2020 23:18:50 +0100 Subject: [PATCH] Add l5 till l8 to postfixes. https://github.com/Koenkk/zigbee-herdsman-converters/pull/1041 --- lib/util/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util/utils.js b/lib/util/utils.js index 592b4f0b..6b585666 100644 --- a/lib/util/utils.js +++ b/lib/util/utils.js @@ -28,9 +28,10 @@ function toLocalISOString(dDate) { } const postfixes = [ - 'left', 'right', 'center', 'bottom_left', 'bottom_right', 'l1', 'l2', 'l3', 'l4', 'default', + 'left', 'right', 'center', 'bottom_left', 'bottom_right', 'default', 'top_left', 'top_right', 'white', 'rgb', 'system', 'top', 'bottom', 'center_left', 'center_right', 'ep1', 'ep2', 'row_1', 'row_2', 'row_3', 'row_4', 'relay', + 'l1', 'l2', 'l3', 'l4', 'l5', 'l6', 'l7', 'l8', ]; function flatten(arr) {