Interface MultiLevelSensor

    • Field Detail

      • PROPERTY_DATA

        static final java.lang.String PROPERTY_DATA
        Specifies the state property name. The eventable property can be read with getData() getter.
        See Also:
        LevelData, Constant Field Values
    • Method Detail

      • getData

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