mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 02:52:12 +02:00
Merge b32432e013 into eb75868adb
This commit is contained in:
commit
5edb9973dc
1 changed files with 2 additions and 2 deletions
|
|
@ -156,9 +156,9 @@ void somfy_frame_t::decodeFrame(byte* frame) {
|
|||
this->proto = radio_proto::RTV;
|
||||
this->cmd = (somfy_commands)(this->encKey - 148);
|
||||
}
|
||||
else if(this->encKey > 133) {
|
||||
else if(this->encKey > 132) {
|
||||
this->proto = radio_proto::RTW;
|
||||
this->cmd = (somfy_commands)(this->encKey - 133);
|
||||
this->cmd = (somfy_commands)(this->encKey - 132);
|
||||
}
|
||||
}
|
||||
else this->proto = radio_proto::RTS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue