Values.AlarmCapabilitiesSourceContains the configuration information of alarm state changes.
type nonrec t = {initializationConfiguration : InitializationConfiguration.t option;Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.
*)acknowledgeFlow : AcknowledgeFlow.t option;Specifies whether to get notified for alarm state changes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of DisabledOnInitialization.t ]) list ])
list ]