Skip to content

Commit

Permalink
release v3.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Sep 25, 2024
1 parent bf1b3cb commit f0d7843
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 40 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- do not configure it manually, always using Config UI X
- required Homebridge v2.0.0 and above

## [3.3.19] - (25.09.2024)

## Changes

- fix apply presets for ATA
- cleanup

## [3.3.18] - (25.09.2024)

## Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "MELCloud Control",
"name": "homebridge-melcloud-control",
"version": "3.3.18",
"version": "3.3.19",
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
"license": "MIT",
"author": "grzegorz914",
Expand Down
5 changes: 5 additions & 0 deletions src/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,14 @@
"OperationModeSetTemperature": 6,
"PowerOperationModeSetTemperature": 7,
"SetFanSpeed": 8,
"PowerSetFanSpeed": 9,
"VaneVertical": 16,
"PowerVaneVertical": 17,
"Prohibit": 64,
"VaneHorizontal": 256,
"PowerVaneHorizontal": 257,
"VaneVerticalVaneHorizontal": 272,
"Presets": 287,
"HolidayMode": 131072,
"All": 281483566710825
}
Expand Down
Loading

0 comments on commit f0d7843

Please sign in to comment.