Get relay invertion settings
Returns relay invertion settings. It's used to change the start position of the relay
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- position_settings object- Determines relay initial position. If enabled initial position will be open position string- Possible values: [ - position_NO,- position_NC]- Determines relay initial position: normally open or closed 
{
  "position_settings": {
    "position": "position_NO"
  }
}
{
  "position_settings": {
    "position": "position_NO"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...