Integrate pull request #54

This commit is contained in:
Robert Strouse 2023-05-30 08:01:52 -07:00
parent a67b8401d5
commit 5313e5d249
3 changed files with 1 additions and 1 deletions

View file

@ -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.