|
ESPHome 2025.12.0-dev
|
#include <bedjet_child.h>
Public Member Functions | |
| virtual void | on_status (const BedjetStatusPacket *data)=0 |
| virtual void | on_bedjet_state (bool is_ready)=0 |
Public Member Functions inherited from esphome::Parented< BedJetHub > | |
| Parented () | |
| Parented (BedJetHub *parent) | |
| BedJetHub * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (BedJetHub *parent) |
| Set the parent of this object. | |
Protected Member Functions | |
| virtual std::string | describe ()=0 |
Protected Attributes | |
| friend | BedJetHub |
Protected Attributes inherited from esphome::Parented< BedJetHub > | |
| BedJetHub * | parent_ |
Definition at line 12 of file bedjet_child.h.
|
protectedpure virtual |
Implemented in esphome::bedjet::BedJetClimate, esphome::bedjet::BedJetFan, and esphome::bedjet::BedjetSensor.
|
pure virtual |
Implemented in esphome::bedjet::BedJetClimate, esphome::bedjet::BedJetFan, and esphome::bedjet::BedjetSensor.
|
pure virtual |
Implemented in esphome::bedjet::BedJetClimate, esphome::bedjet::BedJetFan, and esphome::bedjet::BedjetSensor.
|
protected |
Definition at line 18 of file bedjet_child.h.