mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Integrate pull request #54
This commit is contained in:
parent
a67b8401d5
commit
5313e5d249
3 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ void somfy_frame_t::decodeFrame(byte* frame) {
|
||||||
break;
|
break;
|
||||||
case somfy_commands::Status:
|
case somfy_commands::Status:
|
||||||
this->rollingCode = 0;
|
this->rollingCode = 0;
|
||||||
this->status = decoded[3];
|
this->status = static_cast<somfy_status_t>(decoded[3]);
|
||||||
break;
|
break;
|
||||||
case somfy_commands::UnknownC:
|
case somfy_commands::UnknownC:
|
||||||
case somfy_commands::UnknownD:
|
case somfy_commands::UnknownD:
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue