Releases: grivkees/homebridge-carrier-infinity
Releases · grivkees/homebridge-carrier-infinity
v1.6.13
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
1.6.12 (2024-01-12)
Bug Fixes
- api: subscribe to and push api updates to HK automatically (742425b)
v1.6.11
1.6.11 (2024-01-11)
Bug Fixes
- api: fix apparent bouncing between new and old value during HK change (31a3671)
v1.6.10
1.6.10 (2024-01-03)
Bug Fixes
- deps: upgrade to latest axios (a963935)
v1.7.0-beta.1
Features
- rewrite api to be observer based and poll/push updates to HomeKit (#442) (0400965)
v1.6.9
1.6.9 (2023-02-04)
Bug Fixes
- helpers: Round Char Temp 'C' to 1 decimal place to match HK (fc7b054)
v1.6.8
1.6.8 (2023-02-02)
Bug Fixes
- thermostat: Fix thermostat char that indicates temp display unit (435cf4f)
v1.6.7
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
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