Skip to content

Commit

Permalink
[fix] correct scale for a5-10-03 room operating panel (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpfvo authored and kipe committed Jan 9, 2017
1 parent c11900d commit b0ee1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enocean/protocol/EEP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@
<max>255</max>
</range>
<scale>
<min>-100</min>
<max>100</max>
<min>0</min>
<max>255</max>
</scale>
</value>
<value shortcut="TMP" description="Temperature (linear)" offset="16" size="8" unit="°C">
Expand Down

0 comments on commit b0ee1a9

Please sign in to comment.