This commit is contained in:
J. Nick Koston 2023-06-07 21:41:51 -05:00
parent 9045b22398
commit 7b86803f4c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ namespace ratgdo {
MOTOR_STATE_OFF = 0,
MOTOR_STATE_ON = 1,
};
const char* motor_state_to_string(MotorState state);
} // namespace ratgdo
} // namespace esphome