diff --git a/fhem/contrib/PRESENCE/collectord b/fhem/contrib/PRESENCE/collectord index a3d2a6abd..d1a58c5a7 100755 --- a/fhem/contrib/PRESENCE/collectord +++ b/fhem/contrib/PRESENCE/collectord @@ -240,7 +240,7 @@ while(1) if(not $value =~ /^(absence|present)$/) { - $handle{$uuid}{client}->send("$value;$room"); + $handle{$uuid}{client}->send("$value;$room\n"); } else { diff --git a/fhem/contrib/PRESENCE/deb/collectord-1.0.deb b/fhem/contrib/PRESENCE/deb/collectord-1.0.deb index 0ff9d0c44..024c14794 100644 Binary files a/fhem/contrib/PRESENCE/deb/collectord-1.0.deb and b/fhem/contrib/PRESENCE/deb/collectord-1.0.deb differ diff --git a/fhem/contrib/PRESENCE/deb/presenced-rpi-1.0.deb b/fhem/contrib/PRESENCE/deb/presenced-rpi-1.0.deb index 406a22384..871c86c4c 100644 Binary files a/fhem/contrib/PRESENCE/deb/presenced-rpi-1.0.deb and b/fhem/contrib/PRESENCE/deb/presenced-rpi-1.0.deb differ