MeterHash

data class MeterHash(val meterType: MeterType, val protocol: String, val description: String, val channels: List<String>, val outputChannels: List<String> = channels, val extra: PowerMeterData)

Constructors

Link copied to clipboard
constructor(meterType: MeterType, protocol: String, description: String, channels: List<String>, outputChannels: List<String> = channels, extra: PowerMeterData)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard