Interface MqttStateValueProvider

All Superinterfaces:
Supplier<String>
All Known Subinterfaces:
SleepTimer, TemperatureLimit
All Known Implementing Classes:
AirQualityMonitor, AirQualityTarget, FanMode, FanOscillation, FanSpeed, FocusMode, HeatMode, NightMode, ResetFilterState

public interface MqttStateValueProvider extends Supplier<String>
A Supplier capable of providing an MQTT state value.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    get()
     
    Get the state value.