This commit is contained in:
J. Nick Koston 2023-06-09 18:07:26 -05:00
parent d54ab219cf
commit b168e0254e
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ namespace ratgdo {
enum SensorType {
RATGDO_SENSOR_MOTION,
RATGDO_SENSOR_OBSTRUCTION,
RATGDO_SENSOR_MOTOR
RATGDO_SENSOR_MOTOR,
RATGDO_SENSOR_BUTTON
};
class RATGDOBinarySensor : public binary_sensor::BinarySensor, public RATGDOClient, public Component {