From b13d87d46150e82da337043cb6515fe9b34262ec Mon Sep 17 00:00:00 2001 From: Sembrador <36065369+fmolero@users.noreply.github.com> Date: Sat, 13 Apr 2019 17:19:05 +0200 Subject: [PATCH] Added support for the L1 and L2 inputs of the xiaomi switch LLKZMK11LM. (#1411) Added support for the L1 and L2 inputs of the xiaomi switch LLKZMK11LM. --- lib/util/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/utils.js b/lib/util/utils.js index 022eafab..0fbccf69 100644 --- a/lib/util/utils.js +++ b/lib/util/utils.js @@ -28,7 +28,7 @@ function toLocalISOString(dDate) { } const postfixes = [ - 'left', 'right', 'center', 'bottom_left', 'bottom_right', + 'left', 'right', 'center', 'bottom_left', 'bottom_right', 'l1', 'l2', 'top_left', 'top_right', 'white', 'rgb', 'system', 'top', 'bottom', ];