diff --git a/devices/tuya.js b/devices/tuya.js index 2d61337609018..7e86f9a7af6a7 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -2207,7 +2207,8 @@ module.exports = [ vendor: 'TuYa', description: 'Wireless switch with 4 buttons', whiteLabel: [{vendor: 'Lonsonho', model: 'TS0044'}, {vendor: 'Haozee', model: 'ESW-OZAA-EU'}, - {vendor: 'LoraTap', model: 'SS6400ZB'}, {vendor: 'Moes', model: 'ZT-SY-EU-G-4S-WH-MS'}], + {vendor: 'LoraTap', model: 'SS6400ZB'}, {vendor: 'Moes', model: 'ZT-SY-EU-G-4S-WH-MS'}, + tuya.whitelabel('Moes', 'ZT-SR-EU4', 'Star Ring 4 Gang Scene Switch', ['_TZ3000_a4xycprs'])], fromZigbee: [fz.tuya_on_off_action, fz.battery], exposes: [e.battery(), e.action(['1_single', '1_double', '1_hold', '2_single', '2_double', '2_hold', '3_single', '3_double', '3_hold', '4_single', '4_double', '4_hold'])],