Values.AssociateEntityToThingRequestSourceAssociates a device with a concrete thing that is in the user's registry. A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.
type nonrec t = {thingName : ThingName.t;The name of the thing to which the entity is to be associated.
*)entityId : Urn.t;The ID of the device to be associated with the thing. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
*)namespaceVersion : Version.t option;The version of the user's namespace. Defaults to the latest version of the user's namespace.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Version.t | `String of ThingName.t ]) list ]