95_Astro: fix newline

git-svn-id: https://svn.fhem.de/fhem/trunk@19656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2019-06-19 20:37:41 +00:00
parent ef7909689e
commit cee1dc541c

View File

@@ -759,8 +759,7 @@ sub Define ($@) {
# for the very first definition, set some default attributes
if ( $init_done && !defined( $hash->{OLDDEF} ) ) {
$attr{$name}{icon} = 'telescope';
$attr{$name}{recomputeAt} = 'NewDay,SunRise,SunSet,AstroTwilightEvening,AstroTwilightMorning,CivilTwilightEvening,CivilTwilightMorning,CustomTwilightEvening,CustomTwilightMorning
';
$attr{$name}{recomputeAt} = 'NewDay,SunRise,SunSet,AstroTwilightEvening,AstroTwilightMorning,CivilTwilightEvening,CivilTwilightMorning,CustomTwilightEvening,CustomTwilightMorning';
}
return undef;