Interface BooleanSensor

    • Field Detail

      • PROPERTY_DATA

        static final java.lang.String PROPERTY_DATA
        Specifies the state property name. The eventable property value is accessible with getData() getter.
        See Also:
        Constant Field Values
    • Method Detail

      • getData

        BooleanData getData()
                     throws DeviceException
        Returns the BooleanSensor current state. It's a getter method for PROPERTY_DATA property.
        Returns:
        The BooleanSensor current state.
        Throws:
        java.lang.IllegalStateException - If this function service object has already been unregistered.
        DeviceException - If an operation error is available.
        See Also:
        BooleanData