[avmfritz] Fixed wrong dial code in status info (#10659)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>pull/10665/head
parent
a0a43764be
commit
41e24185c7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue