mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 22:32:28 +00:00
Fix category check in schedule dialog for water heater
This commit is contained in:
@ -218,7 +218,7 @@ class ScheduleDialogHelper {
|
||||
groupValue: isOn,
|
||||
onChanged: (val) => onChanged(false),
|
||||
),
|
||||
Text(categor == 'CUR_2' || categor == 'GDCUR_2' ? 'close' : 'Off'),
|
||||
Text(categor == 'CUR_2' || categor == 'GD' ? 'close' : 'Off'),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user