mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
8 lines
107 B
Dart
8 lines
107 B
Dart
// ignore_for_file: constant_identifier_names
|
|
|
|
enum AcValuesEnums {
|
|
Cooling,
|
|
Heating,
|
|
Ventilation,
|
|
}
|