Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Gets or sets configuration related to overload protection.

Supports both regular setups and Multigateway locations.

Resource URL

https://app1pub.smappee.net/dev/v3/servicelocation/{serviceLocationId}/overloadprotection

HTTP method

GET
PATCH

HTTP header

Authorization: Bearer [ACCESS_TOKEN]

(info) [ACCESS_TOKEN] being the access token received from the Get token or Refresh token authentication calls.

PATCH - Request body / GET - Response body

{
  "active": "true",
  "maximumLoad": 40 // This is in amperes
}

Versioning

Version 1 (v1)
Version 2 (v2)

This call does not exist in this version

Version 3 (v3)

This call was introduced in this version


Content


  • No labels