State Machine
experimentalinfraGoverned finite state machines
pip install chp-adapter-state-machineAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
createv1.0.0Create a new finite state machine instance.
chp.adapters.state_machine.createget_statev1.0.0Inspect the current state and status of a machine.
chp.adapters.state_machine.get_statelist_machinesv1.0.0List all state machine instances, optionally filtered by status.
chp.adapters.state_machine.list_machinestransitionv1.0.0Fire an event on a state machine (event = target state name).
chp.adapters.state_machine.transition