This commit is contained in:
J. Nick Koston 2023-06-05 19:16:11 -05:00
parent 6b86680acb
commit 98fa6b5d8b
No known key found for this signature in database
1 changed files with 30 additions and 27 deletions

View File

@ -212,6 +212,9 @@ namespace ratgdo {
}else if(strcmp(command,"light") == 0){
fixed = 0x200000000;
data = 0x00009281;
}else if(strcmp(command,"lock") == 0){
fixed = 0x0100000000;
data = 0x0000728c;
} else {
ESP_LOGD(TAG, "ERROR: Invalid command");
return;