iot-plug-and-play-bridge icon indicating copy to clipboard operation
iot-plug-and-play-bridge copied to clipboard

Add Schema to Arduibo Serial Sample: RootPnpBridgeISerialPnPnterfaceModel.json

Open djaus2 opened this issue 4 years ago • 0 comments

{ "@id": "dtmi:contoso:com:serialpnp;1", "@type": "Interface", "displayName": "Pnp Bridge Root Interface Model serialpnp1", "name": "serialpnp1", "contents": [ { "@type": [ "Telemetry", "Temperature" ], "description": "Current temperature on the device", "displayName": "Temperature", "name": "temp", "schema": "double", "unit": "degreeFahrenheit" } ], "@context": "dtmi:dtdl:context;2" }

djaus2 avatar Aug 26 '21 12:08 djaus2