UNPKG

homebridge-panasonic-ac-platform

Version:
74 lines (52 loc) 907 B
# Comfort Cloud api params ### operate - Off = 0 - On = 1 ### operationMode - Auto = 0 - Dry = 1 - Cool = 2 - Heat = 3 - Fan = 4 - Nanoe Stand Alone = 5 Note: After set Nanoe Stand Alone, value for operationMode will be 4, to check if Fan mode or Nanoe mode is enabled check 'lastSettingMode' (read only value), 1 is for Fan, 2 is for Nanoe. ### ecoMode - Auto = 0 - Powerful = 1 - Quiet = 2 ### temperatureSet - 8 - 30 ### fanAutoMode - Disabled = 1 - AirSwingAuto = 0 - AirSwingLR = 3 - AirSwingUD = 2 ### airSwingUD - Up = 0 - UpMid = 3 - Mid = 2 - DownMid = 4 - Down = 1 ### airSwingLR - Left = 0 - LeftMid = 4 - Mid = 2 - RightMid = 3 - Right = 1 ### fanSpeed - Auto = 0 - Low = 1 - LowMid = 2 - Mid = 3 - HighMid = 4 - High = 5 ### nanoe - Unavailable = 0 - Off = 1 - On = 2 - ModeG = 3 - All = 4 ### ecoNavi, ecoFunctionData, insideCleaning - Unavailable = 0 - Off = 1 - On = 2