mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
98 stars 43 forks source link

Fixed loading of Device_HbbTV module #42

Open emzet opened 7 years ago

emzet commented 7 years ago

Object Device_Hbbtv does not exist, so global['Device_' + driverName] does not load appropriate module. Main.getDevice() have to return HbbTV string, then it works fine.