diff --git a/lib/pages/device_managment/power_clamp/view/smart_power_device_control.dart b/lib/pages/device_managment/power_clamp/view/smart_power_device_control.dart index 6945fde6..884a668a 100644 --- a/lib/pages/device_managment/power_clamp/view/smart_power_device_control.dart +++ b/lib/pages/device_managment/power_clamp/view/smart_power_device_control.dart @@ -91,7 +91,7 @@ class _SmartPowerDeviceControlState extends State { iconPath: Assets.powerActiveIcon, title: 'Active', value: blocProvider - .deviceStatus.status.general.dataPoints[0].value + .deviceStatus.status.general.dataPoints[2].value .toString(), unit: '', ), @@ -107,7 +107,7 @@ class _SmartPowerDeviceControlState extends State { iconPath: Assets.frequencyIcon, title: 'Frequency', value: blocProvider - .deviceStatus.status.general.dataPoints[2].value + .deviceStatus.status.general.dataPoints[4].value .toString(), unit: ' Hz', ),