We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9c15e commit b86640eCopy full SHA for b86640e
1 file changed
meters/rs485/dtsu666.go
@@ -67,7 +67,8 @@ func (p *DTSU666Producer) Probe() Operation {
67
func (p *DTSU666Producer) Produce() (res []Operation) {
68
for _, op := range []Measurement{
69
VoltageL1, VoltageL2, VoltageL3,
70
- Power, ReactivePower, PowerL1, PowerL2, PowerL3,
+ Power, PowerL1, PowerL2, PowerL3,
71
+ ReactivePower, ReactivePowerL1, ReactivePowerL2, ReactivePowerL3,
72
} {
73
res = append(res, p.snip(op, 10))
74
}
0 commit comments