Hi,
I am migrating from Smartthings, I have ported my apps accross with success.
On smartthings you could subscribe to app and in this case a play button appeared on the app on your phone and you could click on the app to run the associated handler.
ie: subscribe(app, appHandler)
This would run appHandler whenever you clicked on the play button of the app on the phone. I have been getting around this by creating a virtual button as a trigger for the moment but would like to know if there is way to do something similar to subscribe app on the hubitat platform?
Thanks