cleanups
This commit is contained in:
parent
e41b574b9d
commit
811f6d3e25
|
@ -199,6 +199,8 @@ namespace ratgdo {
|
||||||
} else if (cmd == 0x285) {
|
} else if (cmd == 0x285) {
|
||||||
motion = 1; // toggle bit
|
motion = 1; // toggle bit
|
||||||
ESP_LOGD(TAG, "Motion: %d (toggle)", motion);
|
ESP_LOGD(TAG, "Motion: %d (toggle)", motion);
|
||||||
|
} else {
|
||||||
|
ESP_LOGD(TAG, "Unknown command: %04x", cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue