zigbee-herdsman 0.14.94 → 0.14.96

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.
@@ -2507,6 +2507,20 @@ const Cluster = {
2507
2507
  commands: {},
2508
2508
  commandsResponse: {},
2509
2509
  },
2510
+ pm25Measurement: {
2511
+ ID: 0x042a,
2512
+ attributes: {
2513
+ //IKEA Vindstyrka: measured value is reported as float
2514
+ measuredValueIkea: { ID: 0x0000, type: dataType_1.default.singlePrec, manufacturerCode: manufacturerCode_1.default.IKEA_OF_SWEDEN },
2515
+ //default cluster spec: values reported as uint16
2516
+ measuredValue: { ID: 0x0000, type: dataType_1.default.uint16 },
2517
+ measuredMinValue: { ID: 0x0001, type: dataType_1.default.uint16 },
2518
+ measuredMaxValue: { ID: 0x0002, type: dataType_1.default.uint16 },
2519
+ measuredTolerance: { ID: 0x0003, type: dataType_1.default.uint16 },
2520
+ },
2521
+ commands: {},
2522
+ commandsResponse: {},
2523
+ },
2510
2524
  ssIasZone: {
2511
2525
  ID: 1280,
2512
2526
  attributes: {
@@ -4345,19 +4359,6 @@ const Cluster = {
4345
4359
  commands: {},
4346
4360
  commandsResponse: {},
4347
4361
  },
4348
- heimanSpecificPM25Measurement: {
4349
- // from HS2AQ-3.0海曼智能空气质量检测仪API文档-V01
4350
- ID: 0x042a,
4351
- manufacturerCode: manufacturerCode_1.default.Heiman,
4352
- attributes: {
4353
- measuredValue: { ID: 0x0000, type: dataType_1.default.uint16 },
4354
- measuredMinValue: { ID: 0x0001, type: dataType_1.default.uint16 },
4355
- measuredMaxValue: { ID: 0x0002, type: dataType_1.default.uint16 },
4356
- measuredTolerance: { ID: 0x0003, type: dataType_1.default.uint16 },
4357
- },
4358
- commands: {},
4359
- commandsResponse: {},
4360
- },
4361
4362
  heimanSpecificFormaldehydeMeasurement: {
4362
4363
  // from HS2AQ-3.0海曼智能空气质量检测仪API文档-V01
4363
4364
  ID: 0x042b,