jason0x43 / hubitat

Hubitat apps and drivers
The Unlicense
57 stars 39 forks source link

Wemo Wrong logger method #15

Closed tagyoureit closed 2 years ago

tagyoureit commented 3 years ago

Thanks for making these apps/device handlers!

Somehow I lost connection with a Wemo device and your code tried to throw the error but failed.

Line 239: info.warn("Error parsing child address: $t"); should be log.warn(...)