Releases: ebaauw/homebridge-zp
Releases · ebaauw/homebridge-zp
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
Enhancements:
- Add TV characteristic for Playbase, see #58;
- Delay setting TV off by 10 seconds. I find the Playbar sometimes reports no input (
r:streamInfo
of 0) for a couple of seconds, when the Netflix app on my AppleTV or my Bluray player is switching input. Not sure if this is an issue of my (Sony Bravia) TV or of the Playbar.
v0.3.6
Enhancements:
- Add Sonos Coordinator characteristic to Sonos service to set target coordinator for grouping players (with the On characteristic of the Speaker service), see #40, #50.
- Add (read-only, boolean) TV characteristic to Sonos service for the Playbar, so enable HomeKit automations when turning on or off the connected TV. It switches on when Playbar is switched to digital audio input and receiving an audio signal. Set TV Autoplay in the Sonos app, to have the Playbar switch to TV input when receiving an audio signal. If you have a Playbase or Beam and want this as well, please open an issue, providing the model for this zone player.
Bump versions:
- NodeJS v10.15.0 LTS;
- homebridge-lib v4.0.2.
v0.3.4
v0.3.3
v0.3.1
v0.3.0
Bug fixes:
- Earlier callback on Identify to prevent homebridge-zp from becoming unresponsive;
- Change default searchTimeout to 15 sec.
Bump versions:
- NodeJS 10.13.0 LTS;
- he v1.2.0;
- homebridge-lib v2.0.0;
- semver v5.6.0.
Make sure to upgrade npm and to re-install homebridge after upgrading node from 8.x to 10.x:
sudo npm -g i npm
sudo npm -g un homebridge
sudo npm -g i homebridge --unsafe-perm