Skip to content

Releases: grivkees/homebridge-carrier-infinity

v1.6.13

12 Jan 07:00
Compare
Choose a tag to compare

1.6.13 (2024-01-12)

Bug Fixes

  • accessory: fix switch names for comfort activities (e4c1f50), closes #385
  • api: fix race of a timed fetch between mutation start and push (23bf14b)
  • api: mitigate race of mutations arriving between push and forceFetch (5e12c60)

v1.6.12

12 Jan 02:10
Compare
Choose a tag to compare

1.6.12 (2024-01-12)

Bug Fixes

  • api: subscribe to and push api updates to HK automatically (742425b)

v1.6.11

11 Jan 07:52
Compare
Choose a tag to compare

1.6.11 (2024-01-11)

Bug Fixes

  • api: fix apparent bouncing between new and old value during HK change (31a3671)

v1.6.10

03 Jan 07:22
Compare
Choose a tag to compare

1.6.10 (2024-01-03)

Bug Fixes

  • deps: upgrade to latest axios (a963935)

v1.7.0-beta.1

06 Mar 06:51
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

1.7.0-beta.1 (2023-03-06)

Features

  • rewrite api to be observer based and poll/push updates to HomeKit (#442) (0400965)

v1.6.10-beta.1

06 Mar 06:36
Compare
Choose a tag to compare
v1.6.10-beta.1 Pre-release
Pre-release

1.6.10-beta.1 (2023-03-06)

Bug Fixes

v1.6.9

04 Feb 21:29
Compare
Choose a tag to compare

1.6.9 (2023-02-04)

Bug Fixes

  • helpers: Round Char Temp 'C' to 1 decimal place to match HK (fc7b054)

v1.6.8

02 Feb 02:13
Compare
Choose a tag to compare

1.6.8 (2023-02-02)

Bug Fixes

  • thermostat: Fix thermostat char that indicates temp display unit (435cf4f)

v1.6.7

15 Jan 02:02
Compare
Choose a tag to compare

1.6.7 (2023-01-15)

Bug Fixes

  • api: Ping activate endpoint periodically to keep carrier api in sync with therm (8044dfb), closes #397

v1.6.6

14 Jan 10:00
Compare
Choose a tag to compare

1.6.6 (2023-01-14)

Bug Fixes

  • api: fix issue with status from api not updating, hopefully correctly this time (82b28c8), closes #397 #397