You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed ADTPulse class to ADTPulseAPI for clarity because there is a new ADTPulseAuth class that interacts with initial setup.
Types for subdomain moved from credentials object to a new shared connection object that was originally part of the ADTPulseAPI class (formerly ADTPulse).
Credentials object (stores username, password, fingerprint) is now a shared type.
FIXED
False positive detection of orb security buttons due to changes in the "Status Unavailable" wording (extra period removed).
syncCheckRequestPath should be axiosSyncCheckRequestPath instead.
ADDED
Plugin setup wizard (brand new settings panel coming soon).
ADTPulseAuth class specifically used for authorizing randomly generated browser fingerprint.
Security panel support for "DSC PowerSeries/ADT PremisePro".
armState support for when system is undergoing sensor testing (sensortest).
Separate functions that specifically generate fake data into their own fake.ts library.
"EXIT FAULT ALARM" support into panelNotes section.
REMOVED
Device Fingerprint Detector tool (the correct fingerprints no longer generate correctly due to the canvas and screen resolution detections have changed).
colorLog in REPL mode (replaced with the more mature debugLog instead).