Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Releases: apexad/homebridge-airport-express-playing

v2.0.1

08 Apr 14:27
Compare
Choose a tag to compare

2.0.1 (2021-04-08)

Bug Fixes

  • stop mdns browser as soon as possible, timeout is last resort (c3c611e)

2.0.0 (2021-04-08)

⚠ BREAKING CHANGES

  • acessories will reset 1 last time and break automations, but should be cached after that

  • switched plugin to be a dynamic platform (from static) so accesories will persist on homebridge restarts, fixes #8 (5c9c442)

v2.0.0

08 Apr 05:14
Compare
Choose a tag to compare

2.0.0 (2021-04-08)

⚠ BREAKING CHANGES

  • acessories will reset 1 last time and break automations, but should be cached after that

  • switched plugin to be a dynamic platform (from static) so accesories will persist on homebridge restarts, fixes #8 (5c9c442)

v1.4.9

22 Feb 06:50
Compare
Choose a tag to compare

1.4.9 (2021-02-22)

Bug Fixes

  • clarified use of mDNS data in description/README (33d5096)
  • correcrt typo in logs (8fff343)

v1.4.8

14 Jan 12:10
Compare
Choose a tag to compare

1.4.8 (2021-01-14)

Bug Fixes

  • move try..catch into mdns update function (acee65e)

1.4.7 (2021-01-14) REMOVED

Bug Fixes

  • wrap mDNS calls in try...catch fixes #7 (4f4565b)

v1.4.4

14 Jan 11:45
Compare
Choose a tag to compare

1.4.4 (2020-12-09)

Bug Fixes

  • change manufacturer to be clear this is a homebridge plugin and not an Apple device (cf786f7)

v1.4.3

14 Jan 11:45
Compare
Choose a tag to compare

1.4.3 (2020-12-09)

Bug Fixes

  • remove broken test file (3087e09)
  • use STOPPED if Airport Express not connected/Playing, INTERRUPTED if error (6b1c32a)

v1.4.2

14 Jan 11:44
Compare
Choose a tag to compare

1.4.2 (2020-12-08)

Bug Fixes

  • correction to bit 11 (playing status bit) (ea3f1e7)

v1.4.1

14 Jan 11:44
Compare
Choose a tag to compare

1.4.1 (2020-12-07)

Bug Fixes

  • showSwitch value check corrected (745630d)

v1.4.0

07 Dec 20:27
Compare
Choose a tag to compare

1.4.0 (2020-12-07)

Features

  • make switch optional with config option (66475cb)