schedule for one gang and two gang and three gange

This commit is contained in:
mohammad
2024-09-18 13:19:43 +03:00
parent 740ca4e4ba
commit b7f59902cd
6 changed files with 1 additions and 23 deletions

View File

@ -80,7 +80,7 @@ class ScheduleListView extends StatelessWidget {
fontSize: 22,
),
Text(listSchedule[index].days.join(' ')),
Text('Function ${listSchedule[index].enable ? "ON" : "OFF"}'),
Text('Function ${listSchedule[index].function.value ? "ON" : "OFF"}'),
],
),
),