59_Twilight: light and state wrong after ss-weather event?

git-svn-id: https://svn.fhem.de/fhem/trunk@24606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User
2021-06-10 05:03:49 +00:00
parent 562a017987
commit 2e5dfc4c15

View File

@@ -355,8 +355,10 @@ sub Twilight_HandleWeatherData {
readingsBulkUpdate( $hash, 'nextEvent', 'ss_indoor' ) ;
readingsBulkUpdate( $hash, 'nextEventTime', FmtTime( $hash->{TW}{ss_indoor}{TIME} ) ) ;
readingsBulkUpdate( $hash, 'aktEvent', 'ss_weather' );
readingsBulkUpdate( $hash, 'state', '8' );
readingsBulkUpdate( $hash, 'light', '4' );
#readingsBulkUpdate( $hash, 'state', '8' );
#readingsBulkUpdate( $hash, 'light', '4' );
readingsBulkUpdate( $hash, 'state', '7' );
readingsBulkUpdate( $hash, 'light', '5' );
}
}