Package

com.thenewmotion.ocpp.messages.v1x

meter

Permalink

package meter

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Location extends Nameable

    Permalink
  2. sealed trait Measurand extends Nameable

    Permalink
  3. case class Meter(timestamp: ZonedDateTime, values: List[Value] = Nil) extends Product with Serializable

    Permalink
  4. sealed trait Phase extends Nameable

    Permalink
  5. sealed trait ReadingContext extends Nameable

    Permalink
  6. sealed trait UnitOfMeasure extends Nameable

    Permalink
  7. case class Value(value: String, context: ReadingContext, format: ValueFormat, measurand: Measurand, phase: Option[Phase], location: Location, unit: UnitOfMeasure) extends Product with Serializable

    Permalink
  8. sealed trait ValueFormat extends Nameable

    Permalink

Ungrouped