change english commandref

This commit is contained in:
Marko Oldenburg 2019-06-04 13:42:03 +02:00
parent 6b78b8ec1f
commit 60c399c048

View File

@ -48,7 +48,7 @@ use strict;
use warnings; use warnings;
use FHEM::Meta; use FHEM::Meta;
my $version = '0.6.15.3'; my $version = '0.6.15.4';
sub AutoShuttersControl_Initialize($) { sub AutoShuttersControl_Initialize($) {
my ($hash) = @_; my ($hash) = @_;
@ -5725,7 +5725,7 @@ sub getblockAscDrivesAfterManual {
</tr> </tr>
<tr> <tr>
<td>IsDay</td> <td>IsDay</td>
<td>Abfrage ob das Rollo im Tag oder Nachtmodus ist. Also nach Sunset oder nach Sunrise</td> <td>Contains the current mode of the shutter: day (after sunrise till sunset) or night (sunset till sunrise)</td>
</tr> </tr>
<table/> <table/>
</p> </p>