zigbee-herdsman-converters 18.30.0 → 18.32.0

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/converters/fromZigbee.d.ts +0 -328
  3. package/converters/fromZigbee.d.ts.map +1 -1
  4. package/converters/fromZigbee.js +0 -1066
  5. package/converters/fromZigbee.js.map +1 -1
  6. package/converters/toZigbee.d.ts +1 -359
  7. package/converters/toZigbee.d.ts.map +1 -1
  8. package/converters/toZigbee.js +0 -891
  9. package/converters/toZigbee.js.map +1 -1
  10. package/devices/bosch.js +11 -11
  11. package/devices/bosch.js.map +1 -1
  12. package/devices/keen_home.d.ts.map +1 -1
  13. package/devices/keen_home.js +3 -1
  14. package/devices/keen_home.js.map +1 -1
  15. package/devices/lumi.d.ts.map +1 -1
  16. package/devices/lumi.js +420 -750
  17. package/devices/lumi.js.map +1 -1
  18. package/devices/makegood.js +1 -1
  19. package/devices/makegood.js.map +1 -1
  20. package/devices/neo.js +2 -2
  21. package/devices/neo.js.map +1 -1
  22. package/devices/robb.d.ts.map +1 -1
  23. package/devices/robb.js +8 -1
  24. package/devices/robb.js.map +1 -1
  25. package/devices/schneider_electric.d.ts.map +1 -1
  26. package/devices/schneider_electric.js +83 -48
  27. package/devices/schneider_electric.js.map +1 -1
  28. package/devices/tuya.d.ts.map +1 -1
  29. package/devices/tuya.js +5 -4
  30. package/devices/tuya.js.map +1 -1
  31. package/devices/weten.d.ts.map +1 -1
  32. package/devices/weten.js +2 -1
  33. package/devices/weten.js.map +1 -1
  34. package/devices/ysrsai.d.ts.map +1 -1
  35. package/devices/ysrsai.js +4 -1
  36. package/devices/ysrsai.js.map +1 -1
  37. package/lib/configureKey.js +1 -0
  38. package/lib/configureKey.js.map +1 -1
  39. package/lib/legacy.d.ts +0 -112
  40. package/lib/legacy.d.ts.map +1 -1
  41. package/lib/legacy.js +0 -269
  42. package/lib/legacy.js.map +1 -1
  43. package/lib/lumi.d.ts +839 -6
  44. package/lib/lumi.d.ts.map +1 -1
  45. package/lib/lumi.js +2637 -66
  46. package/lib/lumi.js.map +1 -1
  47. package/lib/tuya.d.ts +8 -0
  48. package/lib/tuya.d.ts.map +1 -1
  49. package/lib/tuya.js +4 -0
  50. package/lib/tuya.js.map +1 -1
  51. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [18.32.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.31.0...v18.32.0) (2024-02-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** MEG5126-0300/MEG5171-0000 ([#7050](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7050)) ([8231fad](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8231fad9c0c5f58560683bd18c0ff60fc390f8b6))
9
+ * **add:** QBKG33LM, QBKG17LM, QBKG27LM ([#7059](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7059)) ([4bcd149](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4bcd149a98ff2279735c2ebc0b6463989265b5e9))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * Fix Aqara JTQJ-BF-01LM/BW device type and power source ([#7037](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7037)) ([96e6e92](https://github.com/Koenkk/zigbee-herdsman-converters/commit/96e6e92e142cf8efefbfab808b165f26df04017e))
15
+ * Fix state not updating for MakeGood MG-AUZG01 https://github.com/Koenkk/zigbee2mqtt/issues/20032 ([07cec96](https://github.com/Koenkk/zigbee-herdsman-converters/commit/07cec96be27cbb945f943485bd236e8449437fd8))
16
+
17
+ ## [18.31.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.30.0...v18.31.0) (2024-02-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * **add:** ROB_200-003-1 ([#7053](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7053)) ([47eb672](https://github.com/Koenkk/zigbee-herdsman-converters/commit/47eb672fd1654522e18f07449c1ee03268096c44))
23
+ * support _TZE204_ztqnh5cg ([#7056](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7056)) ([b7711cc](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b7711ccf1bbd6a384522960bacce33bdf88113a6))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * Change `window_open` to `window_detection` for Bosch thermostats ([#7047](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7047)) ([a9fb46c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a9fb46c9e800a74864218202ee0bc87bea32d19a))
29
+ * **detect:** Detect `_TZ3000_eo3dttwe` as TuYa TS0215A_remote ([#7048](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7048)) ([aeea2fc](https://github.com/Koenkk/zigbee-herdsman-converters/commit/aeea2fc1b056c61c22e0bcd876e383825c883ccb))
30
+ * **detect:** Detect `_TZE204_q76rtoa9` as Neo q76rtoa9 ([#7051](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7051)) ([36a31e8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/36a31e8bab8ce6b9cba29698f1ae1df4a5a734b8))
31
+ * **detect:** Detect `755WSA as Schneider Electric W599001 ([#7055](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7055)) ([f1688c9](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f1688c97984d4690794220a3e603cc49721e5c35))
32
+ * Fix move and presense sensitivity for TuYa ZY-M100-24G https://github.com/Koenkk/zigbee2mqtt/issues/21282 ([af40f72](https://github.com/Koenkk/zigbee-herdsman-converters/commit/af40f72a94a471a68e36fbfffdbdab88a297e9e1))
33
+ * Fixes for YSRAI YSR-MINI-01_wwcw ([#7054](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7054)) ([a4e4c6c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a4e4c6cf5e22c190a0ee9f10ae3693d6620057fa))
34
+ * **ignore:** update dependencies ([#7028](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7028)) ([816b3b5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/816b3b51abf1e89b331b6f8e930ffdb5705bf9fc))
35
+ * Refactor Lumi specific converters ([#6982](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6982)) ([f666002](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f6660029beab9d7062482aa856c39c20ae55e01a))
36
+ * Update WETEN PCI E `buzzer_feedback` description ([#7058](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7058)) ([7c22972](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7c229729b372755c28755b633d5a965a1364f8b3))
37
+
3
38
  ## [18.30.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v18.29.1...v18.30.0) (2024-02-08)
4
39
 
5
40
 
@@ -11,21 +11,6 @@ declare const converters: {
11
11
  type: string[];
12
12
  convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => Promise<KeyValueAny>;
13
13
  };
14
- JTYJGD01LMBW_smoke: {
15
- cluster: string;
16
- type: string;
17
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => Promise<{
18
- smoke: boolean;
19
- tamper: boolean;
20
- battery_low: boolean;
21
- supervision_reports: boolean;
22
- restore_reports: boolean;
23
- trouble: boolean;
24
- ac_status: boolean;
25
- test: boolean;
26
- battery_defect: boolean;
27
- }>;
28
- };
29
14
  EKO09738_metering: {
30
15
  /**
31
16
  * Elko EKO09738 and EKO09716 reports power in mW, scale to W
@@ -70,11 +55,6 @@ declare const converters: {
70
55
  type: string[];
71
56
  convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => Promise<KeyValueAny>;
72
57
  };
73
- RTCGQ11LM_illuminance: {
74
- cluster: string;
75
- type: string[];
76
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => Promise<KeyValueAny>;
77
- };
78
58
  terncy_raw: {
79
59
  cluster: string;
80
60
  type: string;
@@ -890,30 +870,6 @@ declare const converters: {
890
870
  led_state: any;
891
871
  };
892
872
  };
893
- ZNMS12LM_low_battery: {
894
- cluster: string;
895
- type: string[];
896
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
897
- battery_low: boolean;
898
- };
899
- };
900
- lumi_lock_report: {
901
- cluster: string;
902
- type: string[];
903
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
904
- keyerror: boolean;
905
- inserted: any;
906
- forgotten?: undefined;
907
- } | {
908
- inserted: any;
909
- keyerror?: undefined;
910
- forgotten?: undefined;
911
- } | {
912
- forgotten: any;
913
- keyerror?: undefined;
914
- inserted?: undefined;
915
- };
916
- };
917
873
  ZigUP: {
918
874
  cluster: string;
919
875
  type: string[];
@@ -1179,18 +1135,6 @@ declare const converters: {
1179
1135
  action_color_temperature_direction: string;
1180
1136
  };
1181
1137
  };
1182
- ZNMS11LM_closuresDoorLock_report: {
1183
- cluster: string;
1184
- type: string[];
1185
- options: exposes.Binary[];
1186
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1187
- };
1188
- ZNMS12LM_ZNMS13LM_closuresDoorLock_report: {
1189
- cluster: string;
1190
- type: string[];
1191
- options: exposes.Binary[];
1192
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1193
- };
1194
1138
  restorable_brightness: {
1195
1139
  cluster: string;
1196
1140
  type: string[];
@@ -1436,58 +1380,6 @@ declare const converters: {
1436
1380
  action: any;
1437
1381
  };
1438
1382
  };
1439
- lumi_power: {
1440
- cluster: string;
1441
- type: string[];
1442
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1443
- power: any;
1444
- };
1445
- };
1446
- lumi_on_off_action: {
1447
- cluster: string;
1448
- type: string[];
1449
- options: exposes.Binary[];
1450
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1451
- action: string;
1452
- };
1453
- };
1454
- lumi_multistate_action: {
1455
- cluster: string;
1456
- type: string[];
1457
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1458
- action: any;
1459
- };
1460
- };
1461
- lumi_occupancy_illuminance: {
1462
- cluster: string;
1463
- type: string[];
1464
- options: (exposes.Numeric | exposes.List)[];
1465
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1466
- occupancy: boolean;
1467
- illuminance: number;
1468
- };
1469
- };
1470
- RTCGQ13LM_occupancy: {
1471
- cluster: string;
1472
- type: string[];
1473
- options: (exposes.Numeric | exposes.List)[];
1474
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1475
- occupancy: boolean;
1476
- };
1477
- };
1478
- lumi_WXKG01LM_action: {
1479
- cluster: string;
1480
- type: string[];
1481
- options: exposes.Numeric[];
1482
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: KeyValueAny, meta: Fz.Meta) => void;
1483
- };
1484
- lumi_contact: {
1485
- cluster: string;
1486
- type: string[];
1487
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1488
- contact: boolean;
1489
- };
1490
- };
1491
1383
  W2_module_carbon_monoxide: {
1492
1384
  cluster: string;
1493
1385
  type: string;
@@ -1495,20 +1387,6 @@ declare const converters: {
1495
1387
  carbon_monoxide: boolean;
1496
1388
  };
1497
1389
  };
1498
- lumi_temperature: {
1499
- cluster: string;
1500
- type: string[];
1501
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1502
- temperature: number;
1503
- };
1504
- };
1505
- lumi_WXKG11LM_action: {
1506
- cluster: string;
1507
- type: string[];
1508
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1509
- action: any;
1510
- };
1511
- };
1512
1390
  command_status_change_notification_action: {
1513
1391
  cluster: string;
1514
1392
  type: string;
@@ -1530,49 +1408,6 @@ declare const converters: {
1530
1408
  action: any;
1531
1409
  };
1532
1410
  };
1533
- lumi_curtain_position: {
1534
- cluster: string;
1535
- type: string[];
1536
- options: exposes.Binary[];
1537
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1538
- position: number;
1539
- };
1540
- };
1541
- lumi_curtain_position_tilt: {
1542
- cluster: string;
1543
- type: string[];
1544
- options: exposes.Binary[];
1545
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1546
- };
1547
- lumi_curtain_hagl04_status: {
1548
- cluster: string;
1549
- type: string[];
1550
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1551
- motor_state: any;
1552
- running: boolean;
1553
- };
1554
- };
1555
- lumi_curtain_hagl07_status: {
1556
- cluster: string;
1557
- type: string[];
1558
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1559
- motor_state: any;
1560
- running: boolean;
1561
- };
1562
- };
1563
- lumi_curtain_acn002_status: {
1564
- cluster: string;
1565
- type: string[];
1566
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1567
- motor_state: any;
1568
- running: boolean;
1569
- };
1570
- };
1571
- lumi_operation_mode_basic: {
1572
- cluster: string;
1573
- type: string[];
1574
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1575
- };
1576
1411
  qlwz_letv8key_switch: {
1577
1412
  cluster: string;
1578
1413
  type: string[];
@@ -1580,72 +1415,6 @@ declare const converters: {
1580
1415
  action: string;
1581
1416
  };
1582
1417
  };
1583
- aqara_opple_multistate: {
1584
- cluster: string;
1585
- type: string[];
1586
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1587
- action: string;
1588
- };
1589
- };
1590
- aqara_opple_on: {
1591
- cluster: string;
1592
- type: string;
1593
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1594
- action: string;
1595
- };
1596
- };
1597
- aqara_opple_off: {
1598
- cluster: string;
1599
- type: string;
1600
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1601
- action: string;
1602
- };
1603
- };
1604
- aqara_opple_step: {
1605
- cluster: string;
1606
- type: string;
1607
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1608
- action: string;
1609
- };
1610
- };
1611
- aqara_opple_stop: {
1612
- cluster: string;
1613
- type: string;
1614
- options: exposes.Binary[];
1615
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1616
- action: string;
1617
- duration: number;
1618
- action_duration: number;
1619
- };
1620
- };
1621
- aqara_opple_move: {
1622
- cluster: string;
1623
- type: string;
1624
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1625
- action: string;
1626
- };
1627
- };
1628
- aqara_opple_step_color_temp: {
1629
- cluster: string;
1630
- type: string;
1631
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1632
- action: string;
1633
- };
1634
- };
1635
- aqara_opple_move_color_temp: {
1636
- cluster: string;
1637
- type: string;
1638
- options: exposes.Binary[];
1639
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1640
- action: string;
1641
- duration: number;
1642
- action_duration: number;
1643
- } | {
1644
- action: string;
1645
- duration?: undefined;
1646
- action_duration?: undefined;
1647
- };
1648
- };
1649
1418
  keen_home_smart_vent_pressure: {
1650
1419
  cluster: string;
1651
1420
  type: string[];
@@ -1700,42 +1469,6 @@ declare const converters: {
1700
1469
  action: string;
1701
1470
  };
1702
1471
  };
1703
- MFKZQ01LM_action_multistate: {
1704
- cluster: string;
1705
- type: string[];
1706
- options: exposes.Binary[];
1707
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1708
- action: string;
1709
- side: number;
1710
- action_from_side?: undefined;
1711
- action_to_side?: undefined;
1712
- action_side?: undefined;
1713
- from_side?: undefined;
1714
- to_side?: undefined;
1715
- } | {
1716
- action: string;
1717
- action_from_side: number;
1718
- action_to_side: number;
1719
- action_side: number;
1720
- from_side: number;
1721
- to_side: number;
1722
- side: number;
1723
- } | {
1724
- action: string;
1725
- side?: undefined;
1726
- action_from_side?: undefined;
1727
- action_to_side?: undefined;
1728
- action_side?: undefined;
1729
- from_side?: undefined;
1730
- to_side?: undefined;
1731
- };
1732
- };
1733
- MFKZQ01LM_action_analog: {
1734
- cluster: string;
1735
- type: string[];
1736
- options: exposes.Binary[];
1737
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1738
- };
1739
1472
  tradfri_occupancy: {
1740
1473
  cluster: string;
1741
1474
  type: string;
@@ -1789,15 +1522,6 @@ declare const converters: {
1789
1522
  requested_brightness_percent: number;
1790
1523
  };
1791
1524
  };
1792
- lumi_bulb_interval: {
1793
- cluster: string;
1794
- type: string[];
1795
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1796
- state: string;
1797
- brightness: any;
1798
- color_temp: any;
1799
- };
1800
- };
1801
1525
  heiman_scenes: {
1802
1526
  cluster: string;
1803
1527
  type: string[];
@@ -1860,33 +1584,6 @@ declare const converters: {
1860
1584
  type: string[];
1861
1585
  convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1862
1586
  };
1863
- JTQJBF01LMBW_gas_density: {
1864
- cluster: string;
1865
- type: string[];
1866
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1867
- gas_density: any;
1868
- };
1869
- };
1870
- JTQJBF01LMBW_sensitivity: {
1871
- cluster: string;
1872
- type: string[];
1873
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1874
- sensitivity: any;
1875
- };
1876
- };
1877
- DJT11LM_vibration: {
1878
- cluster: string;
1879
- type: string[];
1880
- options: exposes.Numeric[];
1881
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1882
- };
1883
- DJT12LM_vibration: {
1884
- cluster: string;
1885
- type: string;
1886
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1887
- action: string;
1888
- };
1889
- };
1890
1587
  CC2530ROUTER_led: {
1891
1588
  cluster: string;
1892
1589
  type: string[];
@@ -1923,13 +1620,6 @@ declare const converters: {
1923
1620
  options: exposes.Binary[];
1924
1621
  convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
1925
1622
  };
1926
- lumi_on_off_ignore_endpoint_4_5_6: {
1927
- cluster: string;
1928
- type: string[];
1929
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
1930
- [x: string]: string;
1931
- };
1932
- };
1933
1623
  hue_motion_sensitivity: {
1934
1624
  cluster: string;
1935
1625
  type: string[];
@@ -2062,11 +1752,6 @@ declare const converters: {
2062
1752
  type: string[];
2063
1753
  convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
2064
1754
  };
2065
- ZNCJMB14LM: {
2066
- cluster: string;
2067
- type: string[];
2068
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => KeyValueAny;
2069
- };
2070
1755
  rc_110_level_to_scene: {
2071
1756
  cluster: string;
2072
1757
  type: string[];
@@ -2083,19 +1768,6 @@ declare const converters: {
2083
1768
  battery_low: boolean;
2084
1769
  };
2085
1770
  };
2086
- lumi_knob_rotation: {
2087
- cluster: string;
2088
- type: string[];
2089
- convert: (model: import("../lib/types").Definition, msg: Fz.Message, publish: import("../lib/types").Publish, options: import("../lib/types").KeyValue, meta: Fz.Meta) => {
2090
- action: string;
2091
- action_rotation_button_state: string;
2092
- action_rotation_angle: any;
2093
- action_rotation_angle_speed: any;
2094
- action_rotation_percent: any;
2095
- action_rotation_percent_speed: any;
2096
- action_rotation_time: any;
2097
- };
2098
- };
2099
1771
  sihas_people_cnt: {
2100
1772
  cluster: string;
2101
1773
  type: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"fromZigbee.d.ts","sourceRoot":"","sources":["../src/converters/fromZigbee.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,EAAE,EAAE,WAAW,EAAuB,MAAM,cAAc,CAAC;AAKnE,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AA6oM1C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;QA/UR;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAvpKH;;;WAGG;;;;;;QAsCH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+HAgkGqC,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sKA++CC,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy4BpB,CAAC;AAEpD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"fromZigbee.d.ts","sourceRoot":"","sources":["../src/converters/fromZigbee.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,EAAE,EAAE,WAAW,EAAuB,MAAM,cAAc,CAAC;AAKnE,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AA2lK1C,QAAA,MAAM,UAAU;;;;;;;;;;;;QA9TR;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAtnIH;;;WAGG;;;;;;QAsCH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sKAmnHiD,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmxBpB,CAAC;AAEpD,eAAe,UAAU,CAAC"}