This commit is contained in:
J. Nick Koston 2023-07-02 21:45:00 -05:00
parent 877b65be09
commit 64c409cab9
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View File

@ -62,7 +62,7 @@ namespace ratgdo {
traits.set_supports_position(true);
return traits;
}
void RATGDOCover::control(const CoverCall& call)
{
if (call.get_stop()) {

View File

@ -28,7 +28,7 @@ namespace ratgdo {
set_state(state);
}
}
void RATGDOLightOutput::set_state(esphome::ratgdo::LightState state)
{

View File

@ -25,7 +25,6 @@ extern "C" {
#include "ratgdo_state.h"
namespace esphome {
namespace ratgdo {
@ -165,8 +164,7 @@ namespace ratgdo {
void set_rolling_code_counter(uint32_t code);
void save_rolling_code_counter();
// door
// door
void door_command(uint32_t data);
void toggle_door();
void open_door();