- ページ 21

会議システム Cisco TelePresence MX700のPDF マニュアルをオンラインで閲覧またはダウンロードできます。Cisco TelePresence MX700 45 ページ。 Single camera on a free standing floor stand or a floor stand secured to the wall
Cisco TelePresence MX700 にも: インストレーション・マニュアル (32 ページ), クイック・スタート・マニュアル (12 ページ), インストレーション・マニュアル (28 ページ), インストレーション・マニュアル (29 ページ), インストレーション・マニュアル (32 ページ), クイック・リファレンス・マニュアル (2 ページ), マニュアル (45 ページ), インストレーション・マニュアル (29 ページ), クイック・リファレンス・マニュアル (2 ページ), クイック・リファレンス・マニュアル (2 ページ), スタートマニュアル (46 ページ)

Cisco TelePresence MX700 マニュアル
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