[fix] - upper/lower case
This commit is contained in:
parent
388ae1635e
commit
76a7eeb4e5
2
CHANGED
2
CHANGED
@ -1 +1 @@
|
||||
[final 2] - removed debug dumper code
|
||||
[enhancement] - add resetvalveerrors ic24
|
||||
|
@ -571,7 +571,7 @@ sub Set {
|
||||
if ( AttrVal( $name, 'model', 'unknown' ) eq 'electronic_pressure_pump' );
|
||||
|
||||
$list .=
|
||||
'closeAllValves:noArg resetvalveerrors:noArg stopScheduleValve:select,'.ReadingsVal( $name, 'ic24-valves_connected', '1' ).' resumeScheduleValve:select,'.ReadingsVal( $name, 'ic24-valves_connected', '1' )
|
||||
'closeAllValves:noArg resetValveErrors:noArg stopScheduleValve:select,'.ReadingsVal( $name, 'ic24-valves_connected', '1' ).' resumeScheduleValve:select,'.ReadingsVal( $name, 'ic24-valves_connected', '1' )
|
||||
if ( AttrVal( $name, 'model', 'unknown' ) eq 'ic24' );
|
||||
|
||||
foreach my $valve (split(',', ReadingsVal( $name, 'ic24-valves_connected', '1'))) {
|
||||
@ -1821,7 +1821,7 @@ sub SetPredefinedStartPoints {
|
||||
<li>manualDurationValve4 n - open valve 4 for n minutes</li>
|
||||
<li>manualDurationValve5 n - open valve 5 for n minutes</li>
|
||||
<li>manualDurationValve6 n - open valve 6 for n minutes</li>
|
||||
<li>resetvalveerrors n - reset valve errormessage</li>
|
||||
<li>resetValveErrors n - reset valve errormessage</li>
|
||||
<li>resumeScheduleValve n - (re)start irrigation schedule for valve n</li>
|
||||
<li>stopScheduleValve n m - stop irrigation schedule for valve n (Default: 2038-01-18T00:00:00.000Z, Gardena
|
||||
App reads it as "permanently")</li>
|
||||
@ -2237,7 +2237,7 @@ sub SetPredefinedStartPoints {
|
||||
<li>manualDurationValve4 n - Ventil 4 für n Minuten öffnen</li>
|
||||
<li>manualDurationValve5 n - Ventil 5 für n Minuten öffnen</li>
|
||||
<li>manualDurationValve6 n - Ventil 6 für n Minuten öffnen</li>
|
||||
<li>resetvalveerrors n - Ventilfehler zurücksetzen</li>
|
||||
<li>resetValveErrors n - Ventilfehler zurücksetzen</li>
|
||||
<li>resumeScheduleValve n - Zeitplan für Ventil n wieder aktivieren</li>
|
||||
<li>stopScheduleValve n m - Zeitplan für Ventil n anhalten für m Stunden (Default: 2038-01-18T00:00:00.000Z,
|
||||
durch Gardena-App als "dauerhaft" interpretiert)</li>
|
||||
|
@ -1,2 +1,2 @@
|
||||
UPD 2022-07-21_19:43:48 49634 FHEM/73_GardenaSmartBridge.pm
|
||||
UPD 2022-08-11_12:40:06 107803 FHEM/74_GardenaSmartDevice.pm
|
||||
UPD 2022-08-11_14:24:26 107803 FHEM/74_GardenaSmartDevice.pm
|
||||
|
Loading…
Reference in New Issue
Block a user