Skip to content

Commit c44809e

Browse files
fix(detect): Detect _TZ3000_bmhwnl7s as Lonsonho TS130F_dual (#9113)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 75260d1 commit c44809e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/devices/lonsonho.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ export const definitions: DefinitionWithExtend[] = [
4545
],
4646
},
4747
{
48-
fingerprint: tuya.fingerprint("TS130F", ["_TZ3000_j1xl73iw", "_TZ3000_kmsbwdol", "_TZ3000_esynmmox", "_TZ3000_l6iqph4f", "_TZ3000_xdo0hj1k"]),
48+
fingerprint: tuya.fingerprint("TS130F", [
49+
"_TZ3000_j1xl73iw",
50+
"_TZ3000_kmsbwdol",
51+
"_TZ3000_esynmmox",
52+
"_TZ3000_l6iqph4f",
53+
"_TZ3000_xdo0hj1k",
54+
"_TZ3000_bmhwnl7s",
55+
]),
4956
model: "TS130F_dual",
5057
vendor: "Lonsonho",
5158
description: "Dual curtain/blind module",

0 commit comments

Comments
 (0)