Skip to content

Commit

Permalink
Use adaptive filter for sensor values
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mon committed Sep 4, 2021
1 parent f966532 commit 35069fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions zigbeedevelco/integrationpluginzigbeedevelco.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@
"displayNameEvent": "Temperature changed",
"type": "double",
"unit": "DegreeCelsius",
"defaultValue": 0.0
"defaultValue": 0.0,
"filter": "adaptive"
},
{
"id": "5bc2825c-666f-4013-9583-3a88ceebecc2",
Expand All @@ -218,7 +219,8 @@
"minValue": 0,
"unit": "Percentage",
"type": "double",
"defaultValue": 0.0
"defaultValue": 0.0,
"filter": "adaptive"
},
{
"id": "048ed452-785f-4361-b7a1-f955f4a622b2",
Expand Down Expand Up @@ -251,7 +253,8 @@
"type": "uint",
"unit": "PartsPerMillion",
"suggestLogging": true,
"defaultValue": 0
"defaultValue": 0,
"filter": "adaptive"
}
],
"actionTypes": [ ]
Expand Down

0 comments on commit 35069fb

Please sign in to comment.