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.
31
UserInterface Extensions Widget Action
Sent by the video system when someone uses one of the controls on
the user interface (in-room control panel).
Equivalent to the UserInterface Extensions Event
Type
event.
Depending on the action type, this event it equivalent to the
UserInterface Extensions Event Pressed, UserInterface Extensions
Event Changed, UserInterface Extensions Event Released, or
UserInterface Extensions Event Clicked events.
<Event>
<UserInterface item=”1”>
<Extensions item=”1”>
<Widget ite m =”1”>
<Action item=”1”>
<WidgetId ite m =”1”>
WidgetId</WidgetId>
<Value ite m=”1”>
Value</Value>
<Type item=”1”>
Type</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
where
WidgetId
: String (0, 40)
The unique identifier for the widget that triggered the event.
Value
: String (0, 255)
The value of the widget. The range of allowed values depends
on the widget type.
Type
: <Pressed/Changed/Released/Clicked>
Pressed: Sent when a widget is first pressed.
Changed: Sent when changing a widget’s value (only for toggle
buttons and sliders).
Released: Sent when a widget is released (even if moving the
finger out of the widget before releasing it).
Clicked: Sent when a widget is clicked (pressed and released
without moving the finger out of the widget).
UserInterface Extensions Widget LayoutUpdated
Sent by the video system when the configuration file for the user
interface extensions has been updated, i.e. when exporting a new
configuration from the in-room control editor to the video system.
*e UserInterface Extensions Widget LayoutUpdated
or
<Event>
<UserInterface item=”1”>
<Extensions item=”1”>
<Widget ite m =”1”>
<LayoutUpdated item=”1”/>
</Widget>
</Extensions>
</UserInterface>
</Event>