In-Room Control on Touch10
for Cisco TelePresence
MX200 G2, MX300 G2,
MX700, MX800,
SX10, SX20, SX80
Collaboration Endpoint
software version CE8.2
D15358.02 - JULY 2016
www.cisco.com
© 2016 Cisco Systems, Inc.
All rights reserved.
25
Events
Pressed Triggered when the button is pressed
Value: N/A
Released Triggered when the button is released
Value: N/A
Clicked Triggered when the button is released
Value: N/A
Commands
Use the
SetValue
command to highlight or not the button in the user
interface. A value of
"active"
will highlight the button, and a value of
"inactive"
will release it.
Example: Press and release the button with WidgetId = "symbol".
Terminal mode
*e UserInterface Extensions Event Pressed Signal: "symbol"
** end
*e UserInterface Extensions Event Released Signal: "symbol"
** end
*e UserInterface Extensions Event Clicked Signal: "symbol"
** end
XML mode
.
.
.
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget ite m ="1">
<Action ite m="1">
<WidgetId item="1">symbol</WidgetId>
<Value item="1"></Value>
<Type item="1">clicked</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Example: Highlight the button with WidgetId = "symbol" (set it in
active state)
xCommand UserInterface Extensions Widget SetValue WidgetId: "symbol"
Value: "active"
Button with symbol
inactive
active
Example of use: Controls for a media player, or other devices that
can start, stop, pause.
There are buttons with different symbols under the Icons tab in the
library. Such a button has similar behavior as a button with custom
text.
A button has two states: active and inactive. You do not have to set
the button in active state when someone taps it; the button can be
used to just send a signal without changing its visual state.