mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-14 05:28:07 +00:00
Expose skip_f_cnt and device variables to ADR.
This provides more flexibility to custom ADR algorithm implementations. E.g. the device variables can be used to store per-device variables that might overwrite normal ADR logic.
This commit is contained in:
@ -26,6 +26,11 @@ export function id() {
|
||||
// installationMargin: 10,
|
||||
// minDr: 0,
|
||||
// maxDr: 5,
|
||||
// skipFCntCheck: false,
|
||||
// deviceVariables: {
|
||||
// "varA": "value1",
|
||||
// "varB": "value2",
|
||||
// },
|
||||
// uplinkHistory: [
|
||||
// {
|
||||
// "fCnt": 10,
|
||||
|
Reference in New Issue
Block a user