Minor Version Change
- Homebridge ZP no longer exposes the ZPS1 platform and no longer supports the
forceS2
config.json key.
Enhancements
- Support multiple households, see #153;
- Better support for larger networks (work in progress), see #180 and #131;
ZpClient
:
- Add properties:
household
,memory
,zoneGroup
,zoneGroupName
;
- Monitor
ZoneGroupTopology
event notifications;
- Re-initialise ZpClient after zone player has rebooted. Reboot detected through
handleUpnpMessage()
or by monitoringZoneGroupTopology
event notifcations;
- Add properties:
zp
: Add new flagzp topology -t
to monitor topology changes.
Bug Fixes
- After changing inputs from Homebridge ZP, sometimes stop no longer works, because the event with the updated current AVTransport actions is ignored, see #173;
- TV service would show wrong input after joining a group from the input list.