mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
00_MQTT: support readingFnAttributes
git-svn-id: https://svn.fhem.de/fhem/trunk@10418 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2754323612
commit
5689125718
@ -54,7 +54,7 @@ sub MQTT_Initialize($) {
|
|||||||
$hash->{SetFn} = "MQTT::Set";
|
$hash->{SetFn} = "MQTT::Set";
|
||||||
$hash->{NotifyFn} = "MQTT::Notify";
|
$hash->{NotifyFn} = "MQTT::Notify";
|
||||||
|
|
||||||
$hash->{AttrList} = "keep-alive";
|
$hash->{AttrList} = "keep-alive ".$main::readingFnAttributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
package MQTT;
|
package MQTT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user