joshualyon / ST-Kodi

Kodi for SmartThings - Device Type and SmartApp
Apache License 2.0
12 stars 12 forks source link

canInstallLabs not working #3

Closed joshualyon closed 8 years ago

joshualyon commented 8 years ago

Broken for some users with virtual hubs

joshualyon commented 8 years ago

Fixed with commit e724fa4

Filter out VIRTUAL hubs with: def realHubs = location.hubs*.findAll{ it.type == "PHYSICAL" }