push functions static data

This commit is contained in:
ashrafzarkanisala
2024-06-26 02:18:15 +03:00
parent 6413d2b876
commit 3ddd4ed197
34 changed files with 1044 additions and 120 deletions

View File

@ -0,0 +1,7 @@
// ignore_for_file: constant_identifier_names
enum AcValuesEnums {
Cooling,
Heating,
Ventilation,
}