Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 19 May 07:07
· 5 commits to main since this release
Add device collection and signal strength converter

Updated `MainViewModel` to use `ObservableCollection<IDevice>` for managing discovered devices. Introduced `ScanButtonText` for dynamic button labeling and refactored scanning logic. Enhanced `OnDeviceDiscovered` to maintain order based on RSSI values.

Modified `MainPage.xaml` to include a `CollectionView` for displaying devices with their name, ID, and signal strength. Added `RssiToSignalLevelConverter` to visually represent RSSI values with filled and empty bars.