MeterDataSource

data class MeterDataSource(val meter: String, val channel: String) : DataSource

Constructors

Link copied to clipboard
constructor(meter: String, channel: String)

Properties

Link copied to clipboard

ID of the channel

Link copied to clipboard

Full ID of the meter

Functions

Link copied to clipboard
open operator override fun compareTo(other: DataSource): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String