X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/amt/blobdiff_plain/0ddcc0c9d7180d78badb07518058d198bcfa4cb9..b43d857c47539a2e346c391fe1b1da06c36d34c0:/amttool diff --git a/amttool b/amttool index 3aaab53..69bd1bb 100755 --- a/amttool +++ b/amttool @@ -279,9 +279,9 @@ sub remote_control($) { push (@args, SOAP::Data->name('Command' => $rcc{$command})); push (@args, SOAP::Data->name('IanaOemNumber' => 343)); if ($command ne 'powerdown') { - push (@args, SOAP::Data->name('OEMparameters' => 1 )); push (@args, SOAP::Data->name('SpecialCommand' => 0xC1 )); push (@args, SOAP::Data->name('SpecialCommandParameter' => 0)); + push (@args, SOAP::Data->name('OEMparameters' => 1 )); } do_soap($rcs, "RemoteControl", @args); } else {