Open guillaumeVolery opened 2 years ago
Resolved in commit c8aa8e2.
It is now possible to update (and delete) one single base station by choosing it with its geomon-id.
What we call geomon-id is the folder name: GM_BASE_<geomon-id>
.
2 routes created in the API especially for that:
/api/device/basestation/{geomonId}
/api/device/basestation/{geomonId}
Current behavior:
It is only possible to update all the base stations at once.
Expected behavior:
It shall be possible to choose which base station shall be updated.