Skip to content

Commit

Permalink
[avmfritz] Fixed wrong dial code in status info (openhab#10659)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: John Marshall <john.marshall.au@gmail.com>
  • Loading branch information
cweitkamp authored and themillhousegroup committed May 10, 2021
1 parent 0684164 commit 0c00eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void run() {
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 {
Expand Down

0 comments on commit 0c00eb9

Please sign in to comment.