39_alexa.pm: fixed stopped status error format

git-svn-id: https://svn.fhem.de/fhem/trunk@18251 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2019-01-14 11:24:47 +00:00
parent 2afba945d2
commit 23933e69c2

View File

@@ -687,7 +687,7 @@ alexa_stoppedAlexaFHEM($)
$hash->{LAST_STOP} = FmtDateTime( gettimeofday() );
if( $hash->{reason} ) {
readingsSingleUpdate($hash, 'alexaFHEM', "stopped: $hash->{reason}", 1 );
readingsSingleUpdate($hash, 'alexaFHEM', "stopped; $hash->{reason}", 1 );
delete $hash->{reason};
} else {
readingsSingleUpdate($hash, 'alexaFHEM', 'stopped', 1 );