Values.AssociatedClientDeviceSourceContains information about a client device that is associated to a core device for cloud discovery.
type nonrec t = {thingName : IoTThingName.t option;The name of the IoT thing that represents the associated client device.
*)associationTimestamp : Timestamp.t option;The time that the client device was associated, expressed in ISO 8601 format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of IoTThingName.t | `Timestamp of Timestamp.t ])
list ]