Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 71 forks source link

cleanup model repository and global context #611

Closed YingXue closed 1 year ago

YingXue commented 1 year ago

Prep work for DMR Cleanup model repository and notification to separate them from one global context The data structure storing model repository is a bit strange and poorly designed. Switching it to an array.

General Guidelines