From 20531cdbd0c35d4aebaa533fcecad0f90d4aa8dc Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 3 May 2020 15:57:32 +0000 Subject: [PATCH] 60_Watches: contrib 0.14.0 git-svn-id: https://svn.fhem.de/fhem/trunk@21850 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 8ce772233..d543b8d55 100644 --- a/fhem/contrib/DS_Starter/60_Watches.pm +++ b/fhem/contrib/DS_Starter/60_Watches.pm @@ -72,7 +72,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( - "0.14.0" => "03.05.2020 switch to packages, use setVersionInfo ", + "0.14.0" => "03.05.2020 switch to packages, use setVersionInfo, support of Meta.pm ", "0.13.0" => "03.05.2020 set resume for countdownwatch, set 'continue' removed ", "0.12.0" => "03.05.2020 set resume for stopwatch, new 'alarmHMSdel' command for stop watches, alarmHMS renamed to 'alarmHMSdelset' ", "0.11.0" => "02.05.2020 alarm event stabilized, reset command for 'countdownwatch', event alarmed contains alarm time ",