athombv / homey-web-api-issues

This issue tracker is for Homey Developers using the Web API.
4 stars 1 forks source link

WebApi v3 - createAppAPI - missing scope "homey.app.control" #45

Closed martijnpoppen closed 1 year ago

martijnpoppen commented 1 year ago

When calling apps.getAppSetting({ name: 'variables', id: 'net.i-dev.betterlogic'}) it returns a missing scopes. This was working with WebAPi V2

This only happens on HP23.

HP19 works fine

jeroenwienk commented 1 year ago

When calling apps.getAppSetting({ name: 'variables', id: 'net.i-dev.betterlogic'}) it returns a missing scopes. This was working with WebAPi V2

This only happens on HP23.

HP19 works fine

Seems it's missing yes will see if I can add it.

martijnpoppen commented 1 year ago

Thank you :)