ESP-IDF
esp_ble_mesh_light_hsl_default_set_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_light_hsl_default_set_t
esp_ble_mesh_light_hsl_default_set_t struct
Parameters of Light HSL Default Set
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:197
typedef
struct
{
uint16_t
lightness
;
uint16_t
hue
;
uint16_t
saturation
;
}
esp_ble_mesh_light_hsl_default_set_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_light_hsl_default_set_t::lightness
uint16_t
Value of light lightness default state.
esp_ble_mesh_light_hsl_default_set_t::hue
uint16_t
Value of light hue default state.
esp_ble_mesh_light_hsl_default_set_t::saturation
uint16_t
Value of light saturation default state.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_lighting_model_api.h:197
}
esp_ble_mesh_light_hsl_default_set_t
;
esp_ble_mesh_lighting_model_api.h:201
esp_ble_mesh_light_hsl_default_set_t
esp_ble_mesh_light_hsl_default_set_t
hsl_default_set
;
/*!< For ESP_BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_SET & ESP_BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_SET_UNACK */
esp_ble_mesh_lighting_model_api.h:289
esp_ble_mesh_light_client_set_state_t
esp_ble_mesh_light_client_set_state_t::hsl_default_set
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_ble_mesh_light_client_set_state_t::hsl_default_set
esp_ble_mesh_light_client_set_state_t
esp_ble_mesh_lighting_model_api.h:289
Lifecycle
from
examples
All items filtered out
All items filtered out