lb_discovery 1.1.0 lb_discovery: ^1.1.0 copied to clipboard
Logbot MDNS discovery service to scan and find nearby devices
1.1.0 #
- FEAT: Added new APIs to discover not configured devices
- FEAT: Added new APIs to discover local devices in a network that is not connected to the internet. Will show also not owned devices
- FEAT: Added the configured flag to recognize devices that are configured or not
- CHANGE: discoverLocal and discover APIs now accept a filter to show only owned devices, only not configured devices or all devices
- BREAKING CHANGE: the online/offline flag was removed. Availability is now an array and if the device is online, availability will contain REMOTE availability
1.0.2 #
- FEAT: Add online/offline flag to remote devices
1.0.1 #
- FIX: Fixed bug that filled the localDevices list with remoteDevices
- FIX: Fixed bug that caused a connection timeout and wrong local devices results when the wifi was disconnected during runtime
1.0.0 #
- FEAT: First release