zigbee-herdsman-converters 14.0.431 → 14.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devices/adurosmart.js +9 -0
- package/devices/tuya.js +1 -0
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/adurosmart.js
CHANGED
|
@@ -6,6 +6,15 @@ const extend = require('../lib/extend');
|
|
|
6
6
|
const e = exposes.presets;
|
|
7
7
|
|
|
8
8
|
module.exports = [
|
|
9
|
+
{
|
|
10
|
+
zigbeeModel: ['ADUROLIGHT_CSC'],
|
|
11
|
+
model: '15090054',
|
|
12
|
+
vendor: 'AduroSmart',
|
|
13
|
+
description: 'Remote scene controller',
|
|
14
|
+
fromZigbee: [fz.battery, fz.command_toggle, fz.command_recall],
|
|
15
|
+
toZigbee: [],
|
|
16
|
+
exposes: [e.battery(), e.action('toggle', 'recall_253', 'recall_254', 'recall_255')],
|
|
17
|
+
},
|
|
9
18
|
{
|
|
10
19
|
zigbeeModel: ['AD-SmartPlug3001'],
|
|
11
20
|
model: '81848',
|
package/devices/tuya.js
CHANGED
|
@@ -608,6 +608,7 @@ module.exports = [
|
|
|
608
608
|
{modelID: 'TS0502B', manufacturerName: '_TZ3210_pz9zmxjj'},
|
|
609
609
|
{modelID: 'TS0502B', manufacturerName: '_TZ3000_fzwhym79'},
|
|
610
610
|
{modelID: 'TS0502B', manufacturerName: '_TZ3210_rm0hthdo'},
|
|
611
|
+
{modelID: 'TS0502B', manufacturerName: '_TZ3210_zwqnazkb'},
|
|
611
612
|
],
|
|
612
613
|
model: 'TS0502B',
|
|
613
614
|
vendor: 'TuYa',
|
package/npm-shrinkwrap.json
CHANGED