DoctorMcKay
DoctorMcKay
https://dev.doctormckay.com/topic/2180-insert-attempts-at-loadinventory/
TODO: - Captchas? - Make sure that incorrect credentials are handled sanely - QR login eventually? - Possible to switch to this in a backwards compatible manner? - Verify how...
Will need to likely add a constructor option that takes an object with properties: ```ts interface ConstructorOptions { // ... mobileDeviceProperties?: MobileDeviceProperties } interface MobileDeviceProperties { mobileUserAgent?: string, // default...
For WebBrowser logins, machine auths are only issued when you logout.
Adds new events to report reader software update status, an event to report reader battery status, and setSimulatorConfiguration method.
It's necessary to request Bluetooth permission to scan for readers. This adds that request to the `discoverReaders` method, if the desired type is Bluetooth or Simulated.
## Pull request checklist Please check if your PR fulfills the following requirements: - [x] The changes have been tested successfully. - [x] A changeset has been created (`npm run...
### Plugin(s) - [X] Android Foreground Service - [ ] Android Battery Optimization - [ ] App Update - [ ] Background Task - [ ] Badge - [ ]...