2 ActuatorError.OK: ActuatorErrorText.OK,
3 ActuatorError.HW_NOT_OP: ActuatorErrorText.HW_NOT_OP,
4 ActuatorError.INIT_FAILURE: ActuatorErrorText.INIT_FAILURE,
5 ActuatorError.UNEXPECTED_OFF: ActuatorErrorText.UNEXPECTED_OFF,
6 ActuatorError.UNEXPECTED_ON: ActuatorErrorText.UNEXPECTED_ON,
7 ActuatorError.FAULT_SIG: ActuatorErrorText.FAULT_SIG,
8 ActuatorError.MAXON: ActuatorErrorText.MAXON,
9 ActuatorError.TIMEOUT_DISABLE: ActuatorErrorText.TIMEOUT_DISABLE,
10 ActuatorError.TIMEOUT_INIT: ActuatorErrorText.TIMEOUT_INIT,
11 ActuatorError.TIMEOUT_OFF: ActuatorErrorText.TIMEOUT_OFF,
12 ActuatorError.TIMEOUT_ON: ActuatorErrorText.TIMEOUT_ON,
13 ActuatorError.UNKNOWN_CMD: ActuatorErrorText.UNKNOWN_CMD,