MatMaul / pynetgear

Python library to control Netgear wireless routers through the SOAP-api.
MIT License
236 stars 75 forks source link

Make device MAC and name optional on parsing #94

Closed MatMaul closed 2 years ago

MatMaul commented 2 years ago

Some devices seem to not support reporting the MAC, and let's treat the name as optional too.

MatMaul commented 2 years ago

Should hopefully fix #70 .