Skip to content

Commit

Permalink
Cmd Tuya regression (cmd-tuyaEF00)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Nov 6, 2024
1 parent b834144 commit dcc5480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions core/class/AbeilleCmdProcess.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4955,9 +4955,7 @@ function processCmd($Command) {
$fcf = "11"; // Frame Control Field
$sqn = $this->genSqn();
$cmdId = "00"; // TY_DATA_REQUEST, 0x00, The gateway sends data to the Zigbee module.
// cmdLog2('debug', $addr, ' BEN: Command : '.json_encode($Command) );
$dp = tuyaCmd2Dp($Command);
// cmdLog2('debug', $addr, ' BEN: dp : '.json_encode($dp) );
$dp = tuyaCmd2Dp($Command['cmdParams']);
if ($dp === false) {
return;
}
Expand Down
2 changes: 2 additions & 0 deletions docs/fr_FR/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

- Correction: Regression sur envoie cmdes Tuya (2467).

## 241104-STABLE-1, 241104-BETA-1

**Mise-à-jour de modèles**
Expand Down

0 comments on commit dcc5480

Please sign in to comment.