Skip to content

Releases: mrjackyliang/homebridge-adt-pulse

v2.0.0

07 Mar 01:41
Compare
Choose a tag to compare

UPDATED

  • [Main script] Browser user-agent
  • [Readme file] Configuration to include overrideSensors section
  • [Plugin file] Code formatting for logMessage function

FIXED

  • [Plugin file] Siri error response by lowering setDeviceTimeout from 8 seconds to 6 seconds
  • [Plugin file] lodash implementation for removing accessories in removeAccessory

ADDED

  • [Test script] Support for overriding 1 sensor
  • [Test script] Checks if country is empty
  • [Main script] Support for overriding sensors
  • [Main script] Documentation for devStatLowBatt devices
  • [Readme file] Documentation on Manually Override Sensors
  • [Schema JSON] Support for overrideSensors
  • [Schema JSON] Support for country
  • [Schema JSON] Support for resetAll
  • [Plugin file] Support for overriding sensors
  • [Plugin file] Support for devStatLowBatt devices

REMOVED

  • [Main script] Hard-coded overrides for special naming configurations
  • [Readme file] Manual configuration note for the resetAll documentation

v1.9.3

24 Dec 20:52
Compare
Choose a tag to compare

UPDATED

  • [PackageJSON] cheerio from 1.0.0-rc.3 to 1.0.0-rc.5

FIXED

  • [Main Script] Wrapped sensor into [] because cheerio.load accepts [] only
  • [Main Script] Added   detection for theZoneNumber

v1.9.2

24 Dec 12:53
Compare
Choose a tag to compare

FIXED

v1.9.1

04 Dec 12:11
Compare
Choose a tag to compare

ADDED

  • [Main plugin] Support for web portal version 20.0.0-244.

REMOVED

  • [Main plugin] Support for web portal version 19.0.0-89.

v1.9.0

12 Sep 14:05
Compare
Choose a tag to compare

IMPROVED

  • [PackageJSON] Updated lodash dependency
  • [Test script] action arguments to accept string and not string[]

ADDED

  • [Main script] Support for ADT Pulse Canada
  • [Main script] Updated browser headers
  • [Plugin code] Support for country configuration
  • [Plugin code] Description to timers
  • [Readme file] country configuration setting
  • [Readme file] Set Country instructions
  • [Test script] country configuration support

REMOVED

  • [Readme file] Patreon link

v1.8.13

12 Aug 20:55
Compare
Choose a tag to compare

ADDED

  • [Main script] Support for Kitchen Left/Right Back/Side door sensors

v1.8.12

01 Aug 00:17
Compare
Choose a tag to compare

ADDED

  • [Main plugin] Support for web portal version 20.0.0-221.

REMOVED

  • [Main plugin] Support for web portal version 18.0.0-78.

v1.8.11

21 Jul 23:52
Compare
Choose a tag to compare

UPDATED

  • [PackageJSON] Production and development dependencies
  • [Main script] Separated device name detection for users with special naming configurations

FIXED

  • [Main script] Fixed glass and smoke sensors being detected as contact sensors

ADDED

  • [Main script] Support for Z** Service door sensors

v1.8.10

04 Jun 15:27
Compare
Choose a tag to compare

UPDATED

  • [Plugin file] getDeviceStatus to return ${state} / ${status} for non-formatted option
  • [Main script] hasInternetWrapper runFunction param from function to Function
  • [Main script] hasInternetWrapper reject action from HOST_UNREACHABLE to CONNECT
  • [Main script] getErrorMessage to return errorMessage without parentheses

FIXED

  • [Main script] setDeviceStatus SAT code retrieval

ADDED

  • [Plugin file] logSystemInformation object definitions

REMOVED

  • [Definitions] TypeScript definition file

v1.8.9

02 Jun 14:10
Compare
Choose a tag to compare

UPDATED

  • [Plugin file] logSystemInformation arguments
  • [Plugin file] Portal sync session timer
  • [Plugin file] Portal sync login message
  • [Readme file] Developer information on portal sync login failures

ADDED

  • [Definitions] TypeScript definition file
  • [Plugin file] Portal sync delay timer (set to 600 seconds)
  • [PackageJSON] typescript to devDependencies