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

@@ -188,7 +188,7 @@ public class ChannelState implements MqttMessageSubscriber {
return;
}
// Map the string to an ESH command, update the cached value and post the command to the framework
// Map the string to a command, update the cached value and post the command to the framework
try {
cachedValue.update(command);
} catch (IllegalArgumentException | IllegalStateException e) {