Energy

data class Energy(val amount: Energy) : Consumption

An electric energy consumption.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

amount

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

Constructors

Link copied to clipboard
fun Energy(amount: Energy)

Properties

Link copied to clipboard