Cisco TelePresence SX10 Посібник - Сторінка 21

Переглянути онлайн або завантажити pdf Посібник для Конференц-система Cisco TelePresence SX10. Cisco TelePresence SX10 45 сторінок. In-room control on touch 10
Також для Cisco TelePresence SX10: Посібник з монтажу (8 сторінок), Посібник користувача (26 сторінок), Короткий посібник (2 сторінок), Посібник користувача (34 сторінок), Посібник користувача (29 сторінок), Попередній посібник користувача (9 сторінок), Посібник користувача (38 сторінок), Посібник з монтажу (8 сторінок), Посібник користувача (2 сторінок), Посібник користувача (37 сторінок), Посібник (45 сторінок), Посібник з монтажу (2 сторінок), Посібник користувача (34 сторінок), Посібник користувача (5 сторінок), Посібник користувача (38 сторінок), Посібник користувача (38 сторінок), Посібник для початківців (46 сторінок), Короткий посібник (2 сторінок)

Cisco TelePresence SX10 Посібник
Toggle button
Table of contents
Introduction
A two-state switch which indicates either on or off.
Create a user interface
Events
API for in-room control
Changed
Widgets
Widgets
Command reference
Troubleshooting
Tips and tricks
Examples
In-Room Control on Touch 10
for Cisco TelePresence
MX200 G2, MX300 G2,
MX700, MX800,
SX10, SX20, SX80
Collaboration Endpoint
software version CE8.2
Commands
D15358.02 - JULY 2016
www.cisco.com
The visual appearance of the button changes immediately when you
© 2016 Cisco Systems, Inc.
All rights reserved.
tap it. However, the control system must always send a
command to the video system when the button toggles between on
and off. This ensures that the status is updated accordingly.
on
off
Triggered when the button is released.
Value: <on/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.
Example:
Press "on" on the toggle button with WidgetId =
"togglebutton".
*e UserInterface Extensions Event Changed Signal: "togglebutton:on"
** end
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<Action item="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"
SetValue
21
Terminal mode
XML mode