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.
21
Toggle button
on off
A two-state switch which indicates either on or off.
Example of use: Anything that can be turned on or off, for example
lights, fan, and projector. You can use a toggle button together with a
slider for lights that can be dimmed.
Events
Changed Triggered when the button is released.
Value: <on/off>
Commands
The visual appearance of the button changes immediately when you
tap it. However, the control system must always send a
SetValue
command to the video system when the button toggles between on
and off. This ensures that the status is updated accordingly.
Example: Press "on" on the toggle button with WidgetId =
"togglebutton".
Terminal mode
*e UserInterface Extensions Event Changed Signal: "togglebutton:on"
** end
XML mode
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget ite m ="1">
<Action ite m="1">
<WidgetId item="1">togglebutton</WidgetId>
<Value item="1">on</Value>
<Type item="1">changed</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Example: Set the button with WidgetId = "togglebutton" to "on".
xCommand UserInterface Extensions Widget SetValue
WidgetId: "togglebutton" Value: "on"