We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff2bf4 commit 2cedc85Copy full SHA for 2cedc85
usecases/api/types.go
@@ -22,15 +22,15 @@ type LoadLimitsPhase struct {
22
Phase model.ElectricalConnectionPhaseNameType // the phase
23
IsChangeable bool // if the value can be changed via write, ignored when writing data
24
IsActive bool // if the limit is active
25
- Value float64 // the limit in A
+ Value float64 // the limit
26
}
27
28
// Defines a limit data set
29
type LoadLimit struct {
30
Duration time.Duration // the duration of the limit,
31
32
33
34
35
36
// identification
0 commit comments