fix crash typo
This commit is contained in:
parent
a21a2c8a87
commit
54de0dd66b
@ -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(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user