Added force remove

This commit is contained in:
Marius Ciotlos
2018-06-06 22:13:32 +03:00
parent 34feef6cf4
commit 0f2f7462a5
2 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ class Controller {
logger.error(`Cannot handle '${topic}' because deviceID of '${message.toString()}' cannot be found`);
return;
}
this.zigbee.removedevice(deviceID)
this.zigbee.removedevice(deviceID);
} else {
logger.error(`Cannot handle MQTT config option '${option}' with Payload is null - we need the friendly_name to proceed`);
return;