FIX: improved error handling for subscriptions
This commit is contained in:
parent
0f555f7fad
commit
c2095a6257
@ -238,9 +238,15 @@ sub NTFY_WS_CB
|
|||||||
|
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
|
|
||||||
|
readingsBeginUpdate($hash);
|
||||||
|
readingsBulkUpdate($hash, "state", "error");
|
||||||
|
readingsBulkUpdate($hash, "error", $error);
|
||||||
|
readingsEndUpdate($hash,1);
|
||||||
|
|
||||||
NTFY_LOG(LOG_ERROR, "error while connecting to websocket: $error ") if $error;
|
NTFY_LOG(LOG_ERROR, "error while connecting to websocket: $error ") if $error;
|
||||||
NTFY_LOG(LOG_DEBUG, "websocket callback called");
|
NTFY_LOG(LOG_DEBUG, "websocket callback called");
|
||||||
return $error;
|
return $error;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub NTFY_Read
|
sub NTFY_Read
|
||||||
|
Loading…
Reference in New Issue
Block a user