Project

General

Profile

Actions

Bug #20

closed

PERL WARNING: Use of uninitialized value $value in string

Added by Anonymous 7 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/26/2024
Due date:
% Done:

100%

Estimated time:
No private data included:
Yes

Description

Line 243..

                      readingsBulkUpdateIfChanged($hash, "lastUsedTopic", $msg->{topic}) if defined($msg->{topic});
                      readingsBulkUpdateIfChanged($hash, "lastMessageSend", $msg->{text}) if defined($msg->{text});
                      readingsBulkUpdateIfChanged($hash, "lastRawMessage", to_json($message)) if defined(to_json($message));

regards
hartmut

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0
Go to top