unprov_dev sample
lightbulb_get_switch()
is only used within unprov_dev 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
unprov_dev sample
lightbulb_get_switch()
lightbulb_get_switch() function
Get on/off status
Syntax
Show:
Summary
Declaration
Definition
from
lightbulb.h:614
bool
lightbulb_get_switch
(
void
)
;
Implemented in
lightbulb.c:1219
Return value
true on false off
Examples
References
from
examples
Code
Location
bool
lightbulb_get_switch
(
void
)
lightbulb.c:1219
bool
lightbulb_get_switch
(
void
)
;
lightbulb.h:614
Call Tree
from
examples
lightbulb_get_switch()
calls 4 functions:
All items filtered out
lightbulb_get_switch()
xQueueTakeMutexRecursive()
xQueueGiveMutexRecursive()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
lightbulb_get_switch()
reads 12 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
lightbulb_status_t::on
lightbulb_capability_t::mode_mask
TAG
lightbulb_obj_t::status
lightbulb_obj_t::cap
lightbulb_obj_t::mutex
s_lb_obj
All items filtered out
lightbulb_get_switch()
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