Skip to content

Commit

Permalink
change kAirtonMaxTemp from 25C to 31C (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman authored Aug 28, 2024
1 parent a5c6902 commit 850a45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_Airton.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const uint8_t kAirtonFanHigh = 0b100; // 4
const uint8_t kAirtonFanMax = 0b101; // 5

const uint8_t kAirtonMinTemp = 16; // 16C
const uint8_t kAirtonMaxTemp = 25; // 25C
const uint8_t kAirtonMaxTemp = 31; // 31C


/// Class for handling detailed Airton 56-bit A/C messages.
Expand Down

0 comments on commit 850a45f

Please sign in to comment.