Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a Room Selection Output and an HDMI Input #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 50 additions & 5 deletions driver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<model>AndroidTV</model>
<creator>Greg Moerler</creator>
<created>08/01/2022 12:00 PM</created>
<modified>08/07/2022 4:20 PM</modified>
<version>4</version>
<modified>09/20/2024 4:20 PM</modified>
<version>8</version>
<control>lua_gen</control>
<driver>DriverWorks</driver>
<small image_source="c4z">icons/device_sm.png</small>
Expand Down Expand Up @@ -129,6 +129,17 @@
<default>OFF</default>
<readonly>false</readonly>
</property>
<property>
<name>Passthrough Mode</name>
<type>LIST</type>
<items>
<item>Off</item>
<item>On</item>
</items>
<default>On</default>
<readonly>false</readonly>
<tooltip>If set to 'On', mini-apps will stay selected and pass-through commands. If 'Off', this driver will be reselected.</tooltip>
</property>
<property>
<name>LaunchAppHeader</name>
<type>LABEL</type>
Expand Down Expand Up @@ -801,7 +812,7 @@
<certificate>./AndroidTV.p12</certificate>
<private_key protected="True">./AndroidTV.p12</private_key>
<verify_mode>none</verify_mode>
<method>tlsv1</method>
<method>tlsv13</method>
</port>
<port>
<number>6467</number>
Expand All @@ -811,12 +822,26 @@
<certificate>./AndroidTV.p12</certificate>
<private_key protected="True">./AndroidTV.p12</private_key>
<verify_mode>none</verify_mode>
<method>tlsv1</method>
<method>tlsv13</method>
</port>
</ports>
</class>
</classes>
</connection>
<connection proxybindingid="5001">
<id>1001</id>
<connectionname>HDMI 1</connectionname>
<facing>6</facing>
<type>5</type>
<consumer>true</consumer>
<audiosource>false</audiosource>
<videosource>false</videosource>
<classes>
<class>
<classname>HDMI</classname>
</class>
</classes>
</connection>
<connection>
<id>5001</id>
<type>2</type>
Expand All @@ -841,6 +866,26 @@
</class>
</classes>
</connection>
<connection proxybindingid="5001">
<id>7000</id>
<connectionname>Room Selection - Output</connectionname>
<facing>6</facing>
<type>7</type>
<consumer>false</consumer>
<audiosource>true</audiosource>
<videosource>true</videosource>
<classes>
<class>
<classname>AUDIO_SELECTION</classname>
</class>
<class>
<classname>AUDIO_VOLUME</classname>
</class>
<class>
<classname>VIDEO_SELECTION</classname>
</class>
</classes>
</connection>
<connection proxybindingid="5001">
<id>1101</id>
<type>5</type>
Expand Down Expand Up @@ -1082,4 +1127,4 @@
</display_icons>
</navigator_display_option>
</capabilities>
</devicedata>
</devicedata>