37_harmony.pm: fix setsleeptimer (by Wolfspirit)
git-svn-id: https://svn.fhem.de/fhem/trunk@13299 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -511,7 +511,7 @@ harmony_Set($$@)
|
|||||||
my $interval = $param?$param*60:60*60;
|
my $interval = $param?$param*60:60*60;
|
||||||
$interval = -1 if( $interval < 0 );
|
$interval = -1 if( $interval < 0 );
|
||||||
|
|
||||||
harmony_sendIq($hash, "<oa xmlns='connect.logitech.com' mime='harmony.engine?setsleeptimer' token=''>interval=$interval</oa>", "setsleeptimer");
|
harmony_sendIq($hash, "<oa xmlns='connect.logitech.com' mime='harmony.engine?setsleeptimer'>interval=$interval</oa>", "setsleeptimer");
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user