Module Values.SiemensIESource

Contains details for a SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.

Sourcetype nonrec t = {
  1. iotCoreThingName : IotCoreThingName.t;
    (*

    The name of the IoT Thing for your SiteWise Edge gateway.

    *)
}
Sourceval context_ : string
Sourceval make : iotCoreThingName:IotCoreThingName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IotCoreThingName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t