Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yozik04/nibe
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Jul 10, 2023
2 parents bb1c2cc + 0921b23 commit e6e8b58
Show file tree
Hide file tree
Showing 4 changed files with 780 additions and 38 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
Loading

0 comments on commit e6e8b58

Please sign in to comment.