Skip to content

Commit

Permalink
Merge PR #476: ZigbeeDevelco: Use adaptive filter for sensor values
Browse files Browse the repository at this point in the history
  • Loading branch information
nymea-jenkins committed Sep 7, 2021
2 parents d2dd52f + 35069fb commit c9cdaee
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 c9cdaee

Please sign in to comment.