Skip to content

Releases: ebaauw/homebridge-zp

v0.2.7

18 Nov 10:15
Compare
Choose a tag to compare

Bump versions:

  • homebridge 0.4.33;
  • node 8.9.1 LTS.

Updated README.

v0.2.6

04 Nov 10:35
Compare
Choose a tag to compare

Bump versions of the dependencies:

  • node: v8.9.0 LTS;
  • homebridge: v0.4.31;
  • sonos: v0.17.0;
  • request: v2.83.0;
  • xml2js: v0.4.19.

Note that you need to uninstall/re-install homebridge after upgrading from Node v6.x (or 7.x) to Node v8.x, to force re-compilation of the mdns package.

v0.2.5

21 Oct 09:58
Compare
Choose a tag to compare

Bump homebridge version to 0.4.29.

  • No longer requires a "name" key in config.json;
  • FirmwareRevision now reports Sonos version;
  • Homebridge throws an error, prompting you to update, when NodeJS or homebridge versions used don't meet the requirements from package.json. homebridge-zp now specifies the minimum versions as requirements in package.json and issues a warning when higher version are used.

v0.2.4

13 Oct 10:49
Compare
Choose a tag to compare

Use semver for version checking.

Bump NodeJS to v6.11.4 LTS.

Fix for homebridge/homebridge#1541 and #25.

v0.2.3

06 Jun 17:35
Compare
Choose a tag to compare

Solved bug that homebridge-zp would stop playback when changing sleep timer settings, see issue #20.

v0.2.2

03 May 09:20
Compare
Choose a tag to compare

Updated dependencies:

  • NodeJS v6.10.3
  • homebridge v0.4.20

v0.2.1

02 May 08:42
Compare
Choose a tag to compare

When on TV input, the Power characteristic of the Sonos service now reflects whether the Playbar is actually receiving a signal from the TV. See also issue #12.

Started support for alarms, see issue #19, but they're not yet exposed to HomeKit.

  • Added config.json alarms;
  • Subscribe to AlarmClock events when ”alarms”: true in config.json.

v0.2.0

17 Apr 11:09
Compare
Choose a tag to compare

Updated dependencies. Please make sure to update homebridge to v0.4.19 before updating homebridge-zp to v0.2.0.

Changed the UUIDs of custom characteristic types for Bass, Treble, Loudness, Current Track, Sonos Group so they no longer use the range that Apple uses. This change might break any HomeKit rules or scenes that use these characteristics.

v0.1.8

02 Apr 20:29
Compare
Choose a tag to compare

Updated README and keywords (issue #18).
Removed deprecated config.json parameters light and zonegroups.
Code cleanup.

v0.1.7

19 Mar 14:38
Compare
Choose a tag to compare

Updated README for NodeJS v6.10.0 LTS and NPM v4.4.1.