mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 06:34:56 +00:00
Added scene setting
This commit is contained in:
@ -97,3 +97,11 @@ extension AccessStatusExtension on AccessStatus {
|
||||
enum TempModes { hot, cold, wind }
|
||||
|
||||
enum FanSpeeds { auto, low, middle, high }
|
||||
|
||||
enum EnumEffectivePeriodOptions {
|
||||
allDay,
|
||||
daytime,
|
||||
night,
|
||||
custom,
|
||||
none,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user