Tool/software: Code Composer Studio
Hi TI Support Team,
I just want to ask about the use of the reportableChange variable that is used for BDB_REPORTING
Below is two example of the variable for reportableChange
uint8_t reportableChange[] = { 0x1, 0x00, 0x00, 0x00 }; // for on/off cluser
uint8_t reportableChange_temp[] = { 0x2C, 0x01, 0x00, 0x00 }; // for temperature monitoring cluster
My question is:
1.) Where can I see the default values for these for different type of cluster?
2.) How can I identify if how much length should I define in BDBREPORTING_MAX_ANALOG_ATTR_SIZE? by default it is set to 4.
Regards,
Jonathan