Use adaptive filter for sensor values
parent
f966532b57
commit
35069fbd77
|
|
@ -207,7 +207,8 @@
|
||||||
"displayNameEvent": "Temperature changed",
|
"displayNameEvent": "Temperature changed",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"defaultValue": 0.0
|
"defaultValue": 0.0,
|
||||||
|
"filter": "adaptive"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "5bc2825c-666f-4013-9583-3a88ceebecc2",
|
"id": "5bc2825c-666f-4013-9583-3a88ceebecc2",
|
||||||
|
|
@ -218,7 +219,8 @@
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"unit": "Percentage",
|
"unit": "Percentage",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0.0
|
"defaultValue": 0.0,
|
||||||
|
"filter": "adaptive"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "048ed452-785f-4361-b7a1-f955f4a622b2",
|
"id": "048ed452-785f-4361-b7a1-f955f4a622b2",
|
||||||
|
|
@ -251,7 +253,8 @@
|
||||||
"type": "uint",
|
"type": "uint",
|
||||||
"unit": "PartsPerMillion",
|
"unit": "PartsPerMillion",
|
||||||
"suggestLogging": true,
|
"suggestLogging": true,
|
||||||
"defaultValue": 0
|
"defaultValue": 0,
|
||||||
|
"filter": "adaptive"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actionTypes": [ ]
|
"actionTypes": [ ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue