We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986930a commit 78885e3Copy full SHA for 78885e3
lib/melcloudAtwDevice.js
@@ -884,7 +884,7 @@ class MelcloudAtwDevice {
884
native: {}
885
});
886
887
- gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix, {
+ gthat.extendObjectAsync(lastReportDataPrefix + commonDefines.CommonDeviceStateIDs.TotalPowerProductionPrefix + mode, {
888
type: "state",
889
common: {
890
name: `Total power production for mode '${mode}'`,
0 commit comments