mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
vitoconnect: excecute getCode for logResponseOnce
git-svn-id: https://svn.fhem.de/fhem/trunk@22352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7b4f85ec5f
commit
a20ddbcf5b
@ -171,6 +171,9 @@
|
||||
# Information aus dem GW auslesen (Attribut "vitoconnect_gw_readings" auf "1" setzen;
|
||||
# noch unvollständig!)
|
||||
#
|
||||
# readings for heating.power.production.demandCoverage.* fixed
|
||||
# bei logResponseOnce wird bei getCode angefangen damit auch gw.json neu erzeugt wird
|
||||
#
|
||||
#
|
||||
# ToDo: timeout konfigurierbar machen
|
||||
# Attribute implementieren und dokumentieren
|
||||
@ -812,7 +815,7 @@ sub vitoconnect_Set {
|
||||
elsif ( $opt eq "logResponseOnce" ) {
|
||||
$hash->{".logResponseOnce"} = 1;
|
||||
RemoveInternalTimer($hash);
|
||||
vitoconnect_GetUpdate($hash);
|
||||
vitoconnect_getCode($hash);
|
||||
return;
|
||||
}
|
||||
elsif ( $opt eq "clearReadings" ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user