Bulk device import – local keys
- This topic has 0 replies, 1 voice, and was last updated 6 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › Bulk device import – local keys
I have some 300 end-devices I want to import to local key store.
They all have unique AppEUI & AppKEY
Looking through docs is using the White-list feature the correct way to do this?
curl 127.0.0.1/api/loraNetwork/whitelist/devices -X POST –data ‘{“deveui”:”16ea76f6ab663d80″,”appeui”:”0001020304050607″,”class”:”C”,”appkey”:”4c194e20d396b5f7d3e1551e4cd320de”}’ -H “Content-Type: application/json”
If so looks like devEUI & appEUI is without dashes is that correct?
Lawrence