From 5e226efe9dddcdab6ccb64a986e28b002e1c4b6e Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 20 Dec 2020 21:40:23 +0100 Subject: [PATCH] Add water to endpoint names. https://github.com/Koenkk/zigbee2mqtt/issues/5357 --- 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 fe9211be..07f1780d 100644 --- a/lib/util/utils.js +++ b/lib/util/utils.js @@ -40,7 +40,7 @@ const endpointNames = [ 'button_11', 'button_12', 'button_13', 'button_14', 'button_15', 'button_16', 'button_17', 'button_18', 'button_19', 'button_20', 'button_light', 'button_fan_high', 'button_fan_med', 'button_fan_low', - 'heat', 'cool', + 'heat', 'cool', 'water', ]; function capitalize(s) {