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) {