ControllerState#

class relsad.network.components.ControllerState(value)[source]#

Controller state

OK#

The controller is up and running

Type

int

SOFTWARE_FAIL#

A software fail has occurred

Type

int

HARDWARE_FAIL#

A hardware fail has occurred

Type

int

REPAIR#

The controller is being repaired

Type

int

ControllerState.OK

ControllerState.SOFTWARE_FAIL

ControllerState.HARDWARE_FAIL

ControllerState.REPAIR