Skip to content

Commit 78885e3

Browse files
committed
fix
1 parent 986930a commit 78885e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/melcloudAtwDevice.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ class MelcloudAtwDevice {
884884
native: {}
885885
});
886886

887-
gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix, {
887+
gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix + mode, {
888888
type: "state",
889889
common: {
890890
name: `Total power production for mode '${mode}'`,

0 commit comments

Comments
 (0)