mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-07 22:03:20 +00:00
light
This commit is contained in:
parent
dc6f3f503e
commit
fb4bcf5ac1
@ -248,6 +248,8 @@ namespace ratgdo {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
|
||||||
|
|
||||||
fixed = fixed | id;
|
fixed = fixed | id;
|
||||||
|
|
||||||
encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);
|
encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user