This is a new capability. We don’t have have any usages of this capability at this time as reference, but we will be working to add some. Full disclosure, it may be a bit until that happens, what with some people thinking they can take vacations in the summer. Pfffft.
I would love to see a way to trigger apps by subscribing to helloHome actions! I know I can do a work around and use virtual switches… but it is indeed a pain…
1 Like
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
8
It’s a weird oversight, but consistent if you note that SmartApps can’t call other SmartApps either (well, without a REST-API call, which is a little weird).
Use of mode or Virtual Devices continues to be appropriate workaround, for better or worse. Might not be so bad if we could spin up Virtual Switches on the fly.
Hi @tgauchat, just came back
I added this capability to be able to target devices with as the name implies notification capabilities.
I don’t have an example yet because this was deployed just when I left but the idea is to add the capability to the device type and define the command deviceNotification like this:
def deviceNotification(text) {
// display notification on device
}
Then apps with notifications will show all this devices as options to output notifications.