mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
60_Watches: contrib 0.16.0
git-svn-id: https://svn.fhem.de/fhem/trunk@21867 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d9eaa2a444
commit
224c79dbd7
@ -398,9 +398,9 @@ sub digitalWatch {
|
||||
my $adsd = AttrVal($d, "digitalSegmentDistance", 0.5);
|
||||
my $adda = AttrVal($d, "digitalDigitAngle", 9);
|
||||
|
||||
my $ddt = ReadingsVal($d, "displayText", "Play");
|
||||
my $ddt = ReadingsVal($d, "displayText", "----");
|
||||
$ddt =~ s/[\r\n]//g;
|
||||
my $alarm = " ".ReadingsVal($d, "alarmTime", "aa:bb:cc");
|
||||
my $alarm = " ".ReadingsVal($d, "alarmTime", "aa:bb:cc");
|
||||
|
||||
my $ddp = "###:##:##"; # dummy
|
||||
my ($h,$m,$s) = (0,0,0);
|
||||
@ -2125,7 +2125,7 @@ Als Zeitquelle können sowohl der Client (Browserzeit) als auch der FHEM-Server
|
||||
<li><b>displayTextSet</b><br>
|
||||
Stellt den anzuzeigenden Text ein. <br>
|
||||
Dieses Set-Kommando ist nur bei einer digitalen Segmentanzeige mit "digitalDisplayPattern = text" vorhanden. <br>
|
||||
(default: PLAY) <br><br>
|
||||
(default: ----) <br><br>
|
||||
|
||||
<b>Hinweis:</b> <br>
|
||||
Die darstellbaren Zeichen sind vom Attribut "digitalSegmentType" abhängig. <br>
|
||||
|
Loading…
Reference in New Issue
Block a user