Releases: ebaauw/homebridge-zp
Releases · ebaauw/homebridge-zp
v1.4.10
v1.4.9
Bug Fixes
- Disappearing zone players, see #139;
- Use coordinator
currentTransPortActions
andcurrentValidPlayModes
. Hopefully addresses issue that control wouldn't work when zone group is playing an AirPlay source, see #185; - SyntaxError: initTopology() not yet called on
zp join
, see #186. undefined
zone player hostname inzp
debug messages.
Bump Dependencies
- Homebridge v1.3.6;
- homebridge-lib v5.1.17.
v1.4.8
Bump Dependencies
- NodeJS v16.13.0 LTS;
- homebridge-lib v5.1.16.
Note that I develop and test my plugins against the latest active LTS version of NodeJS.
Other versions might work; I simply don't have the bandwidth to test them.
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
Bug Fixes
ZpClient
wasn't initialised when zone player got a new IP address while Homebridge ZP was down, see #182.- Guard each individual zone player with
try
/catch
when listing topology, creating accessory delegates, and listing last seen. - Log "probing done" message with address instead of name (which isn't available when zone player is unreachable under given address).