mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
Implemented room device interface
(AC only)
This commit is contained in:
@ -10,3 +10,12 @@ abstract class Constants {
|
||||
|
||||
static const double defaultPadding = 16;
|
||||
}
|
||||
|
||||
enum DeviceType {
|
||||
AC,
|
||||
Lights,
|
||||
Door,
|
||||
Curtain,
|
||||
Screens,
|
||||
Gateway,
|
||||
}
|
||||
|
Reference in New Issue
Block a user