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