2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 03:59:11 +00:00

added: support for privacy attribute

git-svn-id: https://svn.fhem.de/fhem/trunk@18719 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2019-02-24 20:20:51 +00:00
parent 7e22abbbac
commit 1f81f8efc6

View File

@ -61,7 +61,7 @@ sub MQTT_Initialize($) {
$hash->{NotifyFn} = "MQTT::Notify";
$hash->{AttrFn} = "MQTT::Attr";
$hash->{AttrList} = "keep-alive "."last-will client-id "."on-connect on-disconnect on-timeout ".$main::readingFnAttributes;
$hash->{AttrList} = "keep-alive "."last-will client-id "."on-connect on-disconnect on-timeout privacy:1,0 ".$main::readingFnAttributes;
}
package MQTT;