From 2cde5a8d88c27713e185ae0e2583cab570669699 Mon Sep 17 00:00:00 2001 From: Russell Newman <554628+rusnewman@users.noreply.github.com> Date: Sun, 19 May 2024 22:27:29 +0100 Subject: [PATCH] Update constants.js to add new H7106 fan Resolves #781, resolves #784 Tested with actual H7106 versionHard 1.02.00, versionSoft 1.00.10 Fan on/off and speed settings working. Noticed issue with oscillate switch in Apple Home app, similar to issue #521. --- lib/utils/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/constants.js b/lib/utils/constants.js index d05161bb..e95849b4 100644 --- a/lib/utils/constants.js +++ b/lib/utils/constants.js @@ -388,7 +388,7 @@ export default { ], sensorThermo4: ['H5198'], sensorMonitor: ['H5106'], - fan: ['H7100', 'H7101', 'H7102', 'H7111'], + fan: ['H7100', 'H7101', 'H7102', 'H7106', 'H7111'], heater1: ['H7130', 'H713A', 'H713B', 'H713C'], heater2: ['H7131', 'H7132', 'H7133', 'H7134', 'H7135'], dehumidifier: ['H7150', 'H7151'],