Implemented room device interface

(AC only)
This commit is contained in:
Mohammad Salameh
2024-03-07 14:53:13 +03:00
parent bf275d5adf
commit f8e8591d13
12 changed files with 357 additions and 244 deletions

View File

@ -10,3 +10,12 @@ abstract class Constants {
static const double defaultPadding = 16;
}
enum DeviceType {
AC,
Lights,
Door,
Curtain,
Screens,
Gateway,
}