Get relay boot position
Get relay boot position
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- position_settings objectposition string- Possible values: [ - position_NO,- position_NC]- as normal opened or normal closed 
{
  "position_settings": {
    "position": "position_NO"
  }
}
{
  "position_settings": {
    "position": "position_NO"
  }
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...