From e4a0fa7f44f21a9a44092427327560ef46b7a5f5 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 2 Apr 2024 13:53:17 +0200 Subject: [PATCH] fix: incorrect product ID for BeNext Energy Switch --- packages/config/config/devices/0x008a/energy_switch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/config/config/devices/0x008a/energy_switch.json b/packages/config/config/devices/0x008a/energy_switch.json index ccfa73404caf..9e128ad0c0ad 100644 --- a/packages/config/config/devices/0x008a/energy_switch.json +++ b/packages/config/config/devices/0x008a/energy_switch.json @@ -11,7 +11,7 @@ }, { "productType": "0x0006", - "productId": "0x010c" + "productId": "0x0101" }, { "productType": "0x0006",