code style

This commit is contained in:
Marko Oldenburg 2019-10-02 14:06:41 +02:00
parent 4ff61d185d
commit af48f115e0

View File

@ -176,6 +176,7 @@ my %paths = (
'siteinfo' => 'site_info',
'sitename' => 'site_info/site_name',
'sitemaster' => 'sitemaster',
# 'powerwallsstop' => 'sitemaster/stop',
# 'powerwallsrun' => 'sitemaster/run',
'powerwalls' => 'powerwalls',
@ -524,8 +525,7 @@ sub ErrorHandling($$$) {
}
#### End Error Handling
InternalTimer( gettimeofday() + 3,
'TeslaPowerwall2AC_Write', $hash )
InternalTimer( gettimeofday() + 3, 'TeslaPowerwall2AC_Write', $hash )
if ( defined( $hash->{actionQueue} )
and scalar( @{ $hash->{actionQueue} } ) > 0 );