Energy

data class Energy(val budget: Energy) : Budget

An energy budget.

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

Parameters

budget

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

Constructors

Link copied to clipboard
fun Energy(budget: Energy)

Properties

Link copied to clipboard