-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 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).
- Loading branch information
1 parent
77f9a46
commit 0b2c579
Showing
43 changed files
with
6,513 additions
and
1,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.