Search found 4 matches

by snovvman
31 Jul 2015 15:21
Forum: User Help / Bug Reports
Topic: Waiting for a condition to become true, new flow needed?
Replies: 6
Views: 14544

Re: Waiting for a condition to become true, new flow needed?

Follow up to my previous post, I was able to create a trigger with both Connected and Disconnected, but how do I branch from the trigger so that each condition will perform different tasks? As far as I can tell, I can create actions using the + coming off of the trigger, but there is no way for me ...
by snovvman
31 Jul 2015 15:18
Forum: User Help / Bug Reports
Topic: Waiting for a condition to become true, new flow needed?
Replies: 6
Views: 14544

Re: Waiting for a condition to become true, new flow needed?

Follow up to my previous post, I was able to create a trigger with both Connected and Disconnected, but how do I branch from the trigger so that each condition will perform different tasks? As far as I can tell, I can create actions using the + coming off of the trigger, but there is no way for me t...
by snovvman
31 Jul 2015 15:09
Forum: User Help / Bug Reports
Topic: Waiting for a condition to become true, new flow needed?
Replies: 6
Views: 14544

Re: Waiting for a condition to become true, new flow needed?

If you want to do this in one flow, try a flow that uses the Power Source trigger, but have both the Connected and Disconnected versions of that trigger in the trigger block. It will fire when the selected power sources are connected OR disconnected - i.e. every time there is a change in power sour...
by snovvman
30 Jul 2015 14:55
Forum: User Help / Bug Reports
Topic: Waiting for a condition to become true, new flow needed?
Replies: 6
Views: 14544

Waiting for a condition to become true, new flow needed?

I created a flow that automatically turns on WiFi when power is plugged in, then waits a bit, then checks to see if the device is connected to the specified WiFi APs. If not, it turns off WiFi. This part works fine. If it successfully connects to my specified AP, then goes to an action block to chec...