Uses of Class
org.openhab.core.config.core.status.ConfigStatusInfo
Packages that use ConfigStatusInfo
-
Uses of ConfigStatusInfo in org.openhab.core.config.core.status
Methods in org.openhab.core.config.core.status that return ConfigStatusInfoModifier and TypeMethodDescription@Nullable ConfigStatusInfoConfigStatusService.getConfigStatus(String entityId, @Nullable Locale locale) Retrieves theConfigStatusInfoof the entity by using the registeredConfigStatusProviderthat supports the given entity. -
Uses of ConfigStatusInfo in org.openhab.core.config.core.status.events
Constructors in org.openhab.core.config.core.status.events with parameters of type ConfigStatusInfoModifierConstructorDescriptionConfigStatusInfoEvent(String topic, ConfigStatusInfo configStatusInfo) Creates a newConfigStatusInfoEvent.