esphome/esphome/components/at581x/switch/rf_switch.cpp

13 lines
222 B
C++

#include "rf_switch.h"
namespace esphome {
namespace at581x {
void RFSwitch::write_state(bool state) {
this->publish_state(state);
this->parent_->set_rf_mode(state);
}
} // namespace at581x
} // namespace esphome