Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user