Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -348,7 +348,6 @@ public class EcovacsXmppDevice implements EcovacsDevice {
|
||||
}
|
||||
|
||||
if (iqRequest instanceof DeviceCommandIQ iq) {
|
||||
|
||||
try {
|
||||
if (!iq.id.isEmpty()) {
|
||||
CommandResponseHolder responseHolder = pendingCommands.remove(iq.id);
|
||||
|
||||
Reference in New Issue
Block a user