added community filtering

This commit is contained in:
hannathkadher
2024-10-22 10:47:14 +04:00
parent 76f48aad6f
commit 0b0fee2e26
4 changed files with 53 additions and 25 deletions

View File

@ -94,7 +94,7 @@ class DeviceControlDialog extends StatelessWidget with RouteControlsBasedCode {
]),
TableRow(
children: [
_buildInfoRow('Unit Name:', device.unit?.name ?? 'N/A'),
_buildInfoRow('Space Name:', device.unit?.name ?? 'N/A'),
_buildInfoRow('Room:', device.room?.name ?? 'N/A'),
],
),