mainflux/ui

Check appID mapping before to create LoRa Devices

Closed this issue · 0 comments

Currently when we create a LoRa Device we create a channel mapped to the LoRa appID field. If the appID was already mapped to a channel the mapping will be overwritten.

We have to add a check and use any existent mapping before to create lora devices in order to don't break existent appID/channelID mappings.