- Create BLEScanner.tsx with multiple selection modes (single/multiple/none) - Support device filtering, disabled devices, and auto-scan on mount - Include RSSI signal strength visualization with color-coded indicators - Add "Select All" functionality for batch sensor setup - Create comprehensive test suite with mocked BLEContext - Export component via components/ble/index.ts The component integrates with existing BLEContext and follows the established patterns from add-sensor.tsx screen. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3 lines
158 B
TypeScript
3 lines
158 B
TypeScript
export { BLEScanner, type BLEScannerProps, type SelectionMode } from './BLEScanner';
|
|
export { ConnectionStatusIndicator } from './ConnectionStatusIndicator';
|