21_HEOS: fix missing curl
git-svn-id: https://svn.fhem.de/fhem/trunk@14959 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 21_HEOS: fix missing curl
|
||||
- bugfix: 31_PLAYBULB: code cleaning
|
||||
- bugfix: 21_HEOS: little Bugfixes, code cleanup
|
||||
- changed: 88_HMCCU Version 4.1.001
|
||||
|
||||
@@ -65,7 +65,7 @@ eval "use Encode;1" or $missingModul .= "Encode ";
|
||||
|
||||
|
||||
|
||||
my $version = "1.0.0";
|
||||
my $version = "1.0.1";
|
||||
|
||||
my %heosCmds = (
|
||||
'enableChangeEvents' => 'system/register_for_change_events?enable=',
|
||||
@@ -826,6 +826,7 @@ sub HEOSMaster_ResponseProcessing($$) {
|
||||
$ret =~ s/\n/<br>/g;
|
||||
$ret = "<pre>$ret</pre>" if( $ret =~ m/ / );
|
||||
$ret = "<html>$ret</html>";
|
||||
}
|
||||
|
||||
asyncOutput( $hash->{helper}{blocking}{$idx}{cl}, $ret );
|
||||
delete $hash->{helper}{blocking}{$idx};
|
||||
|
||||
@@ -39,7 +39,7 @@ use Encode qw(encode_utf8);
|
||||
use URI::Escape;
|
||||
#use Data::Dumper;
|
||||
|
||||
my $version = "1.0.0";
|
||||
my $version = "1.0.1";
|
||||
|
||||
|
||||
|
||||
@@ -285,6 +285,7 @@ sub HEOSPlayer_Get($$@) {
|
||||
$ret =~ s/\n/<br>/g;
|
||||
$ret = "<pre>$ret</pre>" if( $ret =~ m/ / );
|
||||
$ret = "<html>$ret</html>";
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
||||
@@ -385,6 +386,7 @@ sub HEOSPlayer_Get($$@) {
|
||||
$ret =~ s/\n/<br>/g;
|
||||
$ret = "<pre>$ret</pre>" if( $ret =~ m/ / );
|
||||
$ret = "<html>$ret</html>";
|
||||
}
|
||||
|
||||
asyncOutput( $me->{cl}, $ret );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user