2
0
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:
eisler 2018-02-23 19:18:34 +00:00
parent 3d383ed858
commit 7832fd38a1
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -815,6 +815,8 @@ sub client_start($) {
$client->{message_ids}->{$msgid}++;
readingsSingleUpdate($client,"transmission-state","subscribe sent",1);
}
return undef;
};
sub client_stop($) {