2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

60_Watches.pm: contrib version 0.3.0

git-svn-id: https://svn.fhem.de/fhem/trunk@17795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-11-19 23:34:16 +00:00
parent abfe6cfd49
commit 4efebbd4c7

View File

@ -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;