mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 09:55:38 +00:00
LandroidUtils.pm: set devIoLoglevel to 4 (Forum #111959)
git-svn-id: https://svn.fhem.de/fhem/trunk@27555 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c52609d0b
commit
6b6bfcfe42
@ -256,7 +256,7 @@ Landroid_connect4($)
|
||||
$m2c->{DeviceName} = "$m2c->{mqttEndpoint}:443";
|
||||
$m2c->{sslargs}{SSL_alpn_protocols} = "mqtt";
|
||||
$m2c->{SSL} = 1;
|
||||
$m2c->{devioLoglevel} = AttrVal($m2c_name, "verbose", 4);
|
||||
$m2c->{devioLoglevel} = 4;
|
||||
|
||||
my $wxid = ReadingsVal($m2c_name, "wxid", undef);
|
||||
if(!defined($wxid)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user