I’ve made my own device handlers that simply send a webhook with the command as I don’t have a hub these actions are cloud only
If anyone is intrested the repo is here
https://github.com/NovaGL/smartthings
Basically sends a HTTP POST to the web address of your choice with the following JSON body
[type: switch\level\window, value: on\off[0-100]\open\close\pause, device: device.name]
Any feedback would be appreciated.