Skip to content

Commit

Permalink
fix(detect): Detect SLP3 as Hive 1613V Koenkk/zigbee2mqtt.io#3471
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 30, 2025
1 parent 074d472 commit 9164583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/hive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9164583

Please sign in to comment.