Data structure of the descriptor_status event.
Public Attribute Documentation#
client_address#
uint16_t sl_btmesh_evt_sensor_client_descriptor_status_s::client_address
Destination client model address
elem_index#
uint16_t sl_btmesh_evt_sensor_client_descriptor_status_s::elem_index
Client model element index
server_address#
uint16_t sl_btmesh_evt_sensor_client_descriptor_status_s::server_address
Source server model address
appkey_index#
uint16_t sl_btmesh_evt_sensor_client_descriptor_status_s::appkey_index
The application key index to use.
descriptors#
uint8array sl_btmesh_evt_sensor_client_descriptor_status_s::descriptors
One or more Sensor Descriptor states (N times 8 bytes) As a reply to a Get message referencing a sensor that does not exist, the array contains only the requested Property ID. Format of the Descriptor state is as follows:
Property ID, 16 bits
Sensor Positive Tolerance, 12 bits
Sensor Negative Tolerance, 12 bits
Sensor Sampling Function, 8 bits
Sensor Measurement Period, 8 bits
Sensor Update Interval, 8 bits {/ul>