package
0.0.0-20240908172838-7bcebe7d766f
Repository: https://github.com/evcc-io/evcc.git
Documentation: pkg.go.dev

# Functions

ConstructNationalForecastRequest returns a request object to be used when calling the national API.
ConstructRegionalForecastByIDRequest returns a validly formatted, fully qualified URI to the forecast valid for the given region.
ConstructRegionalForecastByPostcodeRequest returns a validly formatted, fully qualified URI to the forecast valid for the given postcode.

# Constants

BaseURI is the root path that the API is accessed from.
ForecastNationalURI defines the location of the national forecast.
ForecastRegionalByIdURI defines the location of the regional forecast determined by Region ID.
ForecastRegionalByPostcodeURI defines the location of the regional forecast determined by a given postcode.

# Variables

# Structs

NationalIntensityResult is returned either as a sub-element of a Regional request, or as the main result of a National request.
RegionalIntensityResult is returned by Regional requests.
RegionalIntensityResultData is returned by Regional requests.

# Interfaces