mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 18:54:55 +00:00
one gang wizard &two Gang wizard & wh wizard
This commit is contained in:
11
lib/features/devices/model/GroupWHModel.dart
Normal file
11
lib/features/devices/model/GroupWHModel.dart
Normal file
@ -0,0 +1,11 @@
|
||||
class GroupWHModel {
|
||||
final String deviceId;
|
||||
final String deviceName;
|
||||
bool firstSwitch;
|
||||
|
||||
GroupWHModel({
|
||||
required this.deviceId,
|
||||
required this.deviceName,
|
||||
required this.firstSwitch,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user