fix comma bug
This commit is contained in:
parent
47a1f7006b
commit
4ff61d185d
@ -525,7 +525,7 @@ sub ErrorHandling($$$) {
|
|||||||
#### End Error Handling
|
#### End Error Handling
|
||||||
|
|
||||||
InternalTimer( gettimeofday() + 3,
|
InternalTimer( gettimeofday() + 3,
|
||||||
'TeslaPowerwall2AC_Write', $hash );
|
'TeslaPowerwall2AC_Write', $hash )
|
||||||
if ( defined( $hash->{actionQueue} )
|
if ( defined( $hash->{actionQueue} )
|
||||||
and scalar( @{ $hash->{actionQueue} } ) > 0 );
|
and scalar( @{ $hash->{actionQueue} } ) > 0 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user