diverse bugfixes
This commit is contained in:
parent
b7ba421ab7
commit
2f766e7c46
@ -667,7 +667,9 @@ sub HEOSPlayer_Parse($$) {
|
||||
|
||||
$pid = $message{pid} if( defined($message{pid}) );
|
||||
$pid = $decode_json->{payload}{pid} if( defined($decode_json->{payload}{pid}) );
|
||||
|
||||
Log3 $name, 4, "HEOSPlayer ($name) PID: $pid";
|
||||
|
||||
$code = abs($pid);
|
||||
$code = $io_hash->{NAME} ."-". $code if( defined($io_hash->{NAME}) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user