mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-28 00:04:56 +00:00
Add 'PC' device to routine
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
class EnergyClampOperationalValue {
|
||||
final String icon;
|
||||
final String description;
|
||||
final dynamic value;
|
||||
|
||||
EnergyClampOperationalValue({
|
||||
required this.icon,
|
||||
required this.description,
|
||||
required this.value,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user