Join accept
info
This message is just for OTAA device.
The last step of the join procedure, when receiving this message the device is all set and able to send message to the network server.
caution
If you had received the other 2 messages join_request
and join
but had not received the join_accept, that behavior could appoint an issue at the device.
The join procedure follow this sequence join_request -> join -> join_accept
, all these 3 join messages are related between them, you may not receive it in this exactly order due any little daley that can happen.
{
"timestamp": 1680197664605,
"type": "join_accept",
"meta": {
"application": "61cc747fdbb07352dbd89e74",
"gateway": "fedcba9876543210",
"device": "0123456789abcdef",
"packet_id": "1927867528",
"application_name": "FH",
"organization_name": "Volvo",
"device_name": "Demo device",
"device_tags": ["tag-abc", "tag-xyz"],
"gateway_tags": ["tag-abc", "tag-xyz"],
"time": 1680197664.605
},
"params": {
"payload": "INgxOCXysveHPE+Gg0oyevG9SmEpNumOWjRotUvYHqIj",
"radio": {
"freq": 923.9,
"modulation": {
"bandwidth": 500,
"spreading": 7,
"coderate": "CR_4_5",
"inverted": true
}
}
}
}