Setting Logic in Blueprint to Disable a Widget
We have a temperature blueprint dashboard with some sensors that have an external temperature probe connected while others we rely on the internal sensor. When the external probe is not connected, it reports a value 327 C (621 F) and this throws off the dynamic scaling on our line chart.
Is there some sort of logic we can run to disable this widget and value when it exceeds a certain number or a better way to handle when this probe is disconnected?