lb_setup 1.2.5 lb_setup: ^1.2.5 copied to clipboard
Logbot Setup client to be used for API requests to Logbot Setup APIs to: * Setup and gather informations about the device * Retrieves and personalize configurations about the device and its network sy [...]
1.2.5 #
- CHANGE: Add ServiceVersion for SupervisorSevices and update dependencies
1.2.4 #
- CHANGE: Add IotProxy endpoint for API calls and bump gradle and kotlin version for example application
1.2.3 #
- CHANGE: Updated dependencies;
1.2.2 #
- CHANGE: Removed
LogbotSetupUtils
service (moved tolb_commons
);
1.2.1 #
- CHANGE: Added the new state manager to handle local connections
- CHANGE: Updated dependencies
1.2.0 #
- FEAT: Added localWifi API Client to connect to a devices when connected to its Access Point, with no internet connection available
- CHANGE:
setLicense
now returns theLicense
object whendryrun
is true.
1.1.0 #
- FEAT: Added utility functions to process the Logbot license token and retrieve a device ID, API key and UUID
1.0.6 #
- FIX: Fixed problem when API calls completed before the refresh token process, causing an unauthorized error
1.0.5 #
- FIX: Fixed wrong mandatory parameter
enabled
inGeolocatorConfig
that was breakingsetGeolocatorConfig
API call - FIX: Fixed wrong mandatory parameter
bearers
inModemConfig
that was breakingsetModemConfig
API call
1.0.4 #
- BREAKING FIX: Replaced DeviceBriefing.state with DeviceBriefing.status
1.0.3 #
- FIX: Fixed wrong enum status for DeviceBriefingState
1.0.2 #
- FIX: Updated lb_bluetooth to 1.0.1 to fix missing query params on some lb_setup requests
1.0.1 #
- FIX: Correctly implemented the initialization of LogbotSetup
- FIX: Removed LogbotDiscovery from LogbotSetup.init(). User must now call LogbotDiscovery.startDiscovery() manually after logging in with LogbotAuth
1.0.0 #
- FEAT: First release