mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_RandomTimer+98_WeekdayTimer: add data for Meta.pm
git-svn-id: https://svn.fhem.de/fhem/trunk@19279 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
269f7fa0e2
commit
1c15a77915
@ -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 ($$) {
|
||||
</div>
|
||||
|
||||
=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
|
||||
|
@ -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
|
||||
|
||||
<a name="WeekdayTimer"></a>
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user