This commit is contained in:
J. Nick Koston 2023-06-07 20:18:32 -05:00
parent e41b574b9d
commit 811f6d3e25
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ namespace ratgdo {
} else if (cmd == 0x285) {
motion = 1; // toggle bit
ESP_LOGD(TAG, "Motion: %d (toggle)", motion);
} else {
ESP_LOGD(TAG, "Unknown command: %04x", cmd);
}
}