Hello All,
I am facing an issue in nrf52840 development kit used as nrf Mesh sensor.
Issue details:
1. From the mobile application, we are setting the publish period to 60000ms using ConfigModelPublicationSet() and it is working fine , we observed in the logs of the sensor firmware (refer:NotSetCadence)NotSetCadence.log
Payload used:
ConfigModelPublicationSet(elementAddress: 90, modelIdentifier: 4352, companyIdentifier: nil, publish: 0xC001 using App Key Index: 0, ttl: 7, flag: false, period: 1 min, retransmit: Disabled) to: 0057
2.From the mobile application when we are setting cadence using SensorCadenceSet, we are setting the publish period to 60000ms and it is send to sensor as 15000ms , we observed in the logs of the sensor firmware (refer:SetCadence)SetCadence.log
Payload used
SensorCadenceSet(property: Precise Present Ambient Temperature, cadence: x.SensorCadence(fastCadencePeriodDivisor: 1, statusTriggerType: 0, statusTriggerDelta: x.SensorCadence.StatusTriggerDelta.values(down: 0.10 °C, up: 0.10 °C), statusMinIntervalValue: 11, fastCadenceLow: -40.00 °C, fastCadenceHigh: 125.00 °C))
We are unable to identify from where the publish interval is getting changed and is set 4x times faster.