Skip to content

Commit

Permalink
Adeed extra tmemperature types
Browse files Browse the repository at this point in the history
- 0=Battery;1=Fridge;2=Generic;3=Room;4=Outdoor;5=WaterHeater;6=Freezer
  • Loading branch information
dirkjanfaber committed Nov 9, 2024
1 parent 1ce472e commit 9800a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/nodes/config-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -4319,6 +4319,10 @@ <h3>Temperature</h3>
<li>0 - Battery</li>
<li>1 - Fridge</li>
<li>2 - Generic</li>
<li>3 - Room</li>
<li>4 - Outdoor</li>
<li>5 - WaterHeater</li>
<li>6 - Freezer</li>
</ul>
</dd>
</dl>
Expand Down
6 changes: 5 additions & 1 deletion src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -5535,7 +5535,11 @@
"enum": {
"0": "Battery",
"1": "Fridge",
"2": "Generic"
"2": "Generic",
"3": "Room",
"4": "Outdoor",
"5": "WaterHeater",
"6": "Freezer"
}
}
],
Expand Down

0 comments on commit 9800a49

Please sign in to comment.