Azure / iot-plug-and-play-bridge

IoT Plug and Play bridge
Other
60 stars 28 forks source link

Add config.json to Arduino Serial Sample #70

Closed djaus2 closed 1 year ago

djaus2 commented 3 years ago

{ "$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]" } }, "pnp_bridge_debug_trace": false, "pnp_bridge_config_source": "local", "_comment_devices": "Array of devices for Azure Pnp interface should be published", "pnp_bridge_interface_components": [ { "_comment": "Environment Sensor Device Component", "pnp_bridge_component_name": "serialpnp1", "pnp_bridge_adapter_id": "serial-pnp-interface", "pnp_bridge_adapter_config": { "com_port": "[Insert eg COM4]", "_comment": "NOTE: com_port parameter will NOT be used when use_com_device_interface is set to true. In case of windows iot edition, the COMXX symbolic links are not created. Setting use_com_device_interface to false will pick the first available COM interface.", "use_com_device_interface": "false", "baud_rate": "115200" } } ], "pnp_bridge_adapter_global_configs": { "serial-pnp-interface": { "DjAus" : { "company_id": "0x499", "endianness": "big", "telemetry_descriptor": [ { "telemetry_name": "temperature", "data_parse_type": "decimal", "data_offset": 0, "conversion_bias": 0, "conversion_coefficient": 1.0 }, ] } } }

}

usivagna commented 1 year ago

Thank you for your interest in the IoT Plug and Play bridge, unfortunately due to new innovations in Azure IoT and changes in product strategy we have come to the decision to deprecate the IoT Plug and Play bridge. Thank you to the community for your support on this journey. The repo is planned to be archived as a read-only repository on November 30th 2023. Thank you to everyone who contributed bug fixes and new adapters for connecting devices with IoT Plug and Play. You can find the latest IoT innovations at https://techcommunity.microsoft.com/t5/internet-of-things-blog/bg-p/IoTBlog. Please note that any use of archived repositories introduces more risks from a security standpoint and should be done with caution.