Having a problem with a OAuth 2.0 token scope that would allow for creation of virtual devices. It works fine with a PAT. @nayelyz do you know (or can find) what I should be asking for to allow this to work. Here is my current allowed scope with a OAuth flow.
["r:deviceprofiles","i:deviceprofiles:*","r:customcapability","r:hubs:*","r:installedapps:*","w:installedapps:*", "r:locations:*","w:locations:*","x:locations:*", "r:devices:*","w:devices:*","x:devices:*", "r:scenes:*","x:scenes:*", "r:rules:*","w:rules:*","x:rules:*", "x:notifications:*"]
Note: This doesn’t look to be a scope problem, but a creation problem using a OAuth token to create a Virtual Device. Is this supported? And if not, will this be fixed before the PAT expiration change happens?