Skip to content

Commit

Permalink
Add new wind parser: RFLINK R51
Browse files Browse the repository at this point in the history
  • Loading branch information
Minims authored and aequitas committed Feb 8, 2024
1 parent 45d8667 commit e65eea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rflink/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class PacketHeader(Enum):
"volt": "voltage",
"watt": "watt",
"winchl": "windchill",
"wind": "windspeed",
"windir": "winddirection",
"wings": "windgusts",
"winsp": "windspeed",
Expand Down Expand Up @@ -185,6 +186,7 @@ class PacketHeader(Enum):
"volt": "v",
"watt": "w",
"winchl": "°C",
"wind": "km/h",
"windir": "°",
"wings": "km/h",
"winsp": "km/h",
Expand Down

0 comments on commit e65eea3

Please sign in to comment.