Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK
Hello team, my customer needs to change the Zone ID parameter inside MAC payload. what`s the best way to change this parameter from SW?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello team, my customer needs to change the Zone ID parameter inside MAC payload. what`s the best way to change this parameter from SW?
Hello Raul,
I assume they are using the ZC Zone example application from the SIMPLELINK-CC13X2-26X2-SDK v4.30, have them modify the zclSampleZone_ZoneId variable. Note that it should be written to the IAS_ZONE_NV_ID location as well.
Regards,
Ryan
CIE devices use the zoneID provided by the incoming Zone Enroll Request, refer to zclSampleCIE_EnrollRequestCB of zcl_samplecie.c, and there is no application NV memory stored for this device type.
Regards,
Ryan