Cisco TelePresence MX700 Manuel - Sayfa 21

Konferans Sistemi Cisco TelePresence MX700 için çevrimiçi göz atın veya pdf Manuel indirin. Cisco TelePresence MX700 45 sayfaları. Single camera on a free standing floor stand or a floor stand secured to the wall
Ayrıca Cisco TelePresence MX700 için: Kurulum Kılavuzu (32 sayfalar), Hızlı Başlangıç Kılavuzu (12 sayfalar), Kurulum Kılavuzu (28 sayfalar), Kurulum Kılavuzu (29 sayfalar), Kurulum Kılavuzu (32 sayfalar), Hızlı Referans Kılavuzu (2 sayfalar), Manuel (45 sayfalar), Kurulum Kılavuzu (29 sayfalar), Hızlı Referans Kılavuzu (2 sayfalar), Hızlı Referans Kılavuzu (2 sayfalar), Başlangıç Kılavuzu (46 sayfalar)

Cisco TelePresence MX700 Manuel
Toggle button
Table of contents
on
Introduction
A two-state switch which indicates either on or off.
Create a user interface
API for in-room control
Events
Changed
Widgets
Widgets
Command reference
Troubleshooting
Tips and tricks
Examples
Commands
The visual appearence of the button changes immediately when you tap it.
D15358.01 APRIL 2016
However, the control system must always send a
Collaboration Endpoint software
version 8.1
video system when the button toggles between on and off. This ensures that
© 2016 Cisco Systems, Inc.
the status is updated accordingly.
All rights reserved.
off
Triggered when the button is released.
Value: <on/off>
SetValue
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:
*e UserInterface Extensions Event Changed Signal: "togglebutton:on"
** end
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
</Widget>
</Extensions>
</UserInterface>
</Event>
Example:
xCommand UserInterface Extensions Widget SetValue
command to the
WidgetId: "togglebutton" Value: "on"
21
Press "on" on the toggle button with WidgetId = "togglebutton".
Terminal mode
XML mode
<Action item="1">
<WidgetId item="1">togglebutton</WidgetId>
<Value item="1">on</Value>
<Type item="1">changed</Type>
</Action>
Set the button with WidgetId = "togglebutton" to "on".