mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +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 ##################################################################
|
# commandref ##################################################################
|
||||||
=pod
|
=pod
|
||||||
|
=encoding utf8
|
||||||
=item helper
|
=item helper
|
||||||
=item summary imitates the random switch functionality of a timer clock (FS20 ZSU)
|
=item summary imitates the random switch functionality of a timer clock (FS20 ZSU)
|
||||||
=item summary_DE bildet die Zufallsfunktion einer Zeitschaltuhr nach
|
=item summary_DE bildet die Zufallsfunktion einer Zeitschaltuhr nach
|
||||||
@ -662,4 +663,28 @@ sub RandomTimer_GetHashIndirekt ($$) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
=end html
|
=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
|
=cut
|
||||||
|
@ -1130,9 +1130,10 @@ sub WeekdayTimer_SetAllParms() { # {WeekdayTimer_SetAllParms()}
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
|
=encoding utf8
|
||||||
=item device
|
=item device
|
||||||
=item summary sends parameter to devices at defined times
|
=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
|
=begin html
|
||||||
|
|
||||||
<a name="WeekdayTimer"></a>
|
<a name="WeekdayTimer"></a>
|
||||||
@ -1315,4 +1316,30 @@ sub WeekdayTimer_SetAllParms() { # {WeekdayTimer_SetAllParms()}
|
|||||||
|
|
||||||
=end html
|
=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
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user