mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
10_CUL_HM:change date format from 1.3.18 to 1-3-18 for party mode
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eb2b6c0087
commit
06029ae60a
@ -5393,9 +5393,9 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
|
|||||||
if (!$a[2] || $a[2] < 5 || $a[2] > 30 || !$a[6] );
|
if (!$a[2] || $a[2] < 5 || $a[2] > 30 || !$a[6] );
|
||||||
$temp = $a[2]*2;
|
$temp = $a[2]*2;
|
||||||
# party format 03.8.13 11:30 5.8.13 12:00
|
# party format 03.8.13 11:30 5.8.13 12:00
|
||||||
my ($sd,$sm,$sy) = split('\.',$a[3]);
|
my ($sd,$sm,$sy) = split('[\.-]',$a[3]);
|
||||||
my ($sh,$smin) = split(':' ,$a[4]);
|
my ($sh,$smin) = split(':' ,$a[4]);
|
||||||
my ($ed,$em,$ey) = split('\.',$a[5]);
|
my ($ed,$em,$ey) = split('[\.-]',$a[5]);
|
||||||
my ($eh,$emin) = split(':' ,$a[6]);
|
my ($eh,$emin) = split(':' ,$a[6]);
|
||||||
|
|
||||||
return "wrong start day $sd" if ($sd < 0 || $sd > 31);
|
return "wrong start day $sd" if ($sd < 0 || $sd > 31);
|
||||||
@ -9709,7 +9709,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
|||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;partyTemp
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
=item device
|
=item device
|
||||||
@ -10386,7 +10386,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
|||||||
<li><B>controlParty <temp><startDate><startTime><endDate><endTime></B><br>
|
<li><B>controlParty <temp><startDate><startTime><endDate><endTime></B><br>
|
||||||
set control mode to party, define temp and timeframe.<br>
|
set control mode to party, define temp and timeframe.<br>
|
||||||
example:<br>
|
example:<br>
|
||||||
<code>set controlParty 15 03.8.13 20:30 5.8.13 11:30</code></li>
|
<code>set controlParty 15 03-8-13 20:30 5-8-13 11:30</code></li>
|
||||||
<li><B>sysTime</B><br>
|
<li><B>sysTime</B><br>
|
||||||
set time in climate channel to system time</li>
|
set time in climate channel to system time</li>
|
||||||
<li><B>desired-temp <temp></B><br>
|
<li><B>desired-temp <temp></B><br>
|
||||||
@ -11747,7 +11747,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
|||||||
<li><B>controlParty <temp><startDate><startTime><endDate><endTime></B><br>
|
<li><B>controlParty <temp><startDate><startTime><endDate><endTime></B><br>
|
||||||
setzt die Steuerung in den Partymodus, definiert Temperatur und Zeitrahmen.<br>
|
setzt die Steuerung in den Partymodus, definiert Temperatur und Zeitrahmen.<br>
|
||||||
Beispiel:<br>
|
Beispiel:<br>
|
||||||
<code>set controlParty 15 03.8.13 20:30 5.8.13 11:30</code></li>
|
<code>set controlParty 15 03-8-13 20:30 5-8-13 11:30</code></li>
|
||||||
<li><B>sysTime</B><br>
|
<li><B>sysTime</B><br>
|
||||||
setzt Zeit des Klimakanals auf die Systemzeit</li>
|
setzt Zeit des Klimakanals auf die Systemzeit</li>
|
||||||
<li><B>desired-temp <temp></B><br>
|
<li><B>desired-temp <temp></B><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user