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.
23
Events
Pressed Triggered when one of the spinner buttons is pressed
Value: <increment/decrement>
Released Triggered when one of the spinner buttons is released
Value: <increment/decrement>
Clicked Triggered when one of the spinner buttons is released
Value: <increment/decrement>
Commands
Use the
SetValue
command to add or update the text between the
two buttons.
Example: Press and release the decrement button of the spinner with
WidgetId = "spinner".
Terminal mode
*e UserInterface Extensions Event Pressed Signal: "spinner:decrement"
** end
*e UserInterface Extensions Event Released Signal: "spinner:decrement"
** end
*e UserInterface Extensions Event Clicked Signal: "spinner:decrement"
** end
XML mode
.
.
.
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget ite m ="1">
<Action ite m="1">
<WidgetId item="1">spinner</WidgetId>
<Value item="1">decrement</Value>
<Type item="1">clicked</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Example: For the spinner with WidgetId = "spinner", add the text "22"
between the spinner's increment and decrement buttons.
xCommand UserInterface Extensions Widget SetValue WidgetId: "spinner"
Value: "22"
Spinner
Aa...
Example of use: Set the desired temperature in the room.
A spinner is used to step through a list of values. You may use the two
buttons to increment or decrement a number, or to step through a list of
options.
Use the
SetValue
command to add text between the buttons.