mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
ac batch control design
This commit is contained in:
@ -16,6 +16,15 @@ class AcFetchDeviceStatus extends AcsEvent {
|
||||
List<Object> get props => [deviceId];
|
||||
}
|
||||
|
||||
class AcFetchBatchStatus extends AcsEvent {
|
||||
final String deviceId;
|
||||
|
||||
const AcFetchBatchStatus(this.deviceId);
|
||||
|
||||
@override
|
||||
List<Object> get props => [deviceId];
|
||||
}
|
||||
|
||||
class AcControl extends AcsEvent {
|
||||
final String deviceId;
|
||||
final String code;
|
||||
|
Reference in New Issue
Block a user