From 52e07032aba862f7c2769ef3ed1dbae6b2b6fdac Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Mon, 19 Nov 2018 23:34:16 +0000 Subject: [PATCH] 60_Watches.pm: contrib version 0.3.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17795 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/60_Watches.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/60_Watches.pm b/fhem/contrib/DS_Starter/60_Watches.pm index c8b060e11..afe8e3a03 100644 --- a/fhem/contrib/DS_Starter/60_Watches.pm +++ b/fhem/contrib/DS_Starter/60_Watches.pm @@ -714,7 +714,7 @@ sub Watches_digital($) { }; var display_$d = new SegmentDisplay_$d('display_$d'); - display_$d.pattern = '##:##:##'; + display_$d.pattern = '##:##:## '; display_$d.cornerType = 2; display_$d.displayType = 7; display_$d.displayAngle = 9;