Codepage von 98_Heating_Control.pm korrigiert.

Doku nun per commandref verfügbar

98_structure.pm: unbalanced <li> gefixt


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2593 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust
2013-01-29 18:41:04 +00:00
parent a833deafb6
commit b15e7d948c
2 changed files with 463 additions and 462 deletions

View File

@@ -202,6 +202,8 @@ Heating_Control_Update($)
my $nextDesTemperature = 0; my $nextDesTemperature = 0;
my $nextSwitch = 0; my $nextSwitch = 0;
my $nowSwitch = 0; my $nowSwitch = 0;
$wday=7 if($wday==0);
my @days = ($wday..7, 1..$wday-1); my @days = ($wday..7, 1..$wday-1);
for (my $d=0; $d<@days; $d++) { for (my $d=0; $d<@days; $d++) {
@@ -282,8 +284,6 @@ sub SortNumber {
1; 1;
=pod =pod
=begin html =begin html

View File

@@ -612,6 +612,7 @@ structure_Attr($@)
<ul> <ul>
Die Struktur &uuml;bernimmt den Status des zuletzt ge&auml;nderten Ger&auml;tes. Die Struktur &uuml;bernimmt den Status des zuletzt ge&auml;nderten Ger&auml;tes.
</ul> </ul>
</li>
</ul> </ul>
<a name="clientstate_priority"></a> <a name="clientstate_priority"></a>
@@ -623,7 +624,7 @@ structure_Attr($@)
unterschiedliche Devicetypen zusammenfassen zu k&ouml;nnen. Jede Gruppe wird durch unterschiedliche Devicetypen zusammenfassen zu k&ouml;nnen. Jede Gruppe wird durch
Leerzeichen, jeder Eintrag pro Gruppe durch Pipe getrennt. Der Status der Leerzeichen, jeder Eintrag pro Gruppe durch Pipe getrennt. Der Status der
Struktur ist der erste Eintrag in der entsprechenden Gruppe. Struktur ist der erste Eintrag in der entsprechenden Gruppe.
</li>
<br>Beispiel:<br> <br>Beispiel:<br>
<ul> <ul>
<li>attr kueche clientstate_behavior relative</li> <li>attr kueche clientstate_behavior relative</li>