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

Description

Temperature Range Set Data structure exchanged between the application and Light CTL Temperature Model.

Data Fields

uint16_t min_level
 The value of the Light Temperature Min field of the Light CTL Temperature Range state. More...
 
uint16_t max_level
 The value of the Light Lightness Max field of the Light Lightness Range state. More...
 

Field Documentation

◆ min_level

uint16_t wiced_bt_mesh_light_ctl_temperature_range_data_t::min_level

The value of the Light Temperature Min field of the Light CTL Temperature Range state.

◆ max_level

uint16_t wiced_bt_mesh_light_ctl_temperature_range_data_t::max_level

The value of the Light Lightness Max field of the Light Lightness Range state.