mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
power_clamp
This commit is contained in:
@ -91,7 +91,7 @@ class _SmartPowerDeviceControlState extends State<SmartPowerDeviceControl> {
|
|||||||
iconPath: Assets.powerActiveIcon,
|
iconPath: Assets.powerActiveIcon,
|
||||||
title: 'Active',
|
title: 'Active',
|
||||||
value: blocProvider
|
value: blocProvider
|
||||||
.deviceStatus.status.general.dataPoints[0].value
|
.deviceStatus.status.general.dataPoints[2].value
|
||||||
.toString(),
|
.toString(),
|
||||||
unit: '',
|
unit: '',
|
||||||
),
|
),
|
||||||
@ -107,7 +107,7 @@ class _SmartPowerDeviceControlState extends State<SmartPowerDeviceControl> {
|
|||||||
iconPath: Assets.frequencyIcon,
|
iconPath: Assets.frequencyIcon,
|
||||||
title: 'Frequency',
|
title: 'Frequency',
|
||||||
value: blocProvider
|
value: blocProvider
|
||||||
.deviceStatus.status.general.dataPoints[2].value
|
.deviceStatus.status.general.dataPoints[4].value
|
||||||
.toString(),
|
.toString(),
|
||||||
unit: ' Hz',
|
unit: ' Hz',
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user