[avmfritz] Fixed wrong dial code in status info (#10659)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
a0a43764be
commit
41e24185c7
|
@ -121,7 +121,7 @@ public class CallMonitor {
|
||||||
reconnectTime = 60000L;
|
reconnectTime = 60000L;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
handler.setStatusInfo(ThingStatus.OFFLINE, ThingStatusDetail.COMMUNICATION_ERROR,
|
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",
|
logger.debug("Error attempting to connect to FRITZ!Box. Retrying in {} seconds",
|
||||||
reconnectTime / 1000L, e);
|
reconnectTime / 1000L, e);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue