make_state_transition_dict# lsst.ts.salobj.make_state_transition_dict()# Make a dict of state transition commands and states The keys are (beginning state, ending state). The values are the name of the state transition command. Return type: dict[tuple[State, State], list[tuple[str, State]]]