PRESENCE: generate "model" reading containing mode for fheminfo/statistics (Forum: #73980)

git-svn-id: https://svn.fhem.de/fhem/trunk@14711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2017-07-13 20:31:11 +00:00
parent 90097ea923
commit 5e66c069ca

View File

@ -234,6 +234,8 @@ PRESENCE_Define($$)
delete($hash->{helper}{cachednr}); delete($hash->{helper}{cachednr});
readingsSingleUpdate($hash,"model",$hash->{MODE},0);
return undef; return undef;
} }