95_Astro: fix newline
git-svn-id: https://svn.fhem.de/fhem/trunk@19656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user