Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 8, 2024
1 parent da7948f commit bb4f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/z-stack/adapter/zStackAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class ZStackAdapter extends Adapter {
disableResponse: boolean,
): Promise<ZdoTypes.RequestToResponseMap[K] | void> {
// @ts-expect-error TODO fix
return await this.sendZdoInternal(ieeeAddress, networkAddress, clusterId, payload, disableResponse, true);
return await this.sendZdoInternal(ieeeAddress, networkAddress, clusterId, payload, disableResponse, false);
}

private async sendZdoInternal(
Expand Down

0 comments on commit bb4f1d8

Please sign in to comment.