phoenix6.mechanisms.mechanism_state¶
Module Contents¶
- class phoenix6.mechanisms.mechanism_state.MechanismState(*args, **kwds)¶
Bases:
enum.EnumPossible states of a mechanism.
- OK = '0'¶
The mechanism is running normally.
- DISABLED = '1'¶
The mechanism is temporarily disabled due to an issue.
- REQUIRES_USER_ACTION = '2'¶
The mechanism is disabled and requires user action.