Module Values.AlarmContributorsSource

Sourcetype nonrec t = AlarmContributor.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AlarmContributor.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of AttributeName.t ] * [> `String of AttributeValue.t ]) list | `String of ContributorId.t | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> AlarmContributor.t list