Scheduling a hubAction via runEveryXMinutes : caveat

So I was wondering why my hubaction that I scheduled to run every minute was not returning anything to the parse() method. Turns out that in this case returning hubAction from the scheduled method does not work, it has to be sendHubCommand(hubAction).

Hope this can help others in the future.

1 Like