Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 21, 2024
1 parent 67d0eb4 commit 65a6fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zspec/zcl/buffaloZcl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ export class BuffaloZcl extends Buffalo {
for (let i = 0; i < length; i++) {
const index = this.readUInt8();
const dataType = this.readUInt8();

value[index] = this.read(dataType, {});

const remaining = this.buffer.length - this.position;
Expand Down

0 comments on commit 65a6fda

Please sign in to comment.