nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Light Temperature Server model

API for the Light CTL Temperature Server model. More...

Data Structures

struct  bt_mesh_light_temp_srv_handlers
 
struct  bt_mesh_light_temp_srv
 

Macros

#define BT_MESH_LIGHT_TEMP_SRV_INIT(_handlers)
 Initialization parameters for a Light Temperature Server model instance.
 
#define BT_MESH_MODEL_LIGHT_TEMP_SRV(_srv, ...)
 Light CTL Temperature Server model composition data entry.
 
#define BT_MESH_LIGHT_CTL_TEMP_RANGE_METADATA_ID   0x0004
 
#define BT_MESH_LIGHT_CTL_TEMP_RANGE_METADATA(range_min, range_max)
 

Functions

int bt_mesh_light_temp_srv_pub (struct bt_mesh_light_temp_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp_status *status)
 Publish the current CTL Temperature status.
 

Detailed Description

API for the Light CTL Temperature Server model.