I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234
. The message is sent from the server side but does not trigger the callback on the client side. What changes need to be made?