MaxvandeLaar / homey-webos-plus

Improved LG WebOS integration for Homey
GNU General Public License v3.0
27 stars 11 forks source link

Fix the usePoll is undefined #62

Closed omBratteng closed 1 year ago

omBratteng commented 1 year ago

I got the error message Cannot read properties of undefined (reading 'usePoll'), this fix uses optional chaining so if the object property does not exist, it will not fail.

This error can be reproduced by adding a TV device and then try to set the polling setting.

Related issue #59 where they also encountered the issue.