Skip to content

Commit

Permalink
Adding F750 Fan mode register
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed May 20, 2023
1 parent 24a08d1 commit d0e802b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions nibe/data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
{
"files": [
"f370_f470.json",
"f750.json",
"vvm225_vvm320_vvm325.json"
],
"data": {
Expand Down
18 changes: 18 additions & 0 deletions nibe/data/f750.json
Original file line number Diff line number Diff line change
Expand Up @@ -6045,5 +6045,23 @@
"2": "BT50",
"10": "RMU-BT50"
}
},
"47260": {
"title": "Fan Mode",
"info": "0=Normal 1=Fan speed 1, 2=Fan speed 2, 3=Fan speed 3, 4=Fan speed 4",
"size": "u8",
"factor": 1,
"min": 0,
"max": 4,
"default": 0,
"name": "fan-mode-47260",
"write": true,
"mappings": {
"0": "Normal",
"1": "Fan mode 1",
"2": "Fan mode 2",
"3": "Fan mode 3",
"4": "Fan mode 4"
}
}
}

0 comments on commit d0e802b

Please sign in to comment.