Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_uo8qcagcn as Tuya TS0601_gas_sensor_4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
akelmanson authored Jan 8, 2025
1 parent 5009796 commit 7d90392
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 @@ -1424,7 +1424,7 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_mby4kbtq', '_TZE204_mby4kbtq']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_mby4kbtq', '_TZE204_mby4kbtq', '_TZE204_uo8qcagc']),
model: 'TS0601_gas_sensor_4', // _TZE200_mby4kbtq looks like TS0601_gas_sensor_2
vendor: 'Tuya',
description: 'Gas sensor',
Expand Down

0 comments on commit 7d90392

Please sign in to comment.