LiquidAI-project / wasmiot-orchestrator

MIT License
0 stars 1 forks source link

Allow selecting device for running a function in deployment #23

Closed trkks closed 1 year ago

trkks commented 1 year ago

This means selecting the device found in deploy-request instead of having the orchestration algorithm making the decision

trkks commented 1 year ago

Selection allowed in by sending corresponding devices' db-ids in eda20914afb61e48332ee5916bc538837012df6d.

What's missing is logic for suggesting only the possible device+module combinations meaning that atm you can request a camera-less device (i.e. one that does not provide the "takeImage" supervisor interface) to use a camera-needing module.