Skip to content

Commit

Permalink
fix: correct unit of Meter CC values (#7322)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 25, 2024
1 parent c7a4e96 commit fe603d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cc/src/cc/MeterCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ export class MeterCCReport extends MeterCC {
this.setMetadata(applHost, valueValue, {
...valueValue.meta,
label: getValueLabel(this.type, this.scale, this.rateType),
unit: scale.label,
unit: scale.unit,
ccSpecific: {
meterType: this.type,
scale: this.scale,
Expand Down

0 comments on commit fe603d0

Please sign in to comment.