Hi everyone:
I have failed to compile JN-AN-1216-Zigbee-3-0-IoT-ControlBridge note code, as below:
For this, do you have any good Suggestions?
Thanks in advance.
Hi,
Did you add a new cluster in the Control Bridge?
What is the process that you did?
Is that correct the definition that you add 'tsZLO_SensorClusterDefinetion'?
Regards,
Mario
Hi,mario
Sorry, because the code in the SDK has been changed by me, so the name is not correct, resulting in a compilation error
Hi Zhang,
Did you solve your issue?
Could you please provide the process that you did?
Regards,
Mario
Hi Mario,
I solved my issue.
Because of my own mistake,i change the tsZLO_LightSensorDeviceClusterInstances struct to the tsZLO_SensorClusterDefinetion, result in a compilation error,so i'm just going to change the name back to the original(from tsZLO_SensorClusterDefinetion to tsZLO_LightSensorDeviceClusterInstances).