totalimmersion / com.somfy.tahoma

Somfy TaHoma app for Homey
GNU General Public License v3.0
10 stars 16 forks source link

Updated driver.js to handle new controllableName #69

Open KimK1703 opened 4 years ago

KimK1703 commented 4 years ago

Newer Somfy exterior blinds are now labeled "AwningValanceIOComponent" instead of "VerticalExteriorAwningIOComponent".

Example of device naming from https://www.tahomalink.com/enduser-mobile-web/enduserAPI/setup:

"creationTime": 1571249357000, "lastUpdateTime": 1571249357000, "label": "Stue 2", "deviceURL": "io://xxxx-yyyy-zzzz/zzzzz", "shortcut": false, "controllableName": "io:AwningValanceIOComponent", "definition": {

According to another git they should behave the same way: https://github.com/home-assistant/home-assistant/issues/24673