David Jones
David Jones
The Time control is opaque unlike the Date control. I have tried setting opacity to 1 but this hasn't solved things. ```Style="opacity:1"``` Tried 100 , no joy. Need Date control...
Note about needing to do command line build before using solution file in VS.
**Describe the bug** The link to setup az iot pnp is a 404 **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/Azure/iot-plug-and-play-bridge/tree/master/serialpnp/STM32Example 2. Click on instruction in the...
Two issues as discussed in [More issues with the Arduino Serial example #74](https://github.com/Azure/iot-plug-and-play-bridge/issues/74) (1) Can only push string properties back from Azure IoT Explorer .. Updated for string, int and...
**Describe the bug** In Azure IoT Explorer on the **IoT Plug and Play Components** tab, **_Telemetry_** doesn't show any results. **Telemetry** does though work from the menu on left. **_Properties(Writeable)_**...
**Describe the bug** With the Arduino Serial Sample, the PropertyUpdate and Commands, when exercised from Azure IoTExplorer do not work. There is some code that uses a NULL for the...
Following on from the closed issue **Getting Arduino Example to work .. Specifying the COM Port #66** I've created a public repository just for the Arduino Serial sample : [djaus2/ArduinoSerialPnPExample](https://github.com/djaus2/ArduinoSerialPnPExample)...
{ "$schema": "../../../pnpbridge/src/pnpbridge_config_schema.json", "pnp_bridge_connection_parameters": { "connection_type" : "connection_string", "connection_string" : "[Insert]", "root_interface_model_id": "dtmi:contoso:com:serialpnp;1", "auth_parameters": { "auth_type": "symmetric_key", "symmetric_key": "[insert]" }, "dps_parameters": { "global_prov_uri": "global.azure-devices-provisioning.net", "id_scope": [Insert]", "device_id": "{Insert]" } },...
{ "@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",...
``` > pip3 install blockdiag seqdiag actiag nwdiag Requirement already satisfied: blockdiag in c:\users\david\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (3.0.0) Requirement already satisfied: seqdiag in c:\users\david\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (3.0.0) ERROR: Could not find a version that satisfies...