Meters
Meters API operations.
Summary
Functions
@spec get_customer_meter(PolarExpress.Client.t(), String.t(), map(), keyword()) :: {:ok, PolarExpress.Schemas.CustomerCustomerMeter.t()} | {:error, PolarExpress.Error.t()}
Get Customer Meter
Get a meter by ID for the authenticated customer.
Scopes: customer_portal:read customer_portal:write
See PolarExpress.Params.CustomerPortal.MetersGetCustomerMeterParams for parameter details.
@spec list_meters(PolarExpress.Client.t(), map(), keyword()) :: {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
List Meters
List meters of the authenticated customer.
Scopes: customer_portal:read customer_portal:write
See PolarExpress.Params.CustomerPortal.MetersListMetersParams for parameter details.