zigbee-herdsman-converters 23.7.0 → 23.9.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.
- package/CHANGELOG.md +39 -0
- package/dist/devices/candeo.d.ts.map +1 -1
- package/dist/devices/candeo.js +67 -2
- package/dist/devices/candeo.js.map +1 -1
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +454 -18
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/gewiss.d.ts.map +1 -1
- package/dist/devices/gewiss.js +32 -0
- package/dist/devices/gewiss.js.map +1 -1
- package/dist/devices/immax.d.ts.map +1 -1
- package/dist/devices/immax.js +149 -0
- package/dist/devices/immax.js.map +1 -1
- package/dist/devices/index.d.ts.map +1 -1
- package/dist/devices/index.js +2 -0
- package/dist/devices/index.js.map +1 -1
- package/dist/devices/paulmann.d.ts.map +1 -1
- package/dist/devices/paulmann.js +7 -0
- package/dist/devices/paulmann.js.map +1 -1
- package/dist/devices/quirky.d.ts +8 -0
- package/dist/devices/quirky.d.ts.map +1 -0
- package/dist/devices/quirky.js +47 -0
- package/dist/devices/quirky.js.map +1 -0
- package/dist/devices/third_reality.d.ts.map +1 -1
- package/dist/devices/third_reality.js +1 -0
- package/dist/devices/third_reality.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +42 -3
- package/dist/devices/tuya.js.map +1 -1
- package/dist/lib/exposes.d.ts.map +1 -1
- package/dist/lib/exposes.js +5 -11
- package/dist/lib/exposes.js.map +1 -1
- package/dist/lib/zosung.js +1 -1
- package/dist/lib/zosung.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +2 -2
package/dist/devices/efekta.js
CHANGED
|
@@ -42,6 +42,7 @@ const rareReporting = { min: 0, max: 21600, change: 0 };
|
|
|
42
42
|
const rarestReporting = { min: 0, max: 64800, change: 0 };
|
|
43
43
|
const threeReporting = { min: 30, max: 1800, change: 1 };
|
|
44
44
|
const fourReporting = { min: 30, max: 1800, change: 10 };
|
|
45
|
+
const fiveReporting = { min: 10, max: 600, change: 1 };
|
|
45
46
|
const sixReporting = { min: 3600, max: 21600, change: 1 };
|
|
46
47
|
const co2Reporting = { min: 10, max: 600, change: 0.000001 };
|
|
47
48
|
const pmReporting = { min: 10, max: 600, change: 0.1 };
|
|
@@ -3098,13 +3099,15 @@ exports.definitions = [
|
|
|
3098
3099
|
access: "STATE_SET",
|
|
3099
3100
|
}),
|
|
3100
3101
|
m.numeric({
|
|
3101
|
-
name: "
|
|
3102
|
-
unit: "
|
|
3103
|
-
valueMin: -
|
|
3104
|
-
valueMax:
|
|
3102
|
+
name: "temperature_offset",
|
|
3103
|
+
unit: "°C",
|
|
3104
|
+
valueMin: -25,
|
|
3105
|
+
valueMax: 25,
|
|
3106
|
+
valueStep: 0.1,
|
|
3107
|
+
scale: 10,
|
|
3105
3108
|
cluster: "msTemperatureMeasurement",
|
|
3106
|
-
attribute: { ID:
|
|
3107
|
-
description: "Adjust
|
|
3109
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
3110
|
+
description: "Adjust temperature sensor",
|
|
3108
3111
|
access: "STATE_SET",
|
|
3109
3112
|
}),
|
|
3110
3113
|
m.numeric({
|
|
@@ -3922,13 +3925,15 @@ exports.definitions = [
|
|
|
3922
3925
|
}),
|
|
3923
3926
|
m.numeric({
|
|
3924
3927
|
endpointNames: ["1"],
|
|
3925
|
-
name: "
|
|
3926
|
-
unit: "
|
|
3927
|
-
valueMin: -
|
|
3928
|
-
valueMax:
|
|
3928
|
+
name: "temperature_offset",
|
|
3929
|
+
unit: "°C",
|
|
3930
|
+
valueMin: -25,
|
|
3931
|
+
valueMax: 25,
|
|
3932
|
+
valueStep: 0.1,
|
|
3933
|
+
scale: 10,
|
|
3929
3934
|
cluster: "msTemperatureMeasurement",
|
|
3930
|
-
attribute: { ID:
|
|
3931
|
-
description: "Adjust
|
|
3935
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
3936
|
+
description: "Adjust temperature sensor",
|
|
3932
3937
|
access: "STATE_SET",
|
|
3933
3938
|
}),
|
|
3934
3939
|
m.pressure({
|
|
@@ -3980,13 +3985,15 @@ exports.definitions = [
|
|
|
3980
3985
|
}),
|
|
3981
3986
|
m.numeric({
|
|
3982
3987
|
endpointNames: ["2"],
|
|
3983
|
-
name: "
|
|
3984
|
-
unit: "
|
|
3985
|
-
valueMin: -
|
|
3986
|
-
valueMax:
|
|
3988
|
+
name: "temperature_offset",
|
|
3989
|
+
unit: "°C",
|
|
3990
|
+
valueMin: -25,
|
|
3991
|
+
valueMax: 25,
|
|
3992
|
+
valueStep: 0.1,
|
|
3993
|
+
scale: 10,
|
|
3987
3994
|
cluster: "msTemperatureMeasurement",
|
|
3988
|
-
attribute: { ID:
|
|
3989
|
-
description: "Adjust
|
|
3995
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
3996
|
+
description: "Adjust temperature sensor",
|
|
3990
3997
|
access: "STATE_SET",
|
|
3991
3998
|
}),
|
|
3992
3999
|
m.numeric({
|
|
@@ -4354,5 +4361,434 @@ exports.definitions = [
|
|
|
4354
4361
|
}),
|
|
4355
4362
|
],
|
|
4356
4363
|
},
|
|
4364
|
+
{
|
|
4365
|
+
zigbeeModel: ["EFEKTA_iAQ_S_III"],
|
|
4366
|
+
model: "EFEKTA_iAQ_S_III",
|
|
4367
|
+
vendor: "EFEKTA",
|
|
4368
|
+
description: "Air Quality Monitor, CO2, VOC, outdoor temperature and humidity, date and time",
|
|
4369
|
+
extend: [
|
|
4370
|
+
m.co2({
|
|
4371
|
+
reporting: co2Reporting,
|
|
4372
|
+
access: "STATE",
|
|
4373
|
+
}),
|
|
4374
|
+
m.numeric({
|
|
4375
|
+
name: "voc_index",
|
|
4376
|
+
unit: "VOC Index points",
|
|
4377
|
+
cluster: "genAnalogInput",
|
|
4378
|
+
attribute: "presentValue",
|
|
4379
|
+
description: "VOC index",
|
|
4380
|
+
reporting: fiveReporting,
|
|
4381
|
+
access: "STATE",
|
|
4382
|
+
}),
|
|
4383
|
+
m.temperature({
|
|
4384
|
+
reporting: fourReporting,
|
|
4385
|
+
access: "STATE",
|
|
4386
|
+
}),
|
|
4387
|
+
m.humidity({
|
|
4388
|
+
reporting: fourReporting,
|
|
4389
|
+
access: "STATE",
|
|
4390
|
+
}),
|
|
4391
|
+
m.illuminance({
|
|
4392
|
+
reporting: fourReporting,
|
|
4393
|
+
access: "STATE",
|
|
4394
|
+
}),
|
|
4395
|
+
m.binary({
|
|
4396
|
+
name: "auto_brightness",
|
|
4397
|
+
valueOn: ["ON", 1],
|
|
4398
|
+
valueOff: ["OFF", 0],
|
|
4399
|
+
cluster: "msCO2",
|
|
4400
|
+
attribute: { ID: 0x0203, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4401
|
+
description: "Enable or Disable Auto Brightness of the Display",
|
|
4402
|
+
access: "STATE_SET",
|
|
4403
|
+
}),
|
|
4404
|
+
m.binary({
|
|
4405
|
+
name: "night_onoff_backlight",
|
|
4406
|
+
valueOn: ["ON", 1],
|
|
4407
|
+
valueOff: ["OFF", 0],
|
|
4408
|
+
cluster: "msCO2",
|
|
4409
|
+
attribute: { ID: 0x0401, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4410
|
+
description: "Complete shutdown of the backlight at night mode",
|
|
4411
|
+
access: "STATE_SET",
|
|
4412
|
+
}),
|
|
4413
|
+
m.numeric({
|
|
4414
|
+
name: "night_on_backlight",
|
|
4415
|
+
unit: "Hr",
|
|
4416
|
+
valueMin: 0,
|
|
4417
|
+
valueMax: 23,
|
|
4418
|
+
cluster: "msCO2",
|
|
4419
|
+
attribute: { ID: 0x0405, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
4420
|
+
description: "Night mode activation time",
|
|
4421
|
+
access: "STATE_SET",
|
|
4422
|
+
}),
|
|
4423
|
+
m.numeric({
|
|
4424
|
+
name: "night_off_backlight",
|
|
4425
|
+
unit: "Hr",
|
|
4426
|
+
valueMin: 0,
|
|
4427
|
+
valueMax: 23,
|
|
4428
|
+
cluster: "msCO2",
|
|
4429
|
+
attribute: { ID: 0x0406, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
4430
|
+
description: "Night mode deactivation time",
|
|
4431
|
+
access: "STATE_SET",
|
|
4432
|
+
}),
|
|
4433
|
+
m.enumLookup({
|
|
4434
|
+
name: "long_chart_period",
|
|
4435
|
+
lookup: { "1H": 0, "24H": 1 },
|
|
4436
|
+
cluster: "msCO2",
|
|
4437
|
+
attribute: { ID: 0x0204, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4438
|
+
description: "The period of plotting the CO2 level(OFF - 1H | ON - 24H)",
|
|
4439
|
+
access: "STATE_SET",
|
|
4440
|
+
}),
|
|
4441
|
+
m.enumLookup({
|
|
4442
|
+
name: "long_chart_period2",
|
|
4443
|
+
lookup: { "1H": 0, "24H": 1 },
|
|
4444
|
+
cluster: "msCO2",
|
|
4445
|
+
attribute: { ID: 0x0404, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4446
|
+
description: "The period of plotting the VOC Index points(OFF - 1H | ON - 24H)",
|
|
4447
|
+
access: "STATE_SET",
|
|
4448
|
+
}),
|
|
4449
|
+
m.enumLookup({
|
|
4450
|
+
name: "internal_or_external",
|
|
4451
|
+
lookup: { INTERNAL: 1, EXTERNAL: 0 },
|
|
4452
|
+
cluster: "msCO2",
|
|
4453
|
+
attribute: { ID: 0x0288, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4454
|
+
description: "Display data from internal or external TH sensor",
|
|
4455
|
+
access: "STATE_SET",
|
|
4456
|
+
}),
|
|
4457
|
+
m.numeric({
|
|
4458
|
+
name: "temperature_offset",
|
|
4459
|
+
unit: "°C",
|
|
4460
|
+
valueMin: -50,
|
|
4461
|
+
valueMax: 50,
|
|
4462
|
+
valueStep: 0.1,
|
|
4463
|
+
scale: 10,
|
|
4464
|
+
cluster: "msTemperatureMeasurement",
|
|
4465
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
4466
|
+
description: "Adjust temperature",
|
|
4467
|
+
access: "STATE_SET",
|
|
4468
|
+
}),
|
|
4469
|
+
m.numeric({
|
|
4470
|
+
name: "humidity_offset",
|
|
4471
|
+
unit: "%",
|
|
4472
|
+
valueMin: -50,
|
|
4473
|
+
valueMax: 50,
|
|
4474
|
+
valueStep: 1,
|
|
4475
|
+
cluster: "msRelativeHumidity",
|
|
4476
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
4477
|
+
description: "Adjust humidity",
|
|
4478
|
+
access: "STATE_SET",
|
|
4479
|
+
}),
|
|
4480
|
+
m.numeric({
|
|
4481
|
+
name: "set_altitude",
|
|
4482
|
+
unit: "meters",
|
|
4483
|
+
valueMin: 0,
|
|
4484
|
+
valueMax: 3000,
|
|
4485
|
+
cluster: "msCO2",
|
|
4486
|
+
attribute: { ID: 0x0205, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4487
|
+
description: "Setting the altitude above sea level (for high accuracy of the CO2 sensor)",
|
|
4488
|
+
access: "STATE_SET",
|
|
4489
|
+
}),
|
|
4490
|
+
m.binary({
|
|
4491
|
+
name: "automatic_scal",
|
|
4492
|
+
valueOn: ["ON", 1],
|
|
4493
|
+
valueOff: ["OFF", 0],
|
|
4494
|
+
cluster: "msCO2",
|
|
4495
|
+
attribute: { ID: 0x0402, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4496
|
+
description: "Automatic self calibration",
|
|
4497
|
+
access: "STATE_SET",
|
|
4498
|
+
}),
|
|
4499
|
+
m.binary({
|
|
4500
|
+
name: "forced_recalibration",
|
|
4501
|
+
valueOn: ["ON", 1],
|
|
4502
|
+
valueOff: ["OFF", 0],
|
|
4503
|
+
cluster: "msCO2",
|
|
4504
|
+
attribute: { ID: 0x0202, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4505
|
+
description: "Start FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
4506
|
+
access: "STATE_SET",
|
|
4507
|
+
}),
|
|
4508
|
+
m.binary({
|
|
4509
|
+
name: "factory_reset_co2",
|
|
4510
|
+
valueOn: ["ON", 1],
|
|
4511
|
+
valueOff: ["OFF", 0],
|
|
4512
|
+
cluster: "msCO2",
|
|
4513
|
+
attribute: { ID: 0x0206, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4514
|
+
description: "Factory Reset CO2 sensor",
|
|
4515
|
+
access: "STATE_SET",
|
|
4516
|
+
}),
|
|
4517
|
+
m.numeric({
|
|
4518
|
+
name: "manual_forced_recalibration",
|
|
4519
|
+
unit: "ppm",
|
|
4520
|
+
valueMin: 0,
|
|
4521
|
+
valueMax: 5000,
|
|
4522
|
+
cluster: "msCO2",
|
|
4523
|
+
attribute: { ID: 0x0207, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4524
|
+
description: "Start Manual FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
4525
|
+
access: "STATE_SET",
|
|
4526
|
+
}),
|
|
4527
|
+
m.binary({
|
|
4528
|
+
name: "enable_co2",
|
|
4529
|
+
valueOn: ["ON", 1],
|
|
4530
|
+
valueOff: ["OFF", 0],
|
|
4531
|
+
cluster: "msCO2",
|
|
4532
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4533
|
+
description: "Enable CO2 Gas Control",
|
|
4534
|
+
access: "STATE_SET",
|
|
4535
|
+
}),
|
|
4536
|
+
m.binary({
|
|
4537
|
+
name: "invert_logic_co2",
|
|
4538
|
+
valueOn: ["ON", 1],
|
|
4539
|
+
valueOff: ["OFF", 0],
|
|
4540
|
+
cluster: "msCO2",
|
|
4541
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4542
|
+
description: "Enable invert logic CO2 Gas Control",
|
|
4543
|
+
access: "STATE_SET",
|
|
4544
|
+
}),
|
|
4545
|
+
m.numeric({
|
|
4546
|
+
name: "high_co2",
|
|
4547
|
+
unit: "ppm",
|
|
4548
|
+
valueMin: 400,
|
|
4549
|
+
valueMax: 5000,
|
|
4550
|
+
cluster: "msCO2",
|
|
4551
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4552
|
+
description: "Setting High CO2 Gas Border",
|
|
4553
|
+
access: "STATE_SET",
|
|
4554
|
+
}),
|
|
4555
|
+
m.numeric({
|
|
4556
|
+
name: "low_co2",
|
|
4557
|
+
unit: "ppm",
|
|
4558
|
+
valueMin: 400,
|
|
4559
|
+
valueMax: 5000,
|
|
4560
|
+
cluster: "msCO2",
|
|
4561
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4562
|
+
description: "Setting Low CO2 Gas Border",
|
|
4563
|
+
access: "STATE_SET",
|
|
4564
|
+
}),
|
|
4565
|
+
m.binary({
|
|
4566
|
+
name: "enable_voc",
|
|
4567
|
+
valueOn: ["ON", 1],
|
|
4568
|
+
valueOff: ["OFF", 0],
|
|
4569
|
+
cluster: "genAnalogInput",
|
|
4570
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4571
|
+
description: "Enable CO2 Gas Control",
|
|
4572
|
+
access: "STATE_SET",
|
|
4573
|
+
}),
|
|
4574
|
+
m.binary({
|
|
4575
|
+
name: "invert_logic_voc",
|
|
4576
|
+
valueOn: ["ON", 1],
|
|
4577
|
+
valueOff: ["OFF", 0],
|
|
4578
|
+
cluster: "genAnalogInput",
|
|
4579
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4580
|
+
description: "Enable invert logic CO2 Gas Control",
|
|
4581
|
+
access: "STATE_SET",
|
|
4582
|
+
}),
|
|
4583
|
+
m.numeric({
|
|
4584
|
+
name: "high_voc",
|
|
4585
|
+
unit: "ppm",
|
|
4586
|
+
valueMin: 0,
|
|
4587
|
+
valueMax: 500,
|
|
4588
|
+
cluster: "genAnalogInput",
|
|
4589
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4590
|
+
description: "Setting High CO2 Gas Border",
|
|
4591
|
+
access: "STATE_SET",
|
|
4592
|
+
}),
|
|
4593
|
+
m.numeric({
|
|
4594
|
+
name: "low_voc",
|
|
4595
|
+
unit: "ppm",
|
|
4596
|
+
valueMin: 0,
|
|
4597
|
+
valueMax: 500,
|
|
4598
|
+
cluster: "genAnalogInput",
|
|
4599
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4600
|
+
description: "Setting Low CO2 Gas Border",
|
|
4601
|
+
access: "STATE_SET",
|
|
4602
|
+
}),
|
|
4603
|
+
],
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
zigbeeModel: ["EFEKTA_iAQ_S_II"],
|
|
4607
|
+
model: "EFEKTA_iAQ_S_II",
|
|
4608
|
+
vendor: "EFEKTA",
|
|
4609
|
+
description: "CO2 and atmospheric pressure мonitor with TFT Display, outdoor temperature and humidity",
|
|
4610
|
+
extend: [
|
|
4611
|
+
m.deviceEndpoints({ endpoints: { "1": 1, "2": 2 } }),
|
|
4612
|
+
m.co2({
|
|
4613
|
+
reporting: co2Reporting,
|
|
4614
|
+
access: "STATE",
|
|
4615
|
+
}),
|
|
4616
|
+
m.temperature({
|
|
4617
|
+
endpointNames: ["1"],
|
|
4618
|
+
description: "Measured value of the built-in temperature sensor",
|
|
4619
|
+
reporting: fourReporting,
|
|
4620
|
+
access: "STATE",
|
|
4621
|
+
}),
|
|
4622
|
+
m.temperature({
|
|
4623
|
+
endpointNames: ["2"],
|
|
4624
|
+
description: "Measured value of the external temperature sensor",
|
|
4625
|
+
reporting: fourReporting,
|
|
4626
|
+
access: "STATE",
|
|
4627
|
+
}),
|
|
4628
|
+
m.humidity({
|
|
4629
|
+
endpointNames: ["1"],
|
|
4630
|
+
description: "Measured value of the built-in humidity sensor",
|
|
4631
|
+
reporting: fourReporting,
|
|
4632
|
+
access: "STATE",
|
|
4633
|
+
}),
|
|
4634
|
+
m.humidity({
|
|
4635
|
+
endpointNames: ["2"],
|
|
4636
|
+
description: "Measured value of the external humidity sensor",
|
|
4637
|
+
reporting: fourReporting,
|
|
4638
|
+
access: "STATE",
|
|
4639
|
+
}),
|
|
4640
|
+
m.pressure({
|
|
4641
|
+
reporting: threeReporting,
|
|
4642
|
+
access: "STATE",
|
|
4643
|
+
}),
|
|
4644
|
+
m.illuminance({
|
|
4645
|
+
reporting: defaultReporting,
|
|
4646
|
+
access: "STATE",
|
|
4647
|
+
}),
|
|
4648
|
+
m.binary({
|
|
4649
|
+
name: "auto_brightness",
|
|
4650
|
+
valueOn: ["ON", 1],
|
|
4651
|
+
valueOff: ["OFF", 0],
|
|
4652
|
+
cluster: "msCO2",
|
|
4653
|
+
attribute: { ID: 0x0203, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4654
|
+
description: "Enable or Disable Auto Brightness of the Display",
|
|
4655
|
+
access: "STATE_SET",
|
|
4656
|
+
}),
|
|
4657
|
+
m.binary({
|
|
4658
|
+
name: "night_onoff_backlight",
|
|
4659
|
+
valueOn: ["ON", 1],
|
|
4660
|
+
valueOff: ["OFF", 0],
|
|
4661
|
+
cluster: "msCO2",
|
|
4662
|
+
attribute: { ID: 0x0401, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4663
|
+
description: "Complete shutdown of the backlight at night mode",
|
|
4664
|
+
access: "STATE_SET",
|
|
4665
|
+
}),
|
|
4666
|
+
m.numeric({
|
|
4667
|
+
name: "night_on_backlight",
|
|
4668
|
+
unit: "Hr",
|
|
4669
|
+
valueMin: 0,
|
|
4670
|
+
valueMax: 23,
|
|
4671
|
+
cluster: "msCO2",
|
|
4672
|
+
attribute: { ID: 0x0402, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
4673
|
+
description: "Night mode activation time",
|
|
4674
|
+
access: "STATE_SET",
|
|
4675
|
+
}),
|
|
4676
|
+
m.numeric({
|
|
4677
|
+
name: "night_off_backlight",
|
|
4678
|
+
unit: "Hr",
|
|
4679
|
+
valueMin: 0,
|
|
4680
|
+
valueMax: 23,
|
|
4681
|
+
cluster: "msCO2",
|
|
4682
|
+
attribute: { ID: 0x0403, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
|
|
4683
|
+
description: "Night mode deactivation time",
|
|
4684
|
+
access: "STATE_SET",
|
|
4685
|
+
}),
|
|
4686
|
+
m.enumLookup({
|
|
4687
|
+
name: "long_chart_period",
|
|
4688
|
+
lookup: { "1H": 0, "24H": 1 },
|
|
4689
|
+
cluster: "msCO2",
|
|
4690
|
+
attribute: { ID: 0x0204, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4691
|
+
description: "The period of plotting the CO2 level(OFF - 1H | ON - 24H)",
|
|
4692
|
+
access: "STATE_SET",
|
|
4693
|
+
}),
|
|
4694
|
+
m.enumLookup({
|
|
4695
|
+
name: "long_chart_period2",
|
|
4696
|
+
lookup: { "1H": 0, "24H": 1 },
|
|
4697
|
+
cluster: "msCO2",
|
|
4698
|
+
attribute: { ID: 0x0244, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4699
|
+
description: "The period of plotting the рressure level(OFF - 1H | ON - 24H)",
|
|
4700
|
+
access: "STATE_SET",
|
|
4701
|
+
}),
|
|
4702
|
+
m.numeric({
|
|
4703
|
+
name: "temperature_offset",
|
|
4704
|
+
unit: "°C",
|
|
4705
|
+
valueMin: -50,
|
|
4706
|
+
valueMax: 50,
|
|
4707
|
+
valueStep: 0.1,
|
|
4708
|
+
scale: 10,
|
|
4709
|
+
cluster: "msTemperatureMeasurement",
|
|
4710
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
4711
|
+
description: "Adjust temperature",
|
|
4712
|
+
access: "STATE_SET",
|
|
4713
|
+
}),
|
|
4714
|
+
m.numeric({
|
|
4715
|
+
name: "humidity_offset",
|
|
4716
|
+
unit: "%",
|
|
4717
|
+
valueMin: -50,
|
|
4718
|
+
valueMax: 50,
|
|
4719
|
+
valueStep: 1,
|
|
4720
|
+
cluster: "msRelativeHumidity",
|
|
4721
|
+
attribute: { ID: 0x0210, type: zigbee_herdsman_1.Zcl.DataType.INT16 },
|
|
4722
|
+
description: "Adjust humidity",
|
|
4723
|
+
access: "STATE_SET",
|
|
4724
|
+
}),
|
|
4725
|
+
m.binary({
|
|
4726
|
+
name: "forced_recalibration",
|
|
4727
|
+
valueOn: ["ON", 1],
|
|
4728
|
+
valueOff: ["OFF", 0],
|
|
4729
|
+
cluster: "msCO2",
|
|
4730
|
+
attribute: { ID: 0x0202, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4731
|
+
description: "Start FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
4732
|
+
access: "STATE_SET",
|
|
4733
|
+
}),
|
|
4734
|
+
m.binary({
|
|
4735
|
+
name: "factory_reset_co2",
|
|
4736
|
+
valueOn: ["ON", 1],
|
|
4737
|
+
valueOff: ["OFF", 0],
|
|
4738
|
+
cluster: "msCO2",
|
|
4739
|
+
attribute: { ID: 0x0206, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4740
|
+
description: "Factory Reset CO2 sensor",
|
|
4741
|
+
access: "STATE_SET",
|
|
4742
|
+
}),
|
|
4743
|
+
m.numeric({
|
|
4744
|
+
name: "manual_forced_recalibration",
|
|
4745
|
+
unit: "ppm",
|
|
4746
|
+
valueMin: 0,
|
|
4747
|
+
valueMax: 5000,
|
|
4748
|
+
cluster: "msCO2",
|
|
4749
|
+
attribute: { ID: 0x0207, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4750
|
+
description: "Start Manual FRC (Perform Forced Recalibration of the CO2 Sensor)",
|
|
4751
|
+
access: "STATE_SET",
|
|
4752
|
+
}),
|
|
4753
|
+
m.binary({
|
|
4754
|
+
name: "enable_gas",
|
|
4755
|
+
valueOn: ["ON", 1],
|
|
4756
|
+
valueOff: ["OFF", 0],
|
|
4757
|
+
cluster: "msCO2",
|
|
4758
|
+
attribute: { ID: 0x0220, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4759
|
+
description: "Enable CO2 Gas Control",
|
|
4760
|
+
access: "STATE_SET",
|
|
4761
|
+
}),
|
|
4762
|
+
m.binary({
|
|
4763
|
+
name: "invert_logic_gas",
|
|
4764
|
+
valueOn: ["ON", 1],
|
|
4765
|
+
valueOff: ["OFF", 0],
|
|
4766
|
+
cluster: "msCO2",
|
|
4767
|
+
attribute: { ID: 0x0225, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
|
|
4768
|
+
description: "Enable invert logic CO2 Gas Control",
|
|
4769
|
+
access: "STATE_SET",
|
|
4770
|
+
}),
|
|
4771
|
+
m.numeric({
|
|
4772
|
+
name: "high_gas",
|
|
4773
|
+
unit: "ppm",
|
|
4774
|
+
valueMin: 400,
|
|
4775
|
+
valueMax: 5000,
|
|
4776
|
+
cluster: "msCO2",
|
|
4777
|
+
attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4778
|
+
description: "Setting High CO2 Gas Border",
|
|
4779
|
+
access: "STATE_SET",
|
|
4780
|
+
}),
|
|
4781
|
+
m.numeric({
|
|
4782
|
+
name: "low_gas",
|
|
4783
|
+
unit: "ppm",
|
|
4784
|
+
valueMin: 400,
|
|
4785
|
+
valueMax: 5000,
|
|
4786
|
+
cluster: "msCO2",
|
|
4787
|
+
attribute: { ID: 0x0222, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
|
|
4788
|
+
description: "Setting Low CO2 Gas Border",
|
|
4789
|
+
access: "STATE_SET",
|
|
4790
|
+
}),
|
|
4791
|
+
],
|
|
4792
|
+
},
|
|
4357
4793
|
];
|
|
4358
4794
|
//# sourceMappingURL=efekta.js.map
|