Skip to content

Releases: DMBlakeley/homebridge-awair2

Updates for compatibility with axios v0.24.0

06 Nov 17:58
Compare
Choose a tag to compare

Updated index.ts for compatibility with axios v0.24.0 which changed never type to unknown. Added specification that response data should be any.

Update index.ts code comments

03 Aug 16:00
Compare
Choose a tag to compare

Update index.ts code comments to support future updates. No functional changes to code.

Address dns-packet security vulnerability

01 Jun 23:22
Compare
Choose a tag to compare
  • Address dns-packet security vulnerability. Reference CVE-2021-23386.
  • Remove duplicate entries in package-lock.json

Housekeeping

21 May 15:58
Compare
Choose a tag to compare
  • Correct switch statement for fall through condition in getUserInfo() function.
  • Confirm latest @dependabot updates.
  • Removed node v10.x from support versions.

Added node v16.x to supported versions.

10 May 13:31
Compare
Choose a tag to compare

Added node v16.x to supported versions.
Housekeeping. No functional changes.

Display/LED mode initialization update

12 Apr 18:54
9591c67
Compare
Choose a tag to compare
  • [Bug] Correct Display and LED Mode initialization of compatible devices to ensure that 'Score' and 'Auto' are selected as defaults.
  • [Bug] Initialize IAQ characteristics with numberic values to address Homebride v1.3.x warning.
  • [Housekeeping] Remove duplicate entries from package-lock.json.
  • [Housekeeping] In config.schema.json change 'default' to 'placeholder' for 'carbonDioxideThreshold' and 'carbonDioxideThresholdOff' entries.

Restore Display and LED modes from cache

23 Mar 22:16
e05a6a0
Compare
Choose a tag to compare
  • Awair Device and LED modes cache values are used if available - applies to Omni, R2 and Element. For new device, Device mode is set to 'Score' and LED mode is set to 'Auto'.
  • Housekeeping - update of function names for clarity.

Update 'changeLEDMode' Manual mode and brightness behavior

09 Mar 16:57
Compare
Choose a tag to compare

Update 'changeLEDMode' Manual mode and brightness behavior.

Housekeeping

08 Mar 18:36
Compare
Choose a tag to compare
  • Housekeeping aligning with @dependabot merges.
  • Correct error in 'changeLEDMode' function.

Updates for Homebridge 1.3.x compatibility

22 Feb 20:13
Compare
Choose a tag to compare

Updates for Homebridge 1.3.x compatibility. Set minimum level for Omni lux to 0.0001.