2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

98_WeekdayTimer: remove Twilight dependency

git-svn-id: https://svn.fhem.de/fhem/trunk@19269 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2019-04-27 16:30:09 +00:00
parent 2e4276d8af
commit cc41e547a3
3 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- change: 98_WeekdayTimer: remove 59_Twilight dependency
- feature: 73_AutoShuttersControl: new major release 0.6, add wind support, - feature: 73_AutoShuttersControl: new major release 0.6, add wind support,
chnage code and Attribut style chnage code and Attribut style
- feature: 93_DbLog: V4.1.0 from contrib, write function rewritten, new attr - feature: 93_DbLog: V4.1.0 from contrib, write function rewritten, new attr

View File

@ -37,11 +37,6 @@ $Data::Dumper::Sortkeys = 1;
sub WeekdayTimer_Initialize($){ sub WeekdayTimer_Initialize($){
my ($hash) = @_; my ($hash) = @_;
if(!$modules{Twilight}{LOADED} && -f "$attr{global}{modpath}/FHEM/59_Twilight.pm") {
my $ret = CommandReload(undef, "59_Twilight");
Log3 undef, 1, $ret if($ret);
}
# Consumer # Consumer
$hash->{SetFn} = "WeekdayTimer_Set"; $hash->{SetFn} = "WeekdayTimer_Set";
$hash->{DefFn} = "WeekdayTimer_Define"; $hash->{DefFn} = "WeekdayTimer_Define";
@ -1196,6 +1191,7 @@ sub WeekdayTimer_SetAllParms() { # {WeekdayTimer_SetAllParms()}
It is possible to define $we or !$we in daylist to easily allow weekend an holiday. $we !$we are coded as 7 8, when using a numeric daylist.<br><br> It is possible to define $we or !$we in daylist to easily allow weekend an holiday. $we !$we are coded as 7 8, when using a numeric daylist.<br><br>
<u>time:</u>define the time to switch, format: HH:MM:[SS](HH in 24 hour format) or a Perlfunction like {sunrise_abs()}. Within the {} you can use the variable $date(epoch) to get the exact switchingtimes of the week. Example: {sunrise_abs_dat($date)}<br><br> <u>time:</u>define the time to switch, format: HH:MM:[SS](HH in 24 hour format) or a Perlfunction like {sunrise_abs()}. Within the {} you can use the variable $date(epoch) to get the exact switchingtimes of the week. Example: {sunrise_abs_dat($date)}<br><br>
<u>parameter:</u>the parameter to be set, using any text value like <b>on</b>, <b>off</b>, <b>dim30%</b>, <b>eco</b> or <b>comfort</b> - whatever your device understands.<br> <u>parameter:</u>the parameter to be set, using any text value like <b>on</b>, <b>off</b>, <b>dim30%</b>, <b>eco</b> or <b>comfort</b> - whatever your device understands.<br>
NOTE: Use ":" to replace blanks in parameter and escape ":" in case you need it. So e.g. <code>on-till:06\:00</code> will be a valid parameter.
</ul> </ul>
<p> <p>
<ul><b>command</b><br> <ul><b>command</b><br>

View File

@ -471,7 +471,7 @@ FHEM/98_GAEBUS.pm jamesgo Heizungssteuerung/Raumklima
FHEM/98_GEOFANCY.pm loredo Unterstützende Dienste FHEM/98_GEOFANCY.pm loredo Unterstützende Dienste
FHEM/98_GoogleAuth.pm betateilchen Unterstuetzende Dienste FHEM/98_GoogleAuth.pm betateilchen Unterstuetzende Dienste
FHEM/98_GOOGLECAST.pm dominikkarall Multimedia FHEM/98_GOOGLECAST.pm dominikkarall Multimedia
FHEM/98_Heating_Control.pm igami Unterstuetzende Dienste FHEM/98_Heating_Control.pm igami/Beta-User Unterstuetzende Dienste
FHEM/98_help.pm betateilchen Sonstiges FHEM/98_help.pm betateilchen Sonstiges
FHEM/98_HMinfo.pm martinp876 HomeMatic FHEM/98_HMinfo.pm martinp876 HomeMatic
FHEM/98_HourCounter.pm john MAX FHEM/98_HourCounter.pm john MAX
@ -500,7 +500,7 @@ FHEM/98_ping mattwire Sonstiges
FHEM/98_powerMap igami Unterstuetzende Dienste FHEM/98_powerMap igami Unterstuetzende Dienste
FHEM/98_QRCode.pm Benni Unterstuetzende Dienste FHEM/98_QRCode.pm Benni Unterstuetzende Dienste
FHEM/98_rain.pm baumrasen Sonstiges FHEM/98_rain.pm baumrasen Sonstiges
FHEM/98_RandomTimer.pm igami Unterstuetzende Dienste/Kalendermodule FHEM/98_RandomTimer.pm igami/Beta-User Unterstuetzende Dienste/Kalendermodule
FHEM/98_restore.pm rudolfkoenig Sonstiges FHEM/98_restore.pm rudolfkoenig Sonstiges
FHEM/98_rssFeed.pm Benni Unterstuetzende Dienste FHEM/98_rssFeed.pm Benni Unterstuetzende Dienste
FHEM/98_serviced.pm DeeSPe Unterstuetzende Dienste FHEM/98_serviced.pm DeeSPe Unterstuetzende Dienste
@ -522,7 +522,7 @@ FHEM/98_Verkehrsinfo.pm martins Unterstuetzende Dienste
FHEM/98_version.pm markusbloch Sonstiges FHEM/98_version.pm markusbloch Sonstiges
FHEM/98_vitoconnect.pm andreas13 Heizungssteuerung/Raumklima FHEM/98_vitoconnect.pm andreas13 Heizungssteuerung/Raumklima
FHEM/98_weblink.pm rudolfkoenig Frontends/FHEMWEB FHEM/98_weblink.pm rudolfkoenig Frontends/FHEMWEB
FHEM/98_WeekdayTimer.pm igami Unterstuetzende Dienste FHEM/98_WeekdayTimer.pm igami/Beta-User Unterstuetzende Dienste
FHEM/98_weekprofile.pm risiko Frontends FHEM/98_weekprofile.pm risiko Frontends
FHEM/98_WOL.pm KernSani Unterstuetzende Dienste FHEM/98_WOL.pm KernSani Unterstuetzende Dienste
FHEM/98_XmlList.pm rudolfkoenig Automatisierung FHEM/98_XmlList.pm rudolfkoenig Automatisierung