rkokkelk / com.jreenen.homeyharmonyhub

Harmony hub support for Homey
GNU General Public License v2.0
8 stars 9 forks source link

Fix using undefined hub variable #72

Closed rkokkelk closed 3 years ago

rkokkelk commented 3 years ago

During device init, this.hub should reference the hub used to control the device. Previously this referenced an undefined variable resulting in issues in the app. The fix includes gathering the hub using getHub function and the hub ID.

Fix #65