push ac batch control

This commit is contained in:
ashrafzarkanisala
2024-09-18 12:27:00 +03:00
parent 7c28012d79
commit abb0a58468
26 changed files with 516 additions and 66 deletions

View File

@ -63,7 +63,8 @@ class ReportsTable extends StatelessWidget {
TableCellWidget(value: time),
hideValueShowDescription == true
? TableCellWidget(
value: mainDoorSensor == true
value: (mainDoorSensor != null &&
mainDoorSensor == true)
? data.value == 'true'
? 'Open'
: 'Close'