Releases: mrjackyliang/homebridge-adt-pulse
Releases · mrjackyliang/homebridge-adt-pulse
v2.0.0
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 inremoveAccessory
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
UPDATED
- [PackageJSON]
cheerio
from1.0.0-rc.3
to1.0.0-rc.5
FIXED
- [Main Script] Wrapped
sensor
into[]
becausecheerio.load
accepts[]
only - [Main Script] Added
detection fortheZoneNumber
v1.9.2
FIXED
- Downgrading
cheerio
to1.0.0-rc.3
because of acontent.forEach
bug related to[email protected]
and[email protected]
v1.9.1
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
IMPROVED
- [PackageJSON] Updated
lodash
dependency - [Test script]
action
arguments to acceptstring
and notstring[]
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
ADDED
- [Main script] Support for
Kitchen Left/Right Back/Side
door sensors
v1.8.12
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
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
UPDATED
- [Plugin file]
getDeviceStatus
to return${state} / ${status}
for non-formatted option - [Main script]
hasInternetWrapper
runFunction
param fromfunction
toFunction
- [Main script]
hasInternetWrapper
reject action fromHOST_UNREACHABLE
toCONNECT
- [Main script]
getErrorMessage
to returnerrorMessage
without parentheses
FIXED
- [Main script]
setDeviceStatus
SAT code retrieval
ADDED
- [Plugin file]
logSystemInformation
object definitions
REMOVED
- [Definitions] TypeScript definition file
v1.8.9
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
todevDependencies