public interface AnalogRange
AnalogRange interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
Method Summary
-
Method Details
-
min
Integer min()min.
- Returns:
- a
Integerobject.
-
max
Integer max()max.
- Returns:
- a
Integerobject.
-
getMin
getMin.
- Returns:
- a
Integerobject.
-
getMax
getMax.
- Returns:
- a
Integerobject.
-
validate
Bounds check the provided value against the range (min, max)- Parameters:
value- value to test- Returns:
- 'true' if the provided value is inside the defined range
-
sanitize
sanitize.
-