Properties

Description

Data Type

Flags

Default Value

result current wind direction

float

read, bound 0
resultString string representation of the current wind direction

java.lang.String

read, bound ""
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
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

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