Update MitsubishiHeavyHeatpumpIR.h

Added all Horizontal directions + Auto must be 0x4C
This commit is contained in:
Sateetje 2016-01-08 16:34:48 +01:00
parent 334f149993
commit 8122313ecb
1 changed files with 5 additions and 1 deletions

View File

@ -37,12 +37,16 @@
#define MITSUBISHI_AIRCON2_VS_MDOWN 0x08
#define MITSUBISHI_AIRCON2_VS_DOWN 0x00
#define MITSUBISHI_AIRCON2_VS_STOP 0x1A
#define MITSUBISHI_AIRCON2_HS_AUTO 0x04 // Horizontal swing - 3D AUTO
#define MITSUBISHI_AIRCON2_HS_AUTO 0x4C // Horizontal swing - 3D AUTO
#define MITSUBISHI_AIRCON2_HS_MIDDLE 0x48
#define MITSUBISHI_AIRCON2_HS_LEFT 0xC8
#define MITSUBISHI_AIRCON2_HS_MLEFT 0x88
#define MITSUBISHI_AIRCON2_HS_MRIGHT 0x08
#define MITSUBISHI_AIRCON2_HS_RIGHT 0xC4
#define MITSUBISHI_AIRCON2_HS_STOP 0xCC
#define MITSUBISHI_AIRCON2_HS_LEFTRIGHT 0x84
#define MITSUBISHI_AIRCON2_HS_RIGHTLEFT 0x44
#define MITSUBISHI_AIRCON2_HS_3DAUTO 0x04
class MitsubishiHeavyHeatpumpIR : public HeatpumpIR