2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 11:26:03 +00:00

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

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