2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 01:06:04 +00:00

95_YAAHM.pm: Neues Modul Yet Another Auto Home Module

git-svn-id: https://svn.fhem.de/fhem/trunk@14951 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
phenning 2017-08-23 18:17:18 +00:00
parent 14b9d1bada
commit 7c094d35fa

View File

@ -48,7 +48,7 @@ my $yaahmname;
my $yaahmlinkname = "Profile"; # link text
my $yaahmhiddenroom = "ProfileRoom"; # hidden room
my $yaahmpublicroom = "Unsorted"; # public room
my $yaahmversion = "1.0";
my $yaahmversion = "1.01";
my $firstcall=1;
my %yaahm_transtable_EN = (
@ -2860,8 +2860,8 @@ sub YAAHM_Longtable($){
=pod
=item helper
=item summary to set up a cyclic processing of commands
=item summary_DE dient dazu, eine zyklische Abarbeitung von Kommandos zu realisieren
=item summary admimistration of profiles for daily, weekly and monthly processes
=item summary_DE Verwaltung von Profilen für tägliche, wöchentliche und monatliche Abläufe
=begin html
<a name="YAAHM"></a>