mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
00_MQTT2_CLIENT.pm: yet another SUBSCRIBE fix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19902 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
07b27b7406
commit
5eea31b921
@ -141,7 +141,7 @@ MQTT2_CLIENT_doinit($)
|
||||
join("", map { pack("n", length($_)).$_.pack("C",0) } # QOS:0
|
||||
split(" ", $s));
|
||||
MQTT2_CLIENT_send($hash,
|
||||
pack("C",0x81).
|
||||
pack("C",0x82).
|
||||
MQTT2_CLIENT_calcRemainingLength(length($msg)).$msg, 0, 1);
|
||||
$hash->{connecting} = 3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user