fix crash typo

This commit is contained in:
Marko Oldenburg 2017-10-15 12:48:26 +02:00
parent a21a2c8a87
commit 54de0dd66b

View File

@ -303,7 +303,7 @@ sub TeslaPowerwall2AC_GetData($) {
my $uri = $host . ':' . $port . '/api/' . $paths{$path}; my $uri = $host . ':' . $port . '/api/' . $paths{$path};
readingsSingleUpdate($hash,'state','fetch data - ' . sclara(@{$hash->{actionQueue}}) . ' paths in actionQueue',1); readingsSingleUpdate($hash,'state','fetch data - ' . scalar(@{$hash->{actionQueue}}) . ' paths in actionQueue',1);
HttpUtils_NonblockingGet( HttpUtils_NonblockingGet(
{ {