mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
finished ac devices
This commit is contained in:
@ -10,8 +10,5 @@ abstract class BaseSwitchFunction extends DeviceFunction<bool> {
|
||||
required super.icon,
|
||||
});
|
||||
|
||||
@override
|
||||
bool execute(bool currentStatus, dynamic newValue);
|
||||
|
||||
List<SwitchOperationalValue> getOperationalValues();
|
||||
}
|
||||
|
Reference in New Issue
Block a user