From 916458308338238ecf8910083dcde6202d12f3a1 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 30 Jan 2025 20:57:44 +0100 Subject: [PATCH] fix(detect): Detect `SLP3` as Hive 1613V https://github.com/Koenkk/zigbee2mqtt.io/pull/3471 --- src/devices/hive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/hive.ts b/src/devices/hive.ts index 06c767997b615..887f2f04f2965 100644 --- a/src/devices/hive.ts +++ b/src/devices/hive.ts @@ -94,7 +94,7 @@ const definitions: DefinitionWithExtend[] = [ extend: [m.light({colorTemp: {range: [153, 370]}})], }, { - zigbeeModel: ['SLP2', 'SLP2b', 'SLP2c'], + zigbeeModel: ['SLP2', 'SLP2b', 'SLP2c', 'SLP3'], model: '1613V', vendor: 'Hive', description: 'Active plug',