Releases: ebaauw/homebridge-zp
v0.2.7
v0.2.6
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
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
v0.2.3
v0.2.2
v0.2.1
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
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.