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 #1

Updated by Dominik Meyer 7 months ago

have to investigate

Actions #2

Updated by Dominik Meyer 7 months ago

  • Status changed from New to Accepted
  • % Done changed from 0 to 10
Actions #3

Updated by Dominik Meyer 7 months ago

  • Target version changed from Future Work to 1.0.0
Actions #4

Updated by Dominik Meyer 7 months ago

  • Status changed from Accepted to Closed
  • % Done changed from 10 to 100
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0
Go to top