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

@@ -563,7 +563,7 @@ public class HomematicThingHandler extends BaseThingHandler {
public synchronized void deviceRemoved() {
deviceDeletionPending = false;
if (getThing().getStatus() == ThingStatus.REMOVING) {
// thing removal was initiated on ESH side
// thing removal was initiated
updateStatus(ThingStatus.REMOVED);
} else {
// device removal was initiated on homematic side, thing is not removed

View File

@@ -35,7 +35,7 @@
<parameter name="callbackHost" type="text">
<context>network-address</context>
<label>Callback Network Address</label>
<description>Callback network address of the ESH runtime, default is auto-discovery</description>
<description>Callback network address of the runtime, default is auto-discovery</description>
</parameter>
<parameter name="bindAddress" type="text">
<context>network-address</context>