Skip to content

Commit 64f73cd

Browse files
committed
fix making the keep-alive-interval property an int (in secs) even though
the connection timeout is a duration
1 parent cba8beb commit 64f73cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IoTSonnenUploader/config-sample/mqtt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mqtt:
2121
clean-session: true
2222
automatic-reconnect: true
2323
connection-timeout: "PT30s"
24-
keep-alive-interval: "PT60s"
24+
keep-alive-interval: 60
2525

2626
will-message:
2727
topic: home/sonnen/will/${mqtt.device.id}

0 commit comments

Comments
 (0)