Cisco Telepresence MX800 매뉴얼 - 페이지 21

{카테고리_이름} Cisco Telepresence MX800에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco Telepresence MX800 45 페이지. Wall-mounted mx800 single
Cisco Telepresence MX800에 대해서도 마찬가지입니다: 빠른 시작 매뉴얼 (12 페이지), 설치 매뉴얼 (16 페이지), 교체 매뉴얼 (46 페이지), 교체 매뉴얼 (47 페이지), 설치 매뉴얼 (30 페이지), 예비 부품 (24 페이지), 설치 매뉴얼 (16 페이지), 빠른 참조 매뉴얼 (2 페이지), 매뉴얼 (45 페이지), 빠른 참조 매뉴얼 (2 페이지), 빠른 참조 매뉴얼 (2 페이지), 시작하기 매뉴얼 (46 페이지)

Cisco Telepresence MX800 매뉴얼
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".