Skip to content

Commit b3dcc94

Browse files
1tigris1autofix-ci[bot]Koenkk
authored
feat(add): L14 (#9552)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
1 parent 1dbdde3 commit b3dcc94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/devices/neo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export const definitions: DefinitionWithExtend[] = [
316316
},
317317
},
318318
{
319-
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_rzrrjkz2", "_TZE284_uab532m0"]),
319+
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_rzrrjkz2", "_TZE284_uab532m0", "_TZE284_nnhwcvbk"]),
320320
model: "NAS-WV05B2",
321321
vendor: "NEO",
322322
description: "Smart sprinkler timer",
@@ -341,6 +341,7 @@ export const definitions: DefinitionWithExtend[] = [
341341
e.binary("child_lock", ea.STATE_SET, "ON", "OFF").withDescription("Child lock"),
342342
e.battery(),
343343
],
344+
whiteLabel: [tuya.whitelabel("Nous", "L14", "Smart water valve", ["_TZE284_nnhwcvbk"])],
344345
meta: {
345346
tuyaDatapoints: [
346347
[1, "state", tuya.valueConverter.onOff],

0 commit comments

Comments
 (0)