Skip to content

Commit

Permalink
fix: Fix _TZ3000_lepzuhto not detected as supported. #5864
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 12, 2023
1 parent c8d91e4 commit 8bacfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4789,7 +4789,7 @@ const definitions: Definition[] = [
configure: tuya.configureMagicPacket,
},
{
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cayepv1a']),
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_cayepv1a', '_TZ3000_lepzuhto']),
model: 'TS011F_with_threshold',
description: 'Din rail switch with power monitoring and threshold settings',
vendor: 'TuYa',
Expand Down

0 comments on commit 8bacfd3

Please sign in to comment.