button
This commit is contained in:
parent
d54ab219cf
commit
b168e0254e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue