mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
00_MQTT: small bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@16248 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3d383ed858
commit
7832fd38a1
@ -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: small bugfix
|
||||
- feature: 98_DOIFtools: support for multiple holiday files in holiday2we for
|
||||
next timer calculation
|
||||
- change: 53_GHoma: plugs with energy measurement implemented
|
||||
|
@ -815,6 +815,8 @@ sub client_start($) {
|
||||
$client->{message_ids}->{$msgid}++;
|
||||
readingsSingleUpdate($client,"transmission-state","subscribe sent",1);
|
||||
}
|
||||
|
||||
return undef;
|
||||
};
|
||||
|
||||
sub client_stop($) {
|
||||
|
Loading…
Reference in New Issue
Block a user