Skip to content

Commit e65eea3

Browse files
Minimsaequitas
authored andcommitted
Add new wind parser: RFLINK R51
1 parent 45d8667 commit e65eea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rflink/parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class PacketHeader(Enum):
144144
"volt": "voltage",
145145
"watt": "watt",
146146
"winchl": "windchill",
147+
"wind": "windspeed",
147148
"windir": "winddirection",
148149
"wings": "windgusts",
149150
"winsp": "windspeed",
@@ -185,6 +186,7 @@ class PacketHeader(Enum):
185186
"volt": "v",
186187
"watt": "w",
187188
"winchl": "°C",
189+
"wind": "km/h",
188190
"windir": "°",
189191
"wings": "km/h",
190192
"winsp": "km/h",

0 commit comments

Comments
 (0)