2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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:
justme-1968 2019-01-14 11:24:47 +00:00
parent d17ca56549
commit 7c429bafb1

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 );