Releases: mrjackyliang/homebridge-adt-pulse
Releases · mrjackyliang/homebridge-adt-pulse
v3.0.0-beta.12
UPDATED
- Adjusted the config schema styling for the devices tab
- Reset plugin dropdown selection
- README word phrasing and some helpful tips for past issues
tsconfig.json
optimizations
ADDED
- "System/Supervisory" sensor support
- "Unknown Device Type" sensor support
- "Bypassed, Closed" sensor status
- "Bypassed, Tripped" sensor status
- "Low Battery, Motion" sensor status
- "Low Battery, No Motion" sensor status
v3.0.0-beta.11
ADDED
- "ALARM, Closed" sensor status
- Shock Sensor accessory
v3.0.0-beta.9
FIXED
- HOOBS devices cannot start the plugin because it does not support the
exports
key inpackage.json
. Fixed by addingmain
as the starting point as a fallback.
ADDED
- Panic button for configuration UI
NOTES
- HOOBS currently caches configuration UIs, so users won't be able to see the latest configuration UI. Please re-configure the plugin manually until this is fixed by the HOOBS team.
v3.0.0-beta.10
UPDATED
- Separated the gateway statuses from the sensor and panel statuses when the system becomes offline.
- Reordered the constant types in alphabetical order.
- Sensors are no longer required during configuration.
- Completely re-written the README file.
- Changed "Operational Speed" to "Synchronization Speed" (not related to
syncCheck
) - Made improvements to the config schema.
ADDED
- New sensor status text regarding device trouble (during
devStatTamper
) - Offline status for gateways (other devices will show as Unknown) when the internet connection becomes down for too long.
v3.0.0-beta.8
UPDATED
- Zones can now be set up to 999
ADDED
- Partial keypad/touchpad sensor detection
v3.0.0-beta.7
ADDED
- Panic button partial support
- Check if plugin is outdated
UPDATED
- New sensor statuses
- Organized
condenseSensorType
switch statements to alphabet order - If package version is unknown, return
unknown
instead of0.1.0
v3.0.0-beta.6
Modified and adding more configuration settings related to pausing, resetting, and running at slower speeds. The config UI is now ready for use.
v3.0.0-beta.5
Building locally, and publishing compiled files to npmjs
v3.0.0-beta.4
Attempt to fix the missing tsconfig.json
during build
v3.0.0-beta.3
Alright, I hope this installation works now.