CustomerMeters
CustomerMeters API operations.
Summary
Functions
@spec get_customer_meter(PolarExpress.Client.t(), String.t(), map(), keyword()) :: {:ok, PolarExpress.Schemas.CustomerMeter.t()} | {:error, PolarExpress.Error.t()}
Get Customer Meter
Get a customer meter by ID.
Scopes: customer_meters:read
See PolarExpress.Params.CustomerMetersGetCustomerMeterParams for parameter details.
@spec list_customer_meters(PolarExpress.Client.t(), map(), keyword()) :: {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
List Customer Meters
List customer meters.
Scopes: customer_meters:read
See PolarExpress.Params.CustomerMetersListCustomerMetersParams for parameter details.