mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 18:41:35 +00:00
Add water to endpoint names. https://github.com/Koenkk/zigbee2mqtt/issues/5357
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user