diff --git a/fhem/CHANGED b/fhem/CHANGED index 373586119..4f82a492d 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # 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: PRESENCE/presenced: fixed crash of presenced when receiving an + invalid command, new deb packages released (see commandref) - bugfix: 44_TEK603: Fixed TankLevel=NO_DATA - feature: LGTV_IP12: new reading "power" - change: LGTV_IP12: changed values of mute reading from true/false to on/off diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index 7b58aec17..d0855db56 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -1155,8 +1155,8 @@ Options: The presenced is available as:



collectord

@@ -1398,8 +1398,8 @@ Options: Der presenced ist zum Download verfügbar als:



collectord

diff --git a/fhem/contrib/PRESENCE/deb/presenced-1.4.deb b/fhem/contrib/PRESENCE/deb/presenced-1.4.deb new file mode 100644 index 000000000..a58690113 Binary files /dev/null and b/fhem/contrib/PRESENCE/deb/presenced-1.4.deb differ diff --git a/fhem/contrib/PRESENCE/deb/presenced-rpi-1.4.deb b/fhem/contrib/PRESENCE/deb/presenced-rpi-1.4.deb new file mode 100644 index 000000000..0495c1eeb Binary files /dev/null and b/fhem/contrib/PRESENCE/deb/presenced-rpi-1.4.deb differ