MTrab / pyworxcloud

PyPI module for integrating with Worx Cloud devices
GNU General Public License v3.0
22 stars 20 forks source link

Fix missing gps key in early startup phase #192

Closed M0ses closed 9 months ago

M0ses commented 9 months ago

While startup the gps coordinates might not be available. Accessing them will lead to

KeyError gps

this patch prevents from accessing dat.modules.4G.gps if geo.stat is unknown.