From 65a6fda1e4ea3fd0522b464f0000b2327b05c834 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 21 Dec 2024 22:21:37 +0100 Subject: [PATCH] u --- src/zspec/zcl/buffaloZcl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zspec/zcl/buffaloZcl.ts b/src/zspec/zcl/buffaloZcl.ts index 86fede1ee0..a8ed279299 100644 --- a/src/zspec/zcl/buffaloZcl.ts +++ b/src/zspec/zcl/buffaloZcl.ts @@ -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;