1.9.2 Create Zone

Enter the command to create a new Zone (group). Defined by the Name, ParentSpeakerGroupId, Flags and Volume. SpeakerGroupId is 0x0.

Request

<msg Id="CTI_NSPK_SET_SPEAKER_GROUP_REQ">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_NSPK_IE_SPEAKER_GROUP SpeakerGroupId="0" Name="My zone new" ParentSpeakerGroupId="0xFFFFFFFF" Flags="0x0"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_SPEAKER_GROUP_CONF">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_IE_RESULT Result="OK"/>
</msg>