Fix category check in schedule dialog for water heater

This commit is contained in:
mohammad
2025-07-21 15:10:15 +03:00
parent 076c80fe44
commit d3bd363b70

View File

@ -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'),
],
);
}