| <?xml version="1.0"?> |
| <!--
|
| Copyright (C) Connectivity Standards Alliance (2021). All rights reserved.
|
| The information within this document is the property of the Connectivity
|
| Standards Alliance and its use and disclosure are restricted, except as
|
| expressly set forth herein.
|
|
|
| Connectivity Standards Alliance hereby grants you a fully-paid, non-exclusive,
|
| nontransferable, worldwide, limited and revocable license (without the right to
|
| sublicense), under Connectivity Standards Alliance's applicable copyright
|
| rights, to view, download, save, reproduce and use the document solely for your
|
| own internal purposes and in accordance with the terms of the license set forth
|
| herein. This license does not authorize you to, and you expressly warrant that
|
| you shall not: (a) permit others (outside your organization) to use this
|
| document; (b) post or publish this document; (c) modify, adapt, translate, or
|
| otherwise change this document in any manner or create any derivative work
|
| based on this document; (d) remove or modify any notice or label on this
|
| document, including this Copyright Notice, License and Disclaimer. The
|
| Connectivity Standards Alliance does not grant you any license hereunder other
|
| than as expressly stated herein.
|
|
|
| Elements of this document may be subject to third party intellectual property
|
| rights, including without limitation, patent, copyright or trademark rights,
|
| and any such third party may or may not be a member of the Connectivity
|
| Standards Alliance. Connectivity Standards Alliance members grant other
|
| Connectivity Standards Alliance members certain intellectual property rights as
|
| set forth in the Connectivity Standards Alliance IPR Policy. Connectivity
|
| Standards Alliance members do not grant you any rights under this license. The
|
| Connectivity Standards Alliance is not responsible for, and shall not be held
|
| responsible in any manner for, identifying or failing to identify any or all
|
| such third party intellectual property rights. Please visit www.csa-iot.org for
|
| more information on how to become a member of the Connectivity Standards
|
| Alliance.
|
|
|
| This document and the information contained herein are provided on an “AS IS”
|
| basis and the Connectivity Standards Alliance DISCLAIMS ALL WARRANTIES EXPRESS
|
| OR IMPLIED, INCLUDING BUT NOT LIMITED TO (A) ANY WARRANTY THAT THE USE OF THE
|
| INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OF THIRD PARTIES (INCLUDING
|
| WITHOUT LIMITATION ANY INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENT, COPYRIGHT
|
| OR TRADEMARK RIGHTS); OR (B) ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
|
| FOR A PARTICULAR PURPOSE, TITLE OR NONINFRINGEMENT. IN NO EVENT WILL THE
|
| CONNECTIVITY STANDARDS ALLIANCE BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF
|
| BUSINESS, LOSS OF USE OF DATA, INTERRUPTION OF BUSINESS, OR FOR ANY OTHER
|
| DIRECT, INDIRECT, SPECIAL OR EXEMPLARY, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL
|
| DAMAGES OF ANY KIND, IN CONTRACT OR IN TORT, IN CONNECTION WITH THIS DOCUMENT
|
| OR THE INFORMATION CONTAINED HEREIN, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
| LOSS OR DAMAGE.
|
|
|
| All company, brand and product names in this document may be trademarks that
|
| are the sole property of their respective owners.
|
|
|
| This notice and disclaimer must be included on all copies of this document.
|
|
|
| Connectivity Standards Alliance
|
| 508 Second Street, Suite 206
|
| Davis, CA 95616, USA
|
|
|
| :xrefstyle: basic
|
| --> |
| <cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="0x0509" name="Keypad Input" revision="1"> |
| <revisionHistory> |
| <revision revision="1" summary="Initial Release"/> |
| </revisionHistory> |
| <clusterIds> |
| <clusterId id="0x0509" name="Keypad Input"/> |
| </clusterIds> |
| <classification hierarchy="base" role="application" picsCode="KEYPADINPUT" scope="Endpoint"/> |
| <features> |
| <feature bit="0" code="NV" name="NavigationKeyCodes" summary="Supports UP, DOWN, LEFT, RIGHT, SELECT, BACK, EXIT, MENU"> |
| <optionalConform/> |
| </feature> |
| <feature bit="1" code="LK" name="LocationKeys" summary="Supports CEC keys 0x0A (Settings) and 0x09 (Home)"> |
| <optionalConform/> |
| </feature> |
| <feature bit="2" code="NK" name="NumberKeys" summary="Supports numeric input 0..9"> |
| <optionalConform/> |
| </feature> |
| </features> |
| <dataTypes> |
| <enum name="CecKeyCodeEnum"> |
| <item value="0x00" name="Select"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x0A" name="SetupMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x0B" name="ContentsMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x0C" name="FavoriteMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x0D" name="Exit"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x01" name="Up"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x1D" name="NumberEntryMode"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x1E" name="Number11"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x1F" name="Number12"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x02" name="Down"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x2A" name="Dot"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x2B" name="Enter"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x2C" name="Clear"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x2F" name="NextFavorite"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x03" name="Left"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x04" name="Right"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4A" name="Eject"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4B" name="Forward"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4C" name="Backward"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4D" name="StopRecord"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4E" name="PauseRecord"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x4F" name="Reserved"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x05" name="RightUp"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x06" name="RightDown"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x6A" name="SelectAudioInputFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x6B" name="PowerToggleFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x6C" name="PowerOffFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x6D" name="PowerOnFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x07" name="LeftUp"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x08" name="LeftDown"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x09" name="RootMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x10" name="MediaTopMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x11" name="MediaContextSensitiveMenu"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x20" name="Number0OrNumber10"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x21" name="Numbers1"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x22" name="Numbers2"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x23" name="Numbers3"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x24" name="Numbers4"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x25" name="Numbers5"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x26" name="Numbers6"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x27" name="Numbers7"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x28" name="Numbers8"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x29" name="Numbers9"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x30" name="ChannelUp"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x31" name="ChannelDown"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x32" name="PreviousChannel"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x33" name="SoundSelect"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x34" name="InputSelect"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x35" name="DisplayInformation"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x36" name="Help"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x37" name="PageUp"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x38" name="PageDown"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x40" name="Power"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x41" name="VolumeUp"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x42" name="VolumeDown"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x43" name="Mute"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x44" name="Play"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x45" name="Stop"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x46" name="Pause"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x47" name="Record"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x48" name="Rewind"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x49" name="FastForward"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x50" name="Angle"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x51" name="SubPicture"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x52" name="VideoOnDemand"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x53" name="ElectronicProgramGuide"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x54" name="TimerProgramming"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x55" name="InitialConfiguration"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x56" name="SelectBroadcastType"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x57" name="SelectSoundPresentation"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x60" name="PlayFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x61" name="PausePlayFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x62" name="RecordFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x63" name="PauseRecordFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x64" name="StopFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x65" name="MuteFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x66" name="RestoreVolumeFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x67" name="TuneFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x68" name="SelectMediaFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x69" name="SelectAvInputFunction"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x71" name="F1Blue"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x72" name="F2Red"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x73" name="F3Green"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x74" name="F4Yellow"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x75" name="F5"> |
| <mandatoryConform/> |
| </item> |
| <item value="0x76" name="Data"> |
| <mandatoryConform/> |
| </item> |
| </enum> |
| <enum name="StatusEnum"> |
| <item value="0" name="Success" summary="Succeeded"> |
| <mandatoryConform/> |
| </item> |
| <item value="1" name="UnsupportedKey" summary="Key code is not supported."> |
| <mandatoryConform/> |
| </item> |
| <item value="2" name="InvalidKeyInCurrentState" summary="Requested key code is invalid in the context of the responder's current state."> |
| <mandatoryConform/> |
| </item> |
| </enum> |
| </dataTypes> |
| <commands> |
| <command id="0x00" name="SendKey" direction="commandToServer" response="SendKeyResponse"> |
| <access invokePrivilege="operate"/> |
| <mandatoryConform/> |
| <field id="0" name="KeyCode" type="CecKeyCodeEnum"> |
| <mandatoryConform/> |
| </field> |
| </command> |
| <command id="0x01" name="SendKeyResponse" direction="responseFromServer"> |
| <mandatoryConform/> |
| <field id="0" name="Status" type="StatusEnum"> |
| <mandatoryConform/> |
| </field> |
| </command> |
| </commands> |
| </cluster> |