fix: Sensor schema drift with upstream API

This commit is contained in:
2026-05-13 20:30:44 +02:00
parent 364a0eedf3
commit f8df267b9c
4 changed files with 6 additions and 16 deletions
@@ -49,11 +49,6 @@ class _Body extends ConsumerWidget {
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
_InfoRow(label: 'Device ID', value: sensor.sensorId),
if (sensor.rssiRef != null)
_InfoRow(
label: 'RSSI reference',
value: '${sensor.rssiRef!.toStringAsFixed(1)} dBm',
),
_InfoRow(
label: 'Floor position',
value: sensor.isPlaced