mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 13:34:24 +00:00
Added force remove
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user