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 committed Feb 5, 2024
1 parent 0d5da11 commit a2e948c
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 a2e948c

Please sign in to comment.