Skip to content

Releases: MiguelRipoll23/homebridge-securitysystem

v2.2.1

09 Apr 21:46
Compare
Choose a tag to compare

Breaking changes

Plugin alias has changed.
Please change your "accessory" field value to "security-system":

{
  "accessory": "security-system", // <-- this
  "name": "Security system",
  "default_mode": "off",
}

Changelog

  • Added command output to log.
  • Added Homebridge configuration schema.
  • Updated HOOBS configuration schema.
  • Improved error handling.
  • Command option removed.

v2.1.1

22 Mar 00:33
Compare
Choose a tag to compare
  • Fixes plugin alias for HOOBS.

v2.1.0

21 Mar 22:36
Compare
Choose a tag to compare
  • Added HOOBS configuration schema (beta).
  • Changed state storage path.
  • Fixed trigger seconds log value.

v2.0.2

29 Feb 15:34
Compare
Choose a tag to compare
  • Commands are now executed before webhooks.
  • Code refactored.

v2.0.1

23 Feb 20:19
Compare
Choose a tag to compare
  • Improved README.md

v2.0.0

23 Feb 20:17
Compare
Choose a tag to compare
  • Added option to exclude modes.
  • Code refactored.

v1.9.0

25 Jan 14:17
Compare
Choose a tag to compare
  • Added options to execute commands when the security mode changes.
  • Added option to disable the arm delay for mode changes made using the server.
  • Fixed issue in which non-user requests (favicon.icon) resulted in "code required" messages when authentication for the server was enabled.
  • Code refactored to keep adding new stuff without creating a mess :)

v1.8.1

05 Jan 01:37
Compare
Choose a tag to compare
  • Improved server state changes.
  • Improved custom characteristics.

v1.8.0

04 Jan 14:04
Compare
Choose a tag to compare

Breaking Changes

  • Server endpoints have changed.
  • Server authentication has changed.

Changelog

  • Added status codes for server responses.
  • Added more server logging.
  • Added missing webhook option to README.
  • Improved server endpoints paths.
  • Improved server authentication.

v1.7.0

21 Dec 16:55
Compare
Choose a tag to compare

Breaking Changes

  • All webhook options have been renamed.

Changelog

  • Added server to trigger and change the security system state. (#15 by @funkyremi)
  • Added option to override off state and trigger the security system anyways.
  • Added saved state to logging.
  • Improved webhook behavior and options renamed.