Values.DissociateEntityFromThingRequestSourceDissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.
type nonrec t = {thingName : ThingName.t;The name of the thing to disassociate.
*)entityType : EntityType.t;The entity type from which to disassociate the thing.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ThingName.t ]) list ]