I am attempting to create a SmartApp which is capable of forwarding event data from any device. Unfortunately selecting devices of any capability seems impossible with the current API. Is there some secret that I am not aware of, or are there any plans to support this in the future?
Many thanks!
-Erik
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
2
The common workaround that I have seen is to use two inputs; “capability.sensor” and “capability.actuator”.
Every device is supposed to claim one of those two Capabilities in addition to more specific one(s).
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
8
If you want help debugging, please – you’ll have to provide the FULL code for the SmartApp, including the input statements where you fetch the list of Sensors and Actuators from the user!