CRESTRON-APP-SSTV
Control App for Samsung SMART TV
Operations & Installation Guide – DOC. 7594A Control App for Samsung SMART TV: CRESTRON-APP-SSTV
•
17
Appendix B: XML Text and Supported Commands
All fields shown in the XML text below are optional. If a certain function is not to
be used, the tags can be deleted or the tag’s value can be left empty (i.e.,
<sjoin></sjoin>
).
XML Text and Functions
XML TEXT
FUNCTION
<menu>
Indicates the start of the menu structure.
<item type="button">
Adds a button item to the main menu.
<label>Lights</label>
Sets the text label of the item to “Lights”.
<djoin>58</djoin>
Sets the digital press join to 58.
<sjoin>1</sjoin>
Sets the indirect text join to 1.
<subitem type="button">
Adds a button subitem to the “Lights” menu.
<label>On</label>
Sets the text label of the button subitem to “On”.
<djoin>59</djoin>
Sets the digital join press of the button subitem to 59.
<sjoin></sjoin>
Sets the indirect text join to “join not used”.
</subitem>
End of the first subitem.
<subitem type="button">
Adds a button subitem to the “Lights” menu
.
<label></label>
Indicates that there is no label.
<djoin>60</djoin>
Sets the digital join press of the button subitem to 60.
<sjoin>2</sjoin>
Sets the indirect text join to 2.
</subitem>
End of the second subitem.
</item>
End of the “Lights” menu item.
<item type="hvac">
Adds an HVAC item to the main menu.
<label>Climate</label>
Sets the text of the item to “Climate”.
<current_temp_ajoin>1</current_temp_ajoin>
Sets the current temperature analog join to 1.
<setpoint_ajoin>2</setpoint_ajoin>
Sets the setpoint feedback analog join to 2.
<temp_up_djoin>21</temp_up_djoin>
Sets the temperature up digital join to 21.
<temp_down_djoin>22</temp_down_djoin>
Sets the temperature down digital join to 22.
</item>
Indicates the end of the “Climate” item.
</menu>
Indicates the end of the menu structure.