diff --git a/FHEM/98_RandomTimer.pm b/FHEM/98_RandomTimer.pm index 6268d043c..a9afea6ee 100644 --- a/FHEM/98_RandomTimer.pm +++ b/FHEM/98_RandomTimer.pm @@ -517,6 +517,7 @@ sub RandomTimer_GetHashIndirekt ($$) { # commandref ################################################################## =pod +=encoding utf8 =item helper =item summary imitates the random switch functionality of a timer clock (FS20 ZSU) =item summary_DE bildet die Zufallsfunktion einer Zeitschaltuhr nach @@ -662,4 +663,28 @@ sub RandomTimer_GetHashIndirekt ($$) { =end html + +=for :application/json;q=META.json 98_RandomTimer.pm +{ + "abstract" : "imitates the random switch functionality of a timer clock (FS20 ZSU)", + "x_lang" : { + "de" : { + "abstract" : "bildet die Zufallsfunktion einer Zeitschaltuhr nach" + } + }, + "keywords" : [ + ], + "prereqs" : { + "runtime" : { + "requires" : { + "Time::HiRes" : "0", + "Time::Local" : "0", + "strict" : "0", + "warnings" : "0" + } + } + } +} +=end :application/json;q=META.json + =cut diff --git a/FHEM/98_WeekdayTimer.pm b/FHEM/98_WeekdayTimer.pm index c18ef9e8c..29bf90ff9 100644 --- a/FHEM/98_WeekdayTimer.pm +++ b/FHEM/98_WeekdayTimer.pm @@ -1130,9 +1130,10 @@ sub WeekdayTimer_SetAllParms() { # {WeekdayTimer_SetAllParms()} 1; =pod +=encoding utf8 =item device =item summary sends parameter to devices at defined times -=item summary_DE sendet Parameter an devices zu einer Liste mit festen Zeiten +=item summary_DE sendet Parameter an Devices zu einer Liste mit festen Zeiten =begin html @@ -1315,4 +1316,30 @@ sub WeekdayTimer_SetAllParms() { # {WeekdayTimer_SetAllParms()} =end html +=for :application/json;q=META.json 98_WeekdayTimer.pm +{ + "abstract" : "sends parameter to devices at defined times", + "x_lang" : { + "de" : { + "abstract" : "sendet Parameter an Devices zu einer Liste mit festen Zeiten" + } + }, + "keywords" : [ + "heating", + "Heizung" + ], + "prereqs" : { + "runtime" : { + "requires" : { + "Data::Dumper" : "0", + "POSIX" : "0", + "Time::Local" : "0", + "strict" : "0", + "warnings" : "0" + } + } + } +} +=end :application/json;q=META.json + =cut