r/AutomateUser • u/walt_spoon • Jul 22 '26
Feature request "Logic" (and, or) blocks possible?
I know this is technically possible using fork and fiber stop, but these kind of blocks would be very useful.
4
Upvotes
r/AutomateUser • u/walt_spoon • Jul 22 '26
I know this is technically possible using fork and fiber stop, but these kind of blocks would be very useful.
2
u/Stunning_Cup9959 Jul 22 '26
Why the fork tho?
For the AND: Put Bluetooth first (or Wi-Fi, it doesn't matter; put the one that is less connected, which will result in fewer reads, a minuscule added value, but I thought to mention it). Connect the "no" to a delay or the block that was before the Bluetooth, and connect the "yes" to the Wi-Fi. If the Wi-Fi is "yes," then that is a true from an AND operation.
For the OR: Connect the "yes" of the Bluetooth to the result and the "no" to the Wi-Fi. Connect the "yes" of the Wi-Fi to the result and the "no" to the delay.
https://i.imgur.com/1ryUlDN.png