mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-07 22:03:20 +00:00
button
This commit is contained in:
parent
10a5c563a3
commit
4fbc95b238
@ -54,10 +54,10 @@ namespace ratgdo {
|
||||
const char* motion_state_to_string(MotionState state)
|
||||
{
|
||||
switch (state) {
|
||||
case MOTION_STATE_DETECTED:
|
||||
return "DETECTED";
|
||||
case MOTION_STATE_CLEAR:
|
||||
return "CLEAR";
|
||||
case MOTION_STATE_DETECTED:
|
||||
return "DETECTED";
|
||||
case MOTION_STATE_UNKNOWN:
|
||||
default:
|
||||
return "UNKNOWN";
|
||||
|
Loading…
x
Reference in New Issue
Block a user