CRESTRON-APP-SSTV
Control App for Samsung SMART TV
Operations & Installation Guide – DOC. 7594A Control App for Samsung SMART TV: CRESTRON-APP-SSTV
•
15
•
HVAC Item
“Main Menu” Screen with Submenu Showing HVAC Control
An HVAC item looks like a standard button but displays an HVAC control
object when selected. If the user has selected an HVAC item, pressing “up”
on the TV remote’s navigation pad triggers the <temp_up_djoin> for as
long as the button is pressed. Likewise, pressing “down” triggers the
<temp_down_djoin> for as long as the button is pressed.
To create and configure an HVAC item in a main menu item, add the
following syntax within a main menu item’s “item” tags where
XXXX
is a
text label that is displayed on the button,
YY
is a digital join assigned in the
control system program, and
ZZ
is an analog join assigned in the control
system program
<item type="hvac">
<label>XXXX</label>
<current_temp_ajoin>ZZ</current_temp_ajoin>
<setpoint_ajoin>ZZ</setpoint_ajoin>
<temp_up_djoin>YY</temp_up_djoin>
<temp_down_djoin>YY</temp_down_djoin>
</item>
Settings
In addition to the in-app settings described in “Configure the App on the TV” on
page 3, additional settings can be configured in the “settings” tags of the XML file
for further customization.
PIN Number
A Personal Identification Number (PIN) can be assigned in the XML file to prevent
accidental changes to the in-app settings. To use a PIN to protect the in-app settings,
add the following syntax within the “settings” tags where
YYYY
is a 4-digit number.
<pin>YYYY</pin>