I need to apply this logic: 1. Group1 is paused if (ping sensor 1 and ping sensor 2 are down) or ping sensor 3 is down 2. Group 2 is paused if (ping sensor 1 and ping sensor 2 are down)
I cannot use a factory sensor because it does not support ping.
I could use a business process which can handle this logic, but a business logic cannot be used as a dependency. How can I proceed from here?
10x Sagi
Add comment