fix
This commit is contained in:
parent
6b86680acb
commit
98fa6b5d8b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue