SoftwareAG / cumulocity-lora

LoRa framework including implementations for TTN, Chirpstack, Kerlink Wanesy, Loriot, Actility, Objenious, Live Objects, Orbiwan as well as many codecs and still adding more, and lot of unique features such as user-friendly UI to send device commands, gateway management, codec IDE
Apache License 2.0
10 stars 2 forks source link

fix bad formatting for field: c8y_RequiredAvailability #101

Closed phcrb closed 8 months ago

phcrb commented 8 months ago

[Adeunis codec] when receiving a configuration uplink frame from the device, the value of responseInterval is set as the value of the key c8y_RequiredAvailability

"c8y_RequiredAvailability": 200

It should be set as value of the subfield responseInterval

"c8y_RequiredAvailability": {
    "responseInterval": 200
}