Variable AggregationsConst

Aggregations: AggregationEnumsType = ...

The supported Aggregation values as an object mapping.

Use this object like:

import Aggregations from "solarnetwork-api-core";

const hourly = Aggregations.Hour;

See

Domain.AggregationNames for the available values

Generated using TypeDoc