Skip to content

v3.3.5

Compare
Choose a tag to compare
@mrjackyliang mrjackyliang released this 12 Aug 13:48
· 11 commits to main since this release
0b2c579

UPDATED

  • 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).