mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
00_MQTT: fix event-on-change Reading
git-svn-id: https://svn.fhem.de/fhem/trunk@15126 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a5cc0e969
commit
3f3abbee6b
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 00_MQTT: fix event-on-change Reading
|
||||
- changed: 30_HUEBridge: added set inactive/active commands
|
||||
create event for lastError reading
|
||||
- change: 93_DbLog: V2.22.6 commandref revised
|
||||
|
@ -59,7 +59,7 @@ sub MQTT_Initialize($) {
|
||||
$hash->{NotifyFn} = "MQTT::Notify";
|
||||
$hash->{AttrFn} = "MQTT::Attr";
|
||||
|
||||
$hash->{AttrList} = "keep-alive "."last-will "."on-connect on-disconnect on-timeout".$main::readingFnAttributes;
|
||||
$hash->{AttrList} = "keep-alive "."last-will "."on-connect on-disconnect on-timeout ".$main::readingFnAttributes;
|
||||
}
|
||||
|
||||
package MQTT;
|
||||
|
Loading…
Reference in New Issue
Block a user