ConstructorHealthStatus

edit

The health status of the constructor.

Properties

edit
connected (boolean, required)
Whether the constructor is connected
maintenance_mode (boolean, required)
Whether the constructor is in maintenance mode

Example

edit
{
   "connected" : true,
   "maintenance_mode" : true
}