Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
hfedcba committed Feb 14, 2019
2 parents e68d68a + ee257f7 commit f31b130
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions misc/Device Description Files/Kodi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,39 @@
</element>
</jsonPayload>
</packet>
<packet id="Player.Stop">
<direction>fromCentral</direction>
<function1>Player.Stop</function1>
<jsonPayload>
<element>
<parameterId>PLAYER_ID</parameterId>
</element>
</jsonPayload>
</packet>
<packet id="Player.Previous">
<direction>fromCentral</direction>
<function1>Player.GoTo</function1>
<jsonPayload>
<element>
<parameterId>PLAYER_ID</parameterId>
</element>
<element>
<constValueString>previous</constValueString>
</element>
</jsonPayload>
</packet>
<packet id="Player.Next">
<direction>fromCentral</direction>
<function1>Player.GoTo</function1>
<jsonPayload>
<element>
<parameterId>PLAYER_ID</parameterId>
</element>
<element>
<constValueString>next</constValueString>
</element>
</jsonPayload>
</packet>
<packet id="Player.OnPlay">
<direction>toCentral</direction>
<function1>Player.OnPlay</function1>
Expand All @@ -96,6 +129,21 @@
</element>
</jsonPayload>
</packet>
<packet id="Player.OnResume">
<direction>toCentral</direction>
<function1>Player.OnResume</function1>
<channel>9</channel>
<jsonPayload>
<element>
<keyPath>params\data\player\playerid</keyPath>
<parameterId>PLAYER_ID</parameterId>
</element>
<element>
<parameterId>STATE</parameterId>
<constValueInteger>2</constValueInteger>
</element>
</jsonPayload>
</packet>
<packet id="Player.OnPause">
<direction>toCentral</direction>
<function1>Player.OnPause</function1>
Expand Down Expand Up @@ -342,6 +390,9 @@
<packet id="Player.OnPlay">
<type>event</type>
</packet>
<packet id="Player.OnResume">
<type>event</type>
</packet>
<packet id="Player.OnPause">
<type>event</type>
</packet>
Expand Down Expand Up @@ -383,6 +434,9 @@
<packet id="Player.OnPlay">
<type>event</type>
</packet>
<packet id="Player.OnResume">
<type>event</type>
</packet>
<packet id="Player.OnPause">
<type>event</type>
</packet>
Expand All @@ -408,6 +462,57 @@
</packet>
</packets>
</parameter>
<parameter id="STOP">
<properties>
<casts>
<optionString/>
<rpcBinary/>
</casts>
</properties>
<logicalAction />
<physicalNone groupId="STOP">
<operationType>command</operationType>
</physicalNone>
<packets>
<packet id="Player.Stop">
<type>set</type>
</packet>
</packets>
</parameter>
<parameter id="PREVIOUS">
<properties>
<casts>
<optionString/>
<rpcBinary/>
</casts>
</properties>
<logicalAction />
<physicalNone groupId="PREVIOUS">
<operationType>command</operationType>
</physicalNone>
<packets>
<packet id="Player.Previous">
<type>set</type>
</packet>
</packets>
</parameter>
<parameter id="NEXT">
<properties>
<casts>
<optionString/>
<rpcBinary/>
</casts>
</properties>
<logicalAction />
<physicalNone groupId="NEXT">
<operationType>command</operationType>
</physicalNone>
<packets>
<packet id="Player.Next">
<type>set</type>
</packet>
</packets>
</parameter>
</variables>
<variables id="system_valueset">
<parameter id="CONNECTED">
Expand Down

0 comments on commit f31b130

Please sign in to comment.