From 23933e69c25ae1be6882cc2d794b719d985cd97f Mon Sep 17 00:00:00 2001 From: justme1968 Date: Mon, 14 Jan 2019 11:24:47 +0000 Subject: [PATCH] 39_alexa.pm: fixed stopped status error format git-svn-id: https://svn.fhem.de/fhem/trunk@18251 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/39_alexa.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/39_alexa.pm b/fhem/FHEM/39_alexa.pm index a89fcd9e9..16e268f2f 100644 --- a/fhem/FHEM/39_alexa.pm +++ b/fhem/FHEM/39_alexa.pm @@ -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 );