Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 844 Bytes

File metadata and controls

18 lines (12 loc) · 844 Bytes

Ruff Checked with mypy

Reference OpenADR GAC BL Implementation

This repository contains a reference implementation for a GAC compliant BL implementation.

Configuration

For the openadr3-client dependency, you need to configure the following environment variables:

OAUTH_TOKEN_ENDPOINT # The oauth token endpoint to provision access tokens from
OAUTH_CLIENT_ID      # The client ID for OAuth client credential authentication
OAUTH_CLIENT_SECRET  # The client secret for OAuth client credential authentication
OAUTH_SCOPES         # Comma-delimited list of OAuth scope to request (optional)