Remove SmartHome leftovers (#9283)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-08 18:03:49 +01:00
committed by GitHub
parent af4371844d
commit d2e5c3e7dd
64 changed files with 132 additions and 139 deletions

View File

@@ -20,7 +20,7 @@ import org.openhab.core.types.Type;
* The {@link ApplianceChannelSelector} class defines a common interface for
* all the data structures used by appliance thing handlers. It is used to traverse
* the channels that possibly exist for an appliance, and convert data
* returned by the appliance to a ESH compatible State
* returned by the appliance to a compatible State
*
* @author Karel Goderis - Initial contribution
*/
@@ -30,7 +30,7 @@ public interface ApplianceChannelSelector {
String toString();
/**
* Returns the ESH ChannelID for the given datapoint
* Returns the ChannelID for the given datapoint
*/
String getChannelID();