Bluetooth LE Mesh Library
wiced_bt_mesh_sensor_column_status_data_t Struct Reference

Description

Sensor Column status structure exchanged between the application and the Sensor Model.

Data Fields

uint16_t property_id
 Property identifying a sensor and the Y axis.
 
uint8_t prop_value_len
 Length of the raw_value corresponding to property_id.
 
wiced_bool_t is_column_present
 boolean value indicating if the column width is present in the message
 
wiced_bt_mesh_sensor_column_data_t column_data
 Data field of column status.