Bluetooth LE Mesh Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_mesh_sensor_config_cadence_t Struct Reference

Description

Defines Configuration of Sensor Cadence in the structure between the application and the Sensor Model.

Data Fields

uint16_t fast_cadence_period_divisor
 Divisor for the Publish Period.
 
wiced_bool_t trigger_type_percentage
 If true, the delta down/up are percentage, otherwise native values.
 
uint32_t trigger_delta_down
 Delta down value that triggers a status message.
 
uint32_t trigger_delta_up
 Delta up value that triggers a status message.
 
uint32_t min_interval
 Minimum interval between two consecutive Status messages.
 
uint32_t fast_cadence_low
 Low value for the fast cadence range.
 
uint32_t fast_cadence_high
 High value for the fast cadence range.