mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
73_NUKIBridge: Fix 503 Unavailable message
git-svn-id: https://svn.fhem.de/fhem/trunk@26447 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a5d62ce04a
commit
79ae280cdf
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 73_NUKIBridge: Fix 503 Unavailable message
|
||||
- change: 88_HMCCU: Switched close to closed
|
||||
- bugfix: 70_Klafs: package main was removed from source code
|
||||
- bugfix: 31_LightScene: fixes for configDB (by Beta-User)
|
||||
|
@ -750,7 +750,7 @@ sub DistributionErrHandle2 {
|
||||
::asyncOutput( $param->{cl}, "Request Error: $err\r\n" )
|
||||
if ( $param->{cl} && $param->{cl}{canAsyncOutput} );
|
||||
|
||||
return;
|
||||
return $json;
|
||||
}
|
||||
|
||||
::readingsBulkUpdate( $hash, 'lastError',
|
||||
|
Loading…
x
Reference in New Issue
Block a user