OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Device-model id is not set on each iot-device in the API method GET: /api/v1/application/{id}/iot-devices #173

Closed Bygdrift closed 1 year ago

Bygdrift commented 2 years ago

When using the above mentioned call, I can read the device-model name attached to each iot-device, but unfortunately not the device-model id, so I have to make a call to each iot-device with GET /api/v1/iot-device/{id}, to get the device-model id. It would be nice if this information was added in the future. Regards Kenneth

ramogens commented 2 years ago

Hi @Bygdrift Thank you for contributing to the improvement of OS2iot. I have added the issue to our Jira backlog: https://os2web.atlassian.net/browse/IOT-1346 Best, Mogens

ramogens commented 1 year ago

Hi @Bygdrift With last week's release of version 1.4.0 the device-model id is now included. Regards Mogens