Skip to content

Commit

Permalink
Added ice dispenser control
Browse files Browse the repository at this point in the history
  • Loading branch information
thoukydides committed Apr 20, 2023
1 parent d409e39 commit dfc1257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
* **Freezer/FridgeFreezer:** Added on/off control of ice water dispenser. (#94 / #141)
* Added Node 20 the supported engines.
### Changed
* Complete rewrite of the Home Connect API client. More rigorous checking is performed on requests submitted to and responses returned from the API, which should detect problems and new features quicker.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Apple's Home app does not support all of the features of this plugin. Some [thir
### Cooling Appliances

* **Freezer / FridgeFreezer / Refrigerator:**
* Set freezer/refrigerator super, eco, sabbath, refrigerator vacation, and refrigerator fresh modes.
* Set freezer/refrigerator super, eco, sabbath, refrigerator vacation, refrigerator fresh, and ice dispenser modes.
* Open the door.
* Control child lock.
* Monitor power and door.
Expand Down
2 changes: 2 additions & 0 deletions src/appliance_cooling.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const COOLING_MODES = {
// Freezer / FridgeFreezer
'Refrigeration.FridgeFreezer.Setting.SuperModeFreezer':
'Freezer Super Mode',
'Refrigeration.Common.Setting.Dispenser.Enabled':
'Ice Dispenser',
// FridgeFreezer / Refrigerator
'Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator':
'Refrigerator Super Mode',
Expand Down

0 comments on commit dfc1257

Please sign in to comment.