Skip to content

Commit

Permalink
Fix device detection of Nous L12Z (_TZ3000_jwv3cwak) (#5739)
Browse files Browse the repository at this point in the history
https://nous.technology/product/l12z.html

Manufacturer: TuYa
Model: TS130F
Zigbee Model: TS130F
Zigbee Manufacturer: _TZ3000_jwv3cwak
  • Loading branch information
psi-4ward authored May 11, 2023
1 parent b5b886a commit 15735e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/tuya.js
Original file line number Diff line number Diff line change
Expand Up @@ -1772,6 +1772,7 @@ module.exports = [
whiteLabel: [
{vendor: 'LoraTap', model: 'SC400'},
tuya.whitelabel('Zemismart', 'ZN-LC1E', 'Smart curtain/shutter switch', ['_TZ3000_74hsp7qy']),
tuya.whitelabel('Nous', 'L12Z', 'Smart ZigBee Curtain Module L12Z', ['_TZ3000_jwv3cwak']),
],
exposes: [e.cover_position(), exposes.enum('moving', ea.STATE, ['UP', 'STOP', 'DOWN']),
exposes.binary('calibration', ea.ALL, 'ON', 'OFF'), exposes.binary('motor_reversal', ea.ALL, 'ON', 'OFF'),
Expand Down

0 comments on commit 15735e3

Please sign in to comment.