diff --git a/fhem/contrib/DS_Starter/60_Watches.pm b/fhem/contrib/DS_Starter/60_Watches.pm index 652a4dc7e..77a71fed4 100644 --- a/fhem/contrib/DS_Starter/60_Watches.pm +++ b/fhem/contrib/DS_Starter/60_Watches.pm @@ -71,6 +71,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( + "0.23.2" => "20.05.2020 english commandref ", "0.23.1" => "10.05.2020 some more changes for PBP severity 3 ", "0.23.0" => "10.05.2020 attr 'digitalBorderDistance' now also valid for digital watches, some changes for PBP ", "0.22.0" => "09.05.2020 new attr 'digitalBorderDistance' for left and rigtht border distance of digital text ", @@ -2313,7 +2314,408 @@ return;

Watches

-At the moment only a german commandref is available. +
+The module Watches provides watches in different styles as Device. +The user can influence the design of the watches via attributes.
+The clocks are based on scripts of these pages:
+ +modern watch, +Station clock, +Digital display +

+ +A device of the model Digital can also be used as stopwatch, countdown timer or +universal text display (for sixteen segment mode see attribute digitalSegmentType).
+As time source the client (browser time) as well as the FHEM server can be set +(attribute timeSource).
+ + =end html =begin html_DE @@ -2671,7 +3073,8 @@ Als Zeitquelle können sowohl der Client (Browserzeit) als auch der FHEM-Server
  • digitalDisplayPattern [countdownwatch | staticwatch | stopwatch | text | watch]
    Umschaltung der Digitalanzeige zwischen einer Uhr (default), einer Stoppuhr, statischen Zeitanzeige oder Textanzeige. - Der anzuzeigende Text im Modus Textanzeige kann mit set displayText definiert werden.

    + Der anzuzeigende Text im Modus Textanzeige kann mit
    + set <name> displayText.

    Hinweis: Bei Textanzeige wird empfohlen das Attribut "digitalSegmentType" auf "16" zu stellen.