push updated code after merge

This commit is contained in:
ashrafzarkanisala
2024-11-23 21:53:21 +03:00
18 changed files with 1219 additions and 5 deletions

View File

@ -103,3 +103,11 @@ enum AcValuesEnums {
Heating,
Ventilation,
}
enum EnumEffectivePeriodOptions {
allDay,
daytime,
night,
custom,
none,
}