-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVoiceOverZigbee.xml
58 lines (58 loc) · 2.09 KB
/
VoiceOverZigbee.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<!--
Zigbee Alliance owns the copyright to the text and content displayed or
included in this document (including in PDF, XML files and other formats) in
all forms of media, which copyright is protected by the copyright laws of the
United States and by international treaties. Full text of licensing terms
applicable to this document can be found in the LICENSE.md file.
-->
<zcl:cluster xmlns:zcl="http://zigbee.org/zcl/clusters"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:type="http://zigbee.org/zcl/types"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:schemaLocation="http://zigbee.org/zcl/clusters cluster.xsd http://zigbee.org/zcl/types type.xsd"
id="0904" revision="0" name="Voice Over ZigBee">
<classification role="application" picsCode="VOZ" primaryTransaction="" />
<server>
<attributes />
<commands>
<command id="00" name="EstablishmentRequest" required="true" />
<command id="01" name="VoiceTransmission" required="true">
<fields>
<field name="VoiceData" type="-" />
</fields>
</command>
<command id="02" name="VoiceTransmissionCompletion">
<fields>
<field name="ZCLHeader" type="-" />
</fields>
</command>
<command id="03" name="ControlResponse">
<fields>
<field name="ACK=0x01NAK=0x00" type="enum8" />
</fields>
</command>
</commands>
</server>
<client>
<commands>
<command id="00" name="EstablishmentResponse" required="true">
<fields>
<field name="ACK=0x01NAK=0x00" type="enum8" />
<field name="CodecType" type="enum8" />
</fields>
</command>
<command id="01" name="VoiceTransmissionResponse" required="true">
<fields>
<field name="SequenceNumberOfZCLHeader" type="uint8" />
<field name="ErrorFlag" type="enum8" />
</fields>
</command>
<command id="02" name="Control">
<fields>
<field name="ControlType" type="enum8" />
</fields>
</command>
</commands>
</client>
</zcl:cluster>