Discovergy.VirtualMeters (discovergy v0.7.0)
View SourceThe Virtual Meters endpoint
Summary
Functions
Return the individual meters comprising the specified virtual meter.
Return the individual meters comprising the specified virtual meter.
Functions
@spec create_virtual_meter(Discovergy.Client.t(), [Meter.id()], [Meter.id()]) :: {:ok, map()} | {:error, Error.t()}
Return the individual meters comprising the specified virtual meter.
@spec get_virtual_meter(Discovergy.Client.t(), Meter.id()) :: {:ok, [Meter.t()]} | {:error, Error.t()}
Return the individual meters comprising the specified virtual meter.