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:
Orne Brocaar
2023-10-09 10:55:43 +01:00
parent 41d00cb651
commit 4d27c339cc
7 changed files with 37 additions and 9 deletions

View File

@ -26,6 +26,11 @@ export function id() {
// installationMargin: 10,
// minDr: 0,
// maxDr: 5,
// skipFCntCheck: false,
// deviceVariables: {
// "varA": "value1",
// "varB": "value2",
// },
// uplinkHistory: [
// {
// "fCnt": 10,