push add ac fucntions and handle doplicate adding to the then or if items

This commit is contained in:
ashrafzarkanisala
2024-11-19 00:54:43 +03:00
parent 54143b3ba9
commit 57b8f6b03e
60 changed files with 1392 additions and 24 deletions

View File

@ -0,0 +1,9 @@
enum AcValuesEnums {
Cooling,
Heating,
Ventilation,
}
enum TempModes { hot, cold, wind }
enum FanSpeeds { auto, low, middle, high }