API Reference fuel

fuel

Fuel Types and cost related data.

Source: ph_adorb/fuel.py


PhAdorbFuelType

Classification of energy fuel types.

Inherits from: str, Enum

Values

MemberValueMeaning
ELECTRICITY'Electricity'Grid-supplied electricity.
NATURAL_GAS'Natural Gas'Piped natural gas.

PhAdorbFuel

Pricing and usage data for a single fuel type.

Inherits from: BaseModel

Properties

PropertyTypeDescription
nameReturn the display name of the fuel type.