[avmfritz] Fixed wrong dial code in status info (#10659)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/10665/head
Christoph Weitkamp 2021-05-09 20:40:03 +02:00 committed by GitHub
parent a0a43764be
commit 41e24185c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class CallMonitor {
reconnectTime = 60000L;
} catch (IOException e) {
handler.setStatusInfo(ThingStatus.OFFLINE, ThingStatusDetail.COMMUNICATION_ERROR,
"Cannot connect to FRITZ!Box Call Monitor - make sure to enable it by dialing '#96*5'!");
"Cannot connect to FRITZ!Box Call Monitor - make sure to enable it by dialing '#96*5*'!");
logger.debug("Error attempting to connect to FRITZ!Box. Retrying in {} seconds",
reconnectTime / 1000L, e);
try {