homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.24.0 - 2022-04-02
Fixed
- Fully support appliance
haID
values that are comprised of 18 decimal digits (rather than just those that include the manufacturer's name and model number). Loss of the event stream was previously ignored for these appliances, but is now treated the same as the appliance being disconnected.
Changed
- Replaced used of
request
andrequest-promise-native
(both deprecated since 11th February 2020) withundici
. (This results in Node writing anExperimentalWarning: buffer.Blob is an experimental feature
message to the console, but this is safe to ignore.) - Updated dependencies to the latest compatible versions. Node 16.5 (or later) is required.