Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Black-Thunder committed Dec 11, 2024
1 parent 986930a commit 78885e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/melcloudAtwDevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ class MelcloudAtwDevice {
native: {}
});

gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix, {
gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix + mode, {
type: "state",
common: {
name: `Total power production for mode '${mode}'`,
Expand Down

0 comments on commit 78885e3

Please sign in to comment.