forked from M-Labs/thermostat
ctrl_panel: Improve postfilter description
This commit is contained in:
parent
dafde57e23
commit
2b9bc020ce
@ -203,7 +203,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rate",
|
"name": "rate",
|
||||||
"title": "Postfilter Rate",
|
"title": "50/60 Hz Rejection Filter",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"value": 16.67,
|
"value": 16.67,
|
||||||
"thermostat:set_param": {
|
"thermostat:set_param": {
|
||||||
@ -211,11 +211,11 @@
|
|||||||
"field": "rate"
|
"field": "rate"
|
||||||
},
|
},
|
||||||
"limits": {
|
"limits": {
|
||||||
"Off": null,
|
"16.67 SPS": 16.67,
|
||||||
"16.67 Hz": 16.67,
|
"20 SPS": 20.0,
|
||||||
"20 Hz": 20.0,
|
"21.25 SPS": 21.25,
|
||||||
"21.25 Hz": 21.25,
|
"27 SPS": 27.0,
|
||||||
"27 Hz": 27.0
|
"Off": null
|
||||||
},
|
},
|
||||||
"tip": "Adjust the output data rate of the enhanced 50 Hz & 60 Hz rejection filter\n(Helps avoid mains interference)",
|
"tip": "Adjust the output data rate of the enhanced 50 Hz & 60 Hz rejection filter\n(Helps avoid mains interference)",
|
||||||
"lock": false
|
"lock": false
|
||||||
|
Loading…
Reference in New Issue
Block a user