Update HeatpumpIR.h

This commit is contained in:
nick1802 2019-10-10 16:38:49 +10:00 committed by GitHub
parent 739bfda3f5
commit 1c181dd0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@
#define FAN_4 4
#define FAN_5 5
// Fan speeds and Vertical air directions. Note only for daikin heatpumps
#define FAN_AUTO_SWING 6
#define FAN_1_SWING 7
#define FAN_2_SWING 8
#define FAN_3_SWING 9
#define FAN_4_SWING 10
#define FAN_5_SWING 11
// Vertical air directions. Note that these cannot be set on all heat pumps
#define VDIR_AUTO 0
#define VDIR_MANUAL 0