Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@marcus-j-davies marcus-j-davies released this 19 Jun 10:18
· 1 commit to main since this release
bc30851
  • Breaking Changes

    • Min NodeJS version is now 14.14.0
    • Route status callback has been updated, and now requires an object to be passed.
      {
        "success": boolean,
        "message": string
      }
  • Fixes

    • Fix missing HAPRouter folder at start up.
    • Fix multisensor config, affecting other instances of the same accessory type.
    • Address minor security warnings
  • New Features

    • Characteristic values are now written to disc every hour, to ensure most recent values are saved, in case of unexpected termination.
    • Bridge functionality can now be independently switched off.
    • Television Accessory, can now have different icons.