homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.13.0 - 2020-01-09
Added
- CleaningRobot/CoffeeMaker/Dishwasher/Dryer/Washer/WasherDryer: New program configuration option
"selectonly": true
causesSwitch
services to select the program and its options rather than to start it. (#1 / #3) - Freezer/FridgeFreezer/Refrigerator/WineCooler: Added
Switch
services to control the appliance's cooling modes. - Created this
CHANGELOG.md
file. (#9)
Changed
- The
Current Door State
,Remaining Duration
,Active
,Status Active
,Status Fault
, andProgram Mode
characteristics and now added to the main powerSwitch
service instead of using a non-standardHome Appliance
service. This improves how the characteristics are displayed by some HomeKit apps.
Fixed
- Hood: Removed the Valid Values from the
Rotation Speed
characteristic. This descriptor is only intended to be used for enum values. (#2) - Suppressed
EventEmitter
warning for more than ten listeners to an event. This was displayed in the log when a large number of programSwitch
services were created, but is perfectly safe. (#3)