This commit is contained in:
Sebastian 2021-05-17 20:21:28 +02:00
parent 9cc5490e48
commit 9e48d335ee
2 changed files with 4 additions and 8 deletions

View File

@ -1,2 +1,2 @@
UPD 2021-05-17_20:04:35 4327 FHEM/73_HailoLibero.pm
UPD 2021-05-17_20:04:33 6455 lib/FHEM/Hailo/Libero.pm
UPD 2021-05-17_20:13:25 6449 lib/FHEM/Hailo/Libero.pm

View File

@ -83,7 +83,7 @@ sub Define {
my $name = shift @$aArg;
$hash->{VERSION} = version->parse($VERSION)->normal;
CommandAttr( undef, $name . ' room Haeilo' )
CommandAttr( undef, $name . ' room Hailo' )
if ( AttrVal( $name, 'room', 'none' ) eq 'none' );
readingsSingleUpdate( $hash, 'state', 'initialized', 1 );
@ -149,7 +149,7 @@ sub Set {
}
else {
my $list = "hailopwd "
my $list = "hailopwd ";
return "Unknown argument $cmd, choose one of $list";
}
@ -236,8 +236,6 @@ sub WriteReadings {
####################################
#### my little helpers Sub's #######
s
sub Rename {
my $new = shift;
my $old = shift;
@ -246,8 +244,6 @@ sub Rename {
return;
}
sub createHttpValueStrings {
my ( $hash, $payload ) = @_;
@ -261,4 +257,4 @@ sub createHttpValueStrings {
return ( $payload, $session_id, $header, $uri, $method );
}
1;
1;