Properties

Description

Data Type

Flags

Default Value

measureUnit* switcher between different measure units.
Possible values: 0 - MPH;
1-  KM/H;
2 - m/s

int

read, write, bound 1
result current speed

float

read, bound 0
resultString string representation of the current speed

java.lang.String

read, bound ""
thresholdMaximum* bean fires the threshold event when the current speed value goes through this maximum. Can't be less than thresholdMinimum

float

read, write, bound 0
thresholdMinimum* bean fires the threshold event when the current speed value goes through this minimum. Can't be more than thresholdMaximum (can't be negative)

float

read, write, bound 0
timeInterval* time interval in seconds at which the bean takes probes (can't be negative)

float

read, write, bound 1
weatherStation WeatherStation object, which the bean uses to connect to the myself property of the WeatherStation bean to take probes com.ibm.weatherstation.
    WeatherStationInterface
write null
speedInterval* speed interval the bean uses to fix a wind speed change (can't be negative)

float

read, write, bound 0.1
Expert Properties l l l l
autoStart* shows whether the bean should start monitoring automatically:
true - monitoring is started automatically;
false - monitoring is started manually.

boolean

read, write, bound

true

firePropertyChangeEveryTime* shows the propertyChange event frequency of firing:
true - the propertyChange event is fired every time the bean takes a probe;
false - the propertyChange event is fired on the bound property change

boolean

read, write, bound false
notifyWhenThresholdExceeded* shows whether the bean notifies when the current speed passes through either thresholds (true) or not (false)

boolean

read, write, bound false

Note: The values of properties marked with * can be set with special Customizer. See Customization for more information on how to customize these properties.