change codestyle

This commit is contained in:
Marko Oldenburg
2020-03-11 04:41:49 +01:00
parent befc500db3
commit 4298b3a718

View File

@ -512,7 +512,8 @@ sub GetUpdate($) {
elsif ( AttrVal( $bname, 'fhemServerIP', 'not set' ) ne 'not set' ) {
Log3( $name, 1,
"AMADDevice ($name) - GetUpdate, attribut fhemServerIP not set in bridge device" );
"AMADDevice ($name) - GetUpdate, attribut fhemServerIP not set in bridge device"
);
}
else {
@ -824,12 +825,8 @@ sub Set($$@) {
elsif ( lc $cmd eq 'openapp' ) {
my ( $app, $appclass ) = split( /\|/, $args[0] );
$path .=
'openApp?app='
. $app;
$path .=
'&appclass='
. $appclass
$path .= 'openApp?app=' . $app;
$path .= '&appclass=' . $appclass
if ( defined($appclass) );
$method = 'POST';