Elmor Labs PMDConfig
data class ElmorLabsPMDConfig(val ignore: Boolean = false, val pollPeriod: Int, val sampleRate: Int, val portConfiguration: PortConfiguration) : PowerMeterConfig
Constructors
Link copied to clipboard
constructor(ignore: Boolean = false, pollPeriod: Int, sampleRate: Int, portConfiguration: PortConfiguration)