Documentation
¶
Index ¶
Constants ¶
View Source
const UdmiMergeName = "udmi"
Variables ¶
View Source
var (
ErrTraitNotSupported = errors.New("trait not supported")
)
Functions ¶
Types ¶
type ElectricPhaseConfig ¶
type ElectricPhaseConfig struct {
Current *config.ValueSource `json:"current,omitempty"`
Voltage *config.ValueSource `json:"voltage,omitempty"`
Rating *config.ValueSource `json:"rating,omitempty"`
PowerFactor *config.ValueSource `json:"powerFactor,omitempty"`
RealPower *config.ValueSource `json:"realPower,omitempty"`
ApparentPower *config.ValueSource `json:"apparentPower,omitempty"`
ReactivePower *config.ValueSource `json:"reactivePower,omitempty"`
}
type UdmiMergeConfig ¶
Click to show internal directories.
Click to hide internal directories.