Skip to content

Commit

Permalink
Add extension for coil 47377 to F1245 (#110)
Browse files Browse the repository at this point in the history
This adds the F1145 and F1245 models to the 47377 extension, allowing
any filter time to be set instead of using mapping

#108
  • Loading branch information
yozik04 committed Jul 10, 2023
2 parents b9c303e + 91bf588 commit 6b780bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion nibe/data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@
{
"description": "Allow for numerical selection for Outdoor Filter Time",
"files": [
"smo40.json"
"smo40.json",
"f1145_f1245.json"
],
"data": {
"47377": {
Expand Down
8 changes: 2 additions & 6 deletions nibe/data/f1145_f1245.json
Original file line number Diff line number Diff line change
Expand Up @@ -9189,17 +9189,13 @@
"title": "Outdoor Filter Time",
"info": " 12=12 Hours 24=24 Hours",
"unit": "h",
"size": "u8",
"size": "s16",
"factor": 1,
"min": 0.0,
"max": 48.0,
"default": 24.0,
"name": "outdoor-filter-time-47377",
"write": true,
"mappings": {
"12": "12 Hours",
"24": "24 Hours"
}
"write": true
},
"47378": {
"title": "Max diff. comp.",
Expand Down

0 comments on commit 6b780bd

Please sign in to comment.