Package org.openhab.core.thing.binding
Class ThingConfigStatusSource
java.lang.Object
org.openhab.core.config.core.status.ConfigStatusSource
org.openhab.core.thing.binding.ThingConfigStatusSource
An implementation of
ConfigStatusSource
for the Thing
entity.- Author:
- Thomas Höfer - Initial contribution
-
Field Summary
Fields inherited from class org.openhab.core.config.core.status.ConfigStatusSource
entityId
-
Constructor Summary
ConstructorDescriptionThingConfigStatusSource
(String thingUID) Creates a newThingConfigStatusSource
for the given thing UID. -
Method Summary
-
Constructor Details
-
ThingConfigStatusSource
Creates a newThingConfigStatusSource
for the given thing UID.- Parameters:
thingUID
- the UID of the thing
-
-
Method Details
-
getTopic
- Specified by:
getTopic
in classConfigStatusSource
- Returns:
- the topic over which the new configuration status is to be propagated
-