Energy

data class Energy(val amount: Energy) : Consumption

An electric energy consumption.

Parameters

amount

The electric energy stored in the battery, e.g. in kilowatt hours.

Constructors

Link copied to clipboard
constructor(amount: Energy)

Properties

Link copied to clipboard