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

Description

Lightness Range Status Data structure exchanged between the application and Generic Power Level Model.

Data Fields

uint16_t min_level
 The value of the Light Lightness Min field of the Light Lightness 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_lightness_range_set_data_t::min_level

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

◆ max_level

uint16_t wiced_bt_mesh_light_lightness_range_set_data_t::max_level

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