aus pyharmony hat geschrieben:## Sending Commands
Once logged in with the session token, commands can be sent to the device. The
XMPP command for sending a "volume down" press event looks like this:
<iq type="get" id="5e518d07-bcc2-4634-ba3d-c20f338d8927-2">
<oa xmlns="connect.logitech.com" mime="vnd.logitech.harmony/vnd.logitech.harmony.engine?holdAction">
action={"type"::"IRCommand","deviceId"::"11586428","command"::"VolumeDown"}:status=press
</oa>
</iq>
I have verified that this does send the volume down press event. A followup
release event would have to be sent to stop the volume from continuing to go
down.
Damit bei der Navigation der Cursor nicht weiterläuft ist eben auch ein Release notwendig. Anscheinend wird von Mediola aber kein Release gesendet was eben dazu führt das es nicht funktioniert. Ein Timestamp wird ebenfalls nicht gesetzt ob das auch eine Auswirkung hat weis ich nicht.