Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a0623fb

Browse files
committed
Add metric too
1 parent 71fad29 commit a0623fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metrics/luna2000.go

+8
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@ var luna2000Metrics = []Metric{
5555
"battery",
5656
},
5757
},
58+
{
59+
Namespace: "luna2000",
60+
Name: "charge_discharge_power",
61+
Help: "The charge discharge power",
62+
Fields: []string{
63+
"inverter",
64+
},
65+
},
5866
}

0 commit comments

Comments
 (0)