mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
10 lines
140 B
Dart
10 lines
140 B
Dart
enum AcValuesEnums {
|
|
Cooling,
|
|
Heating,
|
|
Ventilation,
|
|
}
|
|
|
|
enum TempModes { hot, cold, wind }
|
|
|
|
enum FanSpeeds { auto, low, middle, high }
|