Skip to content

Commit

Permalink
Fix T-Aussen sensor for negative values
Browse files Browse the repository at this point in the history
  • Loading branch information
wrfz committed Nov 21, 2024
1 parent 2ece074 commit dae0e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/daikin_rotex_can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
"data_offset": 5,
"data_size": 2,
"divider": 10.0,
"signed": True,
"range": [-30, 90]
},
{
Expand Down

0 comments on commit dae0e25

Please sign in to comment.