kennedyshead / aioasuswrt

MIT License
24 stars 24 forks source link

fix: Alternative Temperature commands #79

Closed Chen-IL closed 2 years ago

Chen-IL commented 2 years ago

My router (AC86U on Merlin 386.3_2) is using a different set of commands to get the temperatures. This PR adds support in async_get_temperature for both the current commands and the alternative version.

Couldn't test with other routers. Mock tests are passing.

kennedyshead commented 2 years ago

Great work!