read and save config for AnalogDigitalTransitionStart

This commit is contained in:
Frank Haverland
2022-10-17 21:36:11 +02:00
parent ace1936a78
commit be8598bcaa
3 changed files with 7 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ function ParseConfig() {
category[catname]["found"] = false;
param[catname] = new Object();
ParamAddValue(param, catname, "DecimalShift", 1, true);
ParamAddValue(param, catname, "AnalogDigitalTransitionStart", 1, true);
ParamAddValue(param, catname, "PreValueUse");
ParamAddValue(param, catname, "PreValueAgeStartup");
ParamAddValue(param, catname, "AllowNegativeRates");