Skip to content

Commit

Permalink
schneider: fix getNetworkParameters() call (Koenkk#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
filips authored Apr 9, 2022
1 parent 88b7c51 commit 136d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/schneider_electric.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const fzLocal = {

if (rxAfterTx) {
// Send Schneider specific ACK to make PowerTag happy
const networkParameters = await msg.device.zh.getNetworkParameters();
const networkParameters = await msg.device.zh.constructor.adapter.getNetworkParameters();
const payload = {
options: 0b000,
tempMaster: msg.data.gppNwkAddr,
Expand Down

0 comments on commit 136d898

Please sign in to comment.