mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
schedule for one gang and two gang and three gange
This commit is contained in:
@ -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"}'),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user