Weather Station: Add protocol - Auriol HG0601A (#2056)

* Add protocol Auriol hg0601a: Made by @LY2NEO
* Improve readability of code: fix protocol name

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MX
2022-11-28 22:08:28 +03:00
committed by GitHub
parent 769c53b6da
commit 97e8da7a7b
4 changed files with 339 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const SubGhzProtocol* weather_station_protocol_registry_items[] = {
&ws_protocol_oregon2,
&ws_protocol_acurite_592txr,
&ws_protocol_ambient_weather,
&ws_protocol_auriol_th,
};
const SubGhzProtocolRegistry weather_station_protocol_registry = {