Skip to content

Commit

Permalink
feat(bthome): add direction and precipitation support (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Maximov <[email protected]>
  • Loading branch information
benmaximov and Ben Maximov authored Jan 31, 2025
1 parent 478e49a commit 64443e1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/format.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,36 @@ <h4 id="sensor-data">Sensor data</h4>
<code>L</code>
</td>
</tr>
<tr>
<td>
<code>0x5E</code>
</td>
<td>direction</td>
<td>uint16 (2 bytes)</td>
<td>0.01</td>
<td>
<code>5E9F8C</code>
</td>
<td>359.99</td>
<td>
<code>°</code>
</td>
</tr>
<tr>
<td>
<code>0x5F</code>
</td>
<td>precipitation</td>
<td>uint16 (2 bytes)</td>
<td>1</td>
<td>
<code>5FA00F</code>
</td>
<td>4000</td>
<td>
<code>mm</code>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 64443e1

Please sign in to comment.