Values.UpdateSafetyLeverStateInputSourceSpecifies a state for a safety lever.
type nonrec t = {status : SafetyLeverStatusInput.t;The updated state of the safety lever.
*)reason : SafetyLeverStatusReason.t;The reason for updating the state of the safety lever.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SafetyLeverStatusReason.t ])
list ]