Commit b23ba9c2 authored by Justin Paupore's avatar Justin Paupore
Browse files

Add codes for Whynter portable air conditioners.

This was tested with a Whynter ARC-126MDB, but should work with other
types of Whynter air conditioners. It uses Fahrenheit units, but can
easily be converted to Celsius - just replace 62 with 17, 64 with 18,
and so on, until 88 with 30. (That's different from the actual
temperature conversions, but lines up with what the display will read.)
parent f3912357
Loading
Loading
Loading
Loading
+298 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -517,3 +517,8 @@ Contributing to your own code files is welcome. However, we do not accept incomp
| Code                               | Supported Models        | Controller |
| ---------------------------------- | ----------------------- | ---------- |
| [2300](../codes/climate/2300.json) | ZH/TT-02 (Remote)       | Broadlink  |

#### Whynter
| Code                               | Supported Models       | Controller |
| ---------------------------------- | ---------------------- | ---------- |
| [2320](../codes/climate/2320.json) | ARC-126MD / ARC-126MDB | Broadlink  |