Skip to content

Commit 31489fb

Browse files
feat(add): SL12S (#11356)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent bbaee2d commit 31489fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/devices/linptech.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ const fzLocal = {
7777

7878
export const definitions: DefinitionWithExtend[] = [
7979
{
80-
fingerprint: tuya.fingerprint("TS0225", ["_TZ3218_awarhusb", "_TZ3218_t9ynfz4x"]),
80+
fingerprint: tuya.fingerprint("TS0225", ["_TZ3218_awarhusb", "_TZ3218_t9ynfz4x", "_TZ3218_ewrxirng"]),
8181
model: "ES1ZZ(TY)",
8282
vendor: "Linptech",
8383
description: "mmWave Presence sensor",
84+
whiteLabel: [tuya.whitelabel("Momax", "SL12S", "mmWave Presence sensor", ["_TZ3218_ewrxirng"])],
8485
fromZigbee: [fz.ias_occupancy_alarm_1, fzLocal.TS0225, fzLocal.TS0225_illuminance],
8586
toZigbee: [tzLocal.TS0225],
8687
extend: [tuya.modernExtend.tuyaBase({dp: true})],

0 commit comments

Comments
 (0)