Skip to content

Commit

Permalink
fix(detect): Detect _TZE284_ap9owrsa as Tuya TS0601_soil_3 (#8447)
Browse files Browse the repository at this point in the history
  • Loading branch information
rc125 authored Dec 7, 2024
1 parent 505fed7 commit d5d498d
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 @@ -2109,7 +2109,7 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE284_aao3yzhs', '_TZE284_nhgdf6qr']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE284_aao3yzhs', '_TZE284_nhgdf6qr', '_TZE284_ap9owrsa']),
model: 'TS0601_soil_3',
vendor: 'Tuya',
description: 'Soil sensor',
Expand Down

0 comments on commit d5d498d

Please sign in to comment.