|
| EngineeringModeSwitch ()=default |
|
| Switch () |
|
void | publish_state (bool state) |
| Publish a state to the front-end from the back-end. More...
|
|
void | turn_on () |
| Turn this switch on. More...
|
|
void | turn_off () |
| Turn this switch off. More...
|
|
void | toggle () |
| Toggle this switch. More...
|
|
void | set_inverted (bool inverted) |
| Set whether the state should be treated as inverted. More...
|
|
void | add_on_state_callback (std::function< void(bool)> &&callback) |
| Set callback for state changes. More...
|
|
optional< bool > | get_initial_state () |
| Returns the initial state of the switch, as persisted previously, or empty if never persisted. More...
|
|
optional< bool > | get_initial_state_with_restore_mode () |
| Returns the initial state of the switch, after applying restore mode rules. More...
|
|
virtual bool | assumed_state () |
| Return whether this switch uses an assumed state - i.e. More...
|
|
bool | is_inverted () const |
|
void | set_restore_mode (SwitchRestoreMode restore_mode) |
|
const StringRef & | get_name () const |
|
void | set_name (const char *name) |
|
bool | has_own_name () const |
|
std::string | get_object_id () const |
|
void | set_object_id (const char *object_id) |
|
uint32_t | get_object_id_hash () |
|
bool | is_internal () const |
|
void | set_internal (bool internal) |
|
bool | is_disabled_by_default () const |
|
void | set_disabled_by_default (bool disabled_by_default) |
|
EntityCategory | get_entity_category () const |
|
void | set_entity_category (EntityCategory entity_category) |
|
std::string | get_icon () const |
|
void | set_icon (const char *icon) |
|
std::string | get_device_class () |
| Get the device class, using the manual override if set. More...
|
|
void | set_device_class (const char *device_class) |
| Manually set the device class. More...
|
|
| Parented () |
|
| Parented (LD2410Component *parent) |
|
LD2410Component * | get_parent () const |
| Get the parent of this object. More...
|
|
void | set_parent (LD2410Component *parent) |
| Set the parent of this object. More...
|
|