LessThanOrEqualTo¶
- class LessThanOrEqualTo¶
Bases:
OperatorBaseLessThanOrEqualToobject.It compares a
sensor_valueto athresholdand returnsTrueis the former is less than or equal to the latter,Falseotherwise.
Bases: OperatorBase
LessThanOrEqualTo object.
It compares a sensor_value to a threshold and returns True is the former is less than or equal to the
latter, False otherwise.