rpr_server sample
lightbulb_capability_t
is only used within rpr_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rpr_server sample
lightbulb_capability_t
lightbulb_capability_t struct
Some Lightbulb Capability Configuration Options
Syntax
Show:
Summary
Declaration
from
lightbulb.h:241
typedef
struct
{
uint16_t
fades_ms
;
uint16_t
storage_delay_ms
;
lightbulb_mode_t
mode_mask
;
lightbulb_status_storage_cb_t
storage_cb
;
hardware_monitor_user_cb_t
monitor_cb
;
bool
enable_fades
:
1
;
bool
enable_lowpower
:
1
;
bool
enable_status_storage
:
1
;
bool
enable_mix_cct
:
1
;
bool
sync_change_brightness_value
:
1
;
bool
disable_auto_on
:
1
;
}
lightbulb_capability_t
;
Fields
Field
Declared as
lightbulb_capability_t::fades_ms
uint16_t
lightbulb_capability_t::storage_delay_ms
uint16_t
lightbulb_capability_t::mode_mask
lightbulb_mode_t
lightbulb_capability_t::storage_cb
lightbulb_status_storage_cb_t
lightbulb_capability_t::monitor_cb
hardware_monitor_user_cb_t
lightbulb_capability_t::enable_fades
bool
:
1
lightbulb_capability_t::enable_lowpower
bool
:
1
lightbulb_capability_t::enable_status_storage
bool
:
1
lightbulb_capability_t::enable_mix_cct
bool
:
1
lightbulb_capability_t::sync_change_brightness_value
bool
:
1
lightbulb_capability_t::disable_auto_on
bool
:
1
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out