mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
push add ac fucntions and handle doplicate adding to the then or if items
This commit is contained in:
9
lib/pages/routiens/enum/ac_values_enum.dart
Normal file
9
lib/pages/routiens/enum/ac_values_enum.dart
Normal file
@ -0,0 +1,9 @@
|
||||
enum AcValuesEnums {
|
||||
Cooling,
|
||||
Heating,
|
||||
Ventilation,
|
||||
}
|
||||
|
||||
enum TempModes { hot, cold, wind }
|
||||
|
||||
enum FanSpeeds { auto, low, middle, high }
|
Reference in New Issue
Block a user