From fc0b3291bf49b43c3e9d482ea9672e752fc3b78a Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 2 Oct 2019 13:12:03 +0200 Subject: [PATCH] test --- 46_TeslaPowerwall2AC.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/46_TeslaPowerwall2AC.pm b/46_TeslaPowerwall2AC.pm index b9d512a..a02a6d9 100644 --- a/46_TeslaPowerwall2AC.pm +++ b/46_TeslaPowerwall2AC.pm @@ -648,9 +648,9 @@ sub ResponseProcessing($$$) { elsif ( $path eq 'powerwalls' ) { $readings = ReadingsProcessing_Powerwalls( $hash, $decode_json ); } - elsif ( $path eq 'siteinfo' ) { - $readings = ReadingsProcessing_Site_Info( $hash, $decode_json ); - } +# elsif ( $path eq 'siteinfo' ) { +# $readings = ReadingsProcessing_Site_Info( $hash, $decode_json ); +# } elsif ( $path eq 'login' ) { return $hash->{TOKEN} = $decode_json->{token}; }