zigbee-herdsman-converters 21.9.2 → 21.11.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 +37 -0
- package/converters/fromZigbee.d.ts +0 -5
- package/converters/fromZigbee.d.ts.map +1 -1
- package/converters/fromZigbee.js +0 -25
- package/converters/fromZigbee.js.map +1 -1
- package/converters/toZigbee.d.ts +343 -352
- package/converters/toZigbee.d.ts.map +1 -1
- package/converters/toZigbee.js +0 -20
- package/converters/toZigbee.js.map +1 -1
- package/devices/adeo.d.ts.map +1 -1
- package/devices/adeo.js +6 -6
- package/devices/adeo.js.map +1 -1
- package/devices/bosch.js +1 -1
- package/devices/bosch.js.map +1 -1
- package/devices/gmmts.d.ts.map +1 -1
- package/devices/gmmts.js.map +1 -1
- package/devices/index.d.ts.map +1 -1
- package/devices/index.js +2 -0
- package/devices/index.js.map +1 -1
- package/devices/nodon.d.ts.map +1 -1
- package/devices/nodon.js +11 -10
- package/devices/nodon.js.map +1 -1
- package/devices/nous.d.ts.map +1 -1
- package/devices/nous.js +1 -0
- package/devices/nous.js.map +1 -1
- package/devices/plugwise.js +2 -2
- package/devices/plugwise.js.map +1 -1
- package/devices/robb.d.ts.map +1 -1
- package/devices/robb.js +12 -0
- package/devices/robb.js.map +1 -1
- package/devices/salus_controls.d.ts.map +1 -1
- package/devices/salus_controls.js +50 -0
- package/devices/salus_controls.js.map +1 -1
- package/devices/sonoff.d.ts.map +1 -1
- package/devices/sonoff.js +6 -1
- package/devices/sonoff.js.map +1 -1
- package/devices/sunricher.d.ts.map +1 -1
- package/devices/sunricher.js +125 -0
- package/devices/sunricher.js.map +1 -1
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +103 -7
- package/devices/tuya.js.map +1 -1
- package/devices/xal.d.ts +4 -0
- package/devices/xal.d.ts.map +1 -0
- package/devices/xal.js +22 -0
- package/devices/xal.js.map +1 -0
- package/devices/yale.d.ts.map +1 -1
- package/devices/yale.js.map +1 -1
- package/devices/yandex.d.ts.map +1 -1
- package/devices/yandex.js.map +1 -1
- package/devices/zigbeetlc.d.ts.map +1 -1
- package/devices/zigbeetlc.js +2 -0
- package/devices/zigbeetlc.js.map +1 -1
- package/lib/constants.d.ts.map +1 -1
- package/lib/constants.js +4 -0
- package/lib/constants.js.map +1 -1
- package/lib/ewelink.d.ts +1 -1
- package/lib/generateDefinition.d.ts.map +1 -1
- package/lib/generateDefinition.js +2 -2
- package/lib/generateDefinition.js.map +1 -1
- package/lib/ledvance.d.ts +1 -1
- package/lib/legacy.d.ts +123 -123
- package/lib/legrand.d.ts +6 -6
- package/lib/lumi.d.ts +90 -90
- package/lib/nodon.d.ts +3 -0
- package/lib/nodon.d.ts.map +1 -0
- package/lib/nodon.js +130 -0
- package/lib/nodon.js.map +1 -0
- package/lib/philips.d.ts +10 -10
- package/lib/sunricher.d.ts +1 -1
- package/lib/tuya.d.ts +20 -20
- package/lib/types.d.ts +4 -4
- package/lib/types.d.ts.map +1 -1
- package/lib/zosung.d.ts +2 -2
- package/package.json +3 -3
package/lib/legacy.d.ts
CHANGED
|
@@ -4541,71 +4541,71 @@ declare const thermostatSystemModes: {
|
|
|
4541
4541
|
declare const toZigbee: {
|
|
4542
4542
|
zb_sm_cover: {
|
|
4543
4543
|
key: string[];
|
|
4544
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4544
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4545
4545
|
};
|
|
4546
4546
|
x5h_thermostat: {
|
|
4547
4547
|
key: string[];
|
|
4548
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4548
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4549
4549
|
};
|
|
4550
4550
|
zs_thermostat_child_lock: {
|
|
4551
4551
|
key: string[];
|
|
4552
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4552
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4553
4553
|
};
|
|
4554
4554
|
zs_thermostat_binary_one: {
|
|
4555
4555
|
key: string[];
|
|
4556
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4556
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4557
4557
|
};
|
|
4558
4558
|
zs_thermostat_binary_two: {
|
|
4559
4559
|
key: string[];
|
|
4560
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4560
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4561
4561
|
};
|
|
4562
4562
|
zs_thermostat_current_heating_setpoint: {
|
|
4563
4563
|
key: string[];
|
|
4564
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4564
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4565
4565
|
};
|
|
4566
4566
|
zs_thermostat_current_heating_setpoint_auto: {
|
|
4567
4567
|
key: string[];
|
|
4568
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4568
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4569
4569
|
};
|
|
4570
4570
|
zs_thermostat_comfort_temp: {
|
|
4571
4571
|
key: string[];
|
|
4572
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4572
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4573
4573
|
};
|
|
4574
4574
|
zs_thermostat_openwindow_temp: {
|
|
4575
4575
|
key: string[];
|
|
4576
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4576
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4577
4577
|
};
|
|
4578
4578
|
zs_thermostat_openwindow_time: {
|
|
4579
4579
|
key: string[];
|
|
4580
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4580
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4581
4581
|
};
|
|
4582
4582
|
zs_thermostat_eco_temp: {
|
|
4583
4583
|
key: string[];
|
|
4584
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4584
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4585
4585
|
};
|
|
4586
4586
|
zs_thermostat_preset_mode: {
|
|
4587
4587
|
key: string[];
|
|
4588
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4588
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4589
4589
|
};
|
|
4590
4590
|
zs_thermostat_system_mode: {
|
|
4591
4591
|
key: string[];
|
|
4592
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4592
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4593
4593
|
};
|
|
4594
4594
|
zs_thermostat_local_temperature_calibration: {
|
|
4595
4595
|
key: string[];
|
|
4596
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4596
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4597
4597
|
};
|
|
4598
4598
|
zs_thermostat_away_setting: {
|
|
4599
4599
|
key: string[];
|
|
4600
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4600
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: KeyValueAny, meta: Tz.Meta) => Promise<void>;
|
|
4601
4601
|
};
|
|
4602
4602
|
zs_thermostat_local_schedule: {
|
|
4603
4603
|
key: string[];
|
|
4604
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4604
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4605
4605
|
};
|
|
4606
4606
|
giexWaterValve: {
|
|
4607
4607
|
key: string[];
|
|
4608
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4608
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<{
|
|
4609
4609
|
state: {
|
|
4610
4610
|
[x: string]: any;
|
|
4611
4611
|
};
|
|
@@ -4613,11 +4613,11 @@ declare const toZigbee: {
|
|
|
4613
4613
|
};
|
|
4614
4614
|
tuya_alecto_smoke: {
|
|
4615
4615
|
key: string[];
|
|
4616
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4616
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4617
4617
|
};
|
|
4618
4618
|
matsee_garage_door_opener: {
|
|
4619
4619
|
key: string[];
|
|
4620
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4620
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<{
|
|
4621
4621
|
state: {
|
|
4622
4622
|
trigger: unknown;
|
|
4623
4623
|
};
|
|
@@ -4625,51 +4625,51 @@ declare const toZigbee: {
|
|
|
4625
4625
|
};
|
|
4626
4626
|
connecte_thermostat: {
|
|
4627
4627
|
key: string[];
|
|
4628
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4628
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4629
4629
|
};
|
|
4630
4630
|
moes_thermostat_child_lock: {
|
|
4631
4631
|
key: string[];
|
|
4632
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4632
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4633
4633
|
};
|
|
4634
4634
|
moes_thermostat_current_heating_setpoint: {
|
|
4635
4635
|
key: string[];
|
|
4636
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4636
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4637
4637
|
};
|
|
4638
4638
|
moes_thermostat_deadzone_temperature: {
|
|
4639
4639
|
key: string[];
|
|
4640
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4640
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4641
4641
|
};
|
|
4642
4642
|
moes_thermostat_calibration: {
|
|
4643
4643
|
key: string[];
|
|
4644
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4644
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4645
4645
|
};
|
|
4646
4646
|
moes_thermostat_min_temperature_limit: {
|
|
4647
4647
|
key: string[];
|
|
4648
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4648
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4649
4649
|
};
|
|
4650
4650
|
moes_thermostat_max_temperature_limit: {
|
|
4651
4651
|
key: string[];
|
|
4652
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4652
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4653
4653
|
};
|
|
4654
4654
|
moes_thermostat_mode: {
|
|
4655
4655
|
key: string[];
|
|
4656
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4656
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4657
4657
|
};
|
|
4658
4658
|
moes_thermostat_mode2: {
|
|
4659
4659
|
key: string[];
|
|
4660
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4660
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4661
4661
|
};
|
|
4662
4662
|
moes_thermostat_standby: {
|
|
4663
4663
|
key: string[];
|
|
4664
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4664
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4665
4665
|
};
|
|
4666
4666
|
moes_thermostat_program_schedule: {
|
|
4667
4667
|
key: string[];
|
|
4668
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4668
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4669
4669
|
};
|
|
4670
4670
|
moesS_thermostat_system_mode: {
|
|
4671
4671
|
key: string[];
|
|
4672
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4672
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<{
|
|
4673
4673
|
state: {
|
|
4674
4674
|
system_mode: string;
|
|
4675
4675
|
};
|
|
@@ -4677,75 +4677,75 @@ declare const toZigbee: {
|
|
|
4677
4677
|
};
|
|
4678
4678
|
moesS_thermostat_preset: {
|
|
4679
4679
|
key: string[];
|
|
4680
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4680
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4681
4681
|
};
|
|
4682
4682
|
moesS_thermostat_current_heating_setpoint: {
|
|
4683
4683
|
key: string[];
|
|
4684
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4684
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4685
4685
|
};
|
|
4686
4686
|
moesS_thermostat_boost_heating: {
|
|
4687
4687
|
key: string[];
|
|
4688
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4688
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4689
4689
|
};
|
|
4690
4690
|
moesS_thermostat_window_detection: {
|
|
4691
4691
|
key: string[];
|
|
4692
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4692
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4693
4693
|
};
|
|
4694
4694
|
moesS_thermostat_child_lock: {
|
|
4695
4695
|
key: string[];
|
|
4696
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4696
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4697
4697
|
};
|
|
4698
4698
|
moesS_thermostat_boostHeatingCountdownTimeSet: {
|
|
4699
4699
|
key: string[];
|
|
4700
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4700
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4701
4701
|
};
|
|
4702
4702
|
moesS_thermostat_temperature_calibration: {
|
|
4703
4703
|
key: string[];
|
|
4704
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4704
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4705
4705
|
};
|
|
4706
4706
|
moesS_thermostat_moesSecoMode: {
|
|
4707
4707
|
key: string[];
|
|
4708
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4708
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4709
4709
|
};
|
|
4710
4710
|
moesS_thermostat_eco_temperature: {
|
|
4711
4711
|
key: string[];
|
|
4712
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4712
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4713
4713
|
};
|
|
4714
4714
|
moesS_thermostat_max_temperature: {
|
|
4715
4715
|
key: string[];
|
|
4716
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4716
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4717
4717
|
};
|
|
4718
4718
|
moesS_thermostat_min_temperature: {
|
|
4719
4719
|
key: string[];
|
|
4720
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4720
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4721
4721
|
};
|
|
4722
4722
|
moesS_thermostat_schedule_programming: {
|
|
4723
4723
|
key: string[];
|
|
4724
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4724
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: string, meta: Tz.Meta) => Promise<void>;
|
|
4725
4725
|
};
|
|
4726
4726
|
hgkg_thermostat_standby: {
|
|
4727
4727
|
key: string[];
|
|
4728
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4728
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4729
4729
|
};
|
|
4730
4730
|
moes_switch: {
|
|
4731
4731
|
key: string[];
|
|
4732
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4732
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4733
4733
|
};
|
|
4734
4734
|
moes_thermostat_sensor: {
|
|
4735
4735
|
key: string[];
|
|
4736
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4736
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4737
4737
|
};
|
|
4738
4738
|
tuya_dimmer_state: {
|
|
4739
4739
|
key: string[];
|
|
4740
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4740
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4741
4741
|
};
|
|
4742
4742
|
tuya_dimmer_level: {
|
|
4743
4743
|
key: string[];
|
|
4744
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4744
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4745
4745
|
};
|
|
4746
4746
|
tuya_switch_state: {
|
|
4747
4747
|
key: string[];
|
|
4748
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4748
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<{
|
|
4749
4749
|
state: {
|
|
4750
4750
|
state: any;
|
|
4751
4751
|
};
|
|
@@ -4753,7 +4753,7 @@ declare const toZigbee: {
|
|
|
4753
4753
|
};
|
|
4754
4754
|
frankever_threshold: {
|
|
4755
4755
|
key: string[];
|
|
4756
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4756
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<{
|
|
4757
4757
|
state: {
|
|
4758
4758
|
threshold: number;
|
|
4759
4759
|
};
|
|
@@ -4761,7 +4761,7 @@ declare const toZigbee: {
|
|
|
4761
4761
|
};
|
|
4762
4762
|
frankever_timer: {
|
|
4763
4763
|
key: string[];
|
|
4764
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4764
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<{
|
|
4765
4765
|
state: {
|
|
4766
4766
|
timer: number;
|
|
4767
4767
|
};
|
|
@@ -4769,7 +4769,7 @@ declare const toZigbee: {
|
|
|
4769
4769
|
};
|
|
4770
4770
|
ZVG1_timer: {
|
|
4771
4771
|
key: string[];
|
|
4772
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4772
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<{
|
|
4773
4773
|
state: {
|
|
4774
4774
|
timer: number;
|
|
4775
4775
|
};
|
|
@@ -4777,123 +4777,123 @@ declare const toZigbee: {
|
|
|
4777
4777
|
};
|
|
4778
4778
|
ZVG1_weather_delay: {
|
|
4779
4779
|
key: string[];
|
|
4780
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4780
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: string, meta: Tz.Meta) => Promise<void>;
|
|
4781
4781
|
};
|
|
4782
4782
|
ZVG1_cycle_timer: {
|
|
4783
4783
|
key: string[];
|
|
4784
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4784
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: string, meta: Tz.Meta) => Promise<KeyValueAny>;
|
|
4785
4785
|
};
|
|
4786
4786
|
ZVG1_normal_schedule_timer: {
|
|
4787
4787
|
key: string[];
|
|
4788
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4788
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: string, meta: Tz.Meta) => Promise<KeyValueAny>;
|
|
4789
4789
|
};
|
|
4790
4790
|
etop_thermostat_system_mode: {
|
|
4791
4791
|
key: string[];
|
|
4792
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4792
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4793
4793
|
};
|
|
4794
4794
|
etop_thermostat_away_mode: {
|
|
4795
4795
|
key: string[];
|
|
4796
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4796
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4797
4797
|
};
|
|
4798
4798
|
tuya_thermostat_weekly_schedule: {
|
|
4799
4799
|
key: string[];
|
|
4800
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4800
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4801
4801
|
};
|
|
4802
4802
|
tuya_thermostat_child_lock: {
|
|
4803
4803
|
key: string[];
|
|
4804
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4804
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4805
4805
|
};
|
|
4806
4806
|
tuya_thermostat_window_detection: {
|
|
4807
4807
|
key: string[];
|
|
4808
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4808
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4809
4809
|
};
|
|
4810
4810
|
siterwell_thermostat_window_detection: {
|
|
4811
4811
|
key: string[];
|
|
4812
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4812
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4813
4813
|
};
|
|
4814
4814
|
tuya_thermostat_valve_detection: {
|
|
4815
4815
|
key: string[];
|
|
4816
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4816
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4817
4817
|
};
|
|
4818
4818
|
tuya_thermostat_current_heating_setpoint: {
|
|
4819
4819
|
key: string[];
|
|
4820
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4820
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4821
4821
|
};
|
|
4822
4822
|
tuya_thermostat_system_mode: {
|
|
4823
4823
|
key: string[];
|
|
4824
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4824
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4825
4825
|
};
|
|
4826
4826
|
tuya_thermostat_preset: {
|
|
4827
4827
|
key: string[];
|
|
4828
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4828
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4829
4829
|
};
|
|
4830
4830
|
tuya_thermostat_away_mode: {
|
|
4831
4831
|
key: string[];
|
|
4832
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4832
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4833
4833
|
};
|
|
4834
4834
|
tuya_thermostat_fan_mode: {
|
|
4835
4835
|
key: string[];
|
|
4836
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4836
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4837
4837
|
};
|
|
4838
4838
|
tuya_thermostat_bac_fan_mode: {
|
|
4839
4839
|
key: string[];
|
|
4840
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4840
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4841
4841
|
};
|
|
4842
4842
|
tuya_thermostat_auto_lock: {
|
|
4843
4843
|
key: string[];
|
|
4844
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4844
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4845
4845
|
};
|
|
4846
4846
|
tuya_thermostat_calibration: {
|
|
4847
4847
|
key: string[];
|
|
4848
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4848
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: number, meta: Tz.Meta) => Promise<void>;
|
|
4849
4849
|
};
|
|
4850
4850
|
tuya_thermostat_min_temp: {
|
|
4851
4851
|
key: string[];
|
|
4852
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4852
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4853
4853
|
};
|
|
4854
4854
|
tuya_thermostat_max_temp: {
|
|
4855
4855
|
key: string[];
|
|
4856
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4856
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4857
4857
|
};
|
|
4858
4858
|
tuya_thermostat_boost_time: {
|
|
4859
4859
|
key: string[];
|
|
4860
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4860
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4861
4861
|
};
|
|
4862
4862
|
tuya_thermostat_comfort_temp: {
|
|
4863
4863
|
key: string[];
|
|
4864
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4864
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4865
4865
|
};
|
|
4866
4866
|
tuya_thermostat_eco_temp: {
|
|
4867
4867
|
key: string[];
|
|
4868
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4868
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4869
4869
|
};
|
|
4870
4870
|
tuya_thermostat_force: {
|
|
4871
4871
|
key: string[];
|
|
4872
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4872
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4873
4873
|
};
|
|
4874
4874
|
tuya_thermostat_force_to_mode: {
|
|
4875
4875
|
key: string[];
|
|
4876
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4876
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4877
4877
|
};
|
|
4878
4878
|
tuya_thermostat_away_preset: {
|
|
4879
4879
|
key: string[];
|
|
4880
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4880
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4881
4881
|
};
|
|
4882
4882
|
tuya_thermostat_window_detect: {
|
|
4883
4883
|
key: string[];
|
|
4884
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4884
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: KeyValueAny, meta: Tz.Meta) => Promise<void>;
|
|
4885
4885
|
};
|
|
4886
4886
|
tuya_thermostat_schedule: {
|
|
4887
4887
|
key: string[];
|
|
4888
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4888
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4889
4889
|
};
|
|
4890
4890
|
tuya_thermostat_schedule_programming_mode: {
|
|
4891
4891
|
key: string[];
|
|
4892
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4892
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4893
4893
|
};
|
|
4894
4894
|
tuya_thermostat_week: {
|
|
4895
4895
|
key: string[];
|
|
4896
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4896
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<{
|
|
4897
4897
|
state: {
|
|
4898
4898
|
week: any;
|
|
4899
4899
|
};
|
|
@@ -4901,124 +4901,124 @@ declare const toZigbee: {
|
|
|
4901
4901
|
};
|
|
4902
4902
|
tuya_cover_options: {
|
|
4903
4903
|
key: string[];
|
|
4904
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4904
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4905
4905
|
};
|
|
4906
4906
|
neo_nas_pd07: {
|
|
4907
4907
|
key: string[];
|
|
4908
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4908
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4909
4909
|
};
|
|
4910
4910
|
neo_t_h_alarm: {
|
|
4911
4911
|
key: string[];
|
|
4912
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4912
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4913
4913
|
};
|
|
4914
4914
|
neo_alarm: {
|
|
4915
4915
|
key: string[];
|
|
4916
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4916
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4917
4917
|
};
|
|
4918
4918
|
nous_lcd_temperature_humidity_sensor: {
|
|
4919
4919
|
key: string[];
|
|
4920
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4920
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4921
4921
|
};
|
|
4922
4922
|
saswell_thermostat_current_heating_setpoint: {
|
|
4923
4923
|
key: string[];
|
|
4924
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4924
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4925
4925
|
};
|
|
4926
4926
|
saswell_thermostat_mode: {
|
|
4927
4927
|
key: string[];
|
|
4928
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4928
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4929
4929
|
};
|
|
4930
4930
|
saswell_thermostat_away: {
|
|
4931
4931
|
key: string[];
|
|
4932
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4932
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4933
4933
|
};
|
|
4934
4934
|
saswell_thermostat_child_lock: {
|
|
4935
4935
|
key: string[];
|
|
4936
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4936
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4937
4937
|
};
|
|
4938
4938
|
saswell_thermostat_window_detection: {
|
|
4939
4939
|
key: string[];
|
|
4940
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4940
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4941
4941
|
};
|
|
4942
4942
|
saswell_thermostat_frost_detection: {
|
|
4943
4943
|
key: string[];
|
|
4944
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4944
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4945
4945
|
};
|
|
4946
4946
|
saswell_thermostat_anti_scaling: {
|
|
4947
4947
|
key: string[];
|
|
4948
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4948
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4949
4949
|
};
|
|
4950
4950
|
saswell_thermostat_calibration: {
|
|
4951
4951
|
key: string[];
|
|
4952
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4952
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4953
4953
|
};
|
|
4954
4954
|
evanell_thermostat_current_heating_setpoint: {
|
|
4955
4955
|
key: string[];
|
|
4956
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4956
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4957
4957
|
};
|
|
4958
4958
|
evanell_thermostat_system_mode: {
|
|
4959
4959
|
key: string[];
|
|
4960
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4960
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4961
4961
|
};
|
|
4962
4962
|
evanell_thermostat_child_lock: {
|
|
4963
4963
|
key: string[];
|
|
4964
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4964
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4965
4965
|
};
|
|
4966
4966
|
silvercrest_smart_led_string: {
|
|
4967
4967
|
key: string[];
|
|
4968
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4968
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4969
4969
|
};
|
|
4970
4970
|
tuya_data_point_test: {
|
|
4971
4971
|
key: string[];
|
|
4972
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4972
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: string, meta: Tz.Meta) => Promise<void>;
|
|
4973
4973
|
};
|
|
4974
4974
|
hy_thermostat: {
|
|
4975
4975
|
key: string[];
|
|
4976
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4976
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4977
4977
|
};
|
|
4978
4978
|
ZB003X: {
|
|
4979
4979
|
key: string[];
|
|
4980
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4980
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4981
4981
|
};
|
|
4982
4982
|
ZB006X_settings: {
|
|
4983
4983
|
key: string[];
|
|
4984
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4984
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4985
4985
|
};
|
|
4986
4986
|
tuya_motion_sensor: {
|
|
4987
4987
|
key: string[];
|
|
4988
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4988
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4989
4989
|
};
|
|
4990
4990
|
javis_microwave_sensor: {
|
|
4991
4991
|
key: string[];
|
|
4992
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4992
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
4993
4993
|
};
|
|
4994
4994
|
moes_thermostat_tv: {
|
|
4995
4995
|
key: string[];
|
|
4996
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
4996
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
4997
4997
|
};
|
|
4998
4998
|
tuya_light_wz5: {
|
|
4999
4999
|
key: string[];
|
|
5000
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5000
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<{
|
|
5001
5001
|
state: KeyValueAny;
|
|
5002
5002
|
}>;
|
|
5003
5003
|
};
|
|
5004
5004
|
ZMAM02_cover: {
|
|
5005
5005
|
key: string[];
|
|
5006
5006
|
options: exposes.Binary[];
|
|
5007
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5007
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5008
5008
|
};
|
|
5009
5009
|
tuya_smart_human_presense_sensor: {
|
|
5010
5010
|
key: string[];
|
|
5011
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5011
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5012
5012
|
};
|
|
5013
5013
|
ZG204ZL_lms: {
|
|
5014
5014
|
key: string[];
|
|
5015
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5016
|
-
convertGet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5015
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
5016
|
+
convertGet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, meta: Tz.Meta) => Promise<void>;
|
|
5017
5017
|
};
|
|
5018
5018
|
moes_cover: {
|
|
5019
5019
|
key: string[];
|
|
5020
5020
|
options: exposes.Binary[];
|
|
5021
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5021
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<{
|
|
5022
5022
|
state: {
|
|
5023
5023
|
position: any;
|
|
5024
5024
|
backlight?: undefined;
|
|
@@ -5040,7 +5040,7 @@ declare const toZigbee: {
|
|
|
5040
5040
|
};
|
|
5041
5041
|
hoch_din: {
|
|
5042
5042
|
key: string[];
|
|
5043
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5043
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<{
|
|
5044
5044
|
state: {
|
|
5045
5045
|
state: any;
|
|
5046
5046
|
child_lock?: undefined;
|
|
@@ -5084,44 +5084,44 @@ declare const toZigbee: {
|
|
|
5084
5084
|
};
|
|
5085
5085
|
SA12IZL_silence_siren: {
|
|
5086
5086
|
key: string[];
|
|
5087
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5087
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5088
5088
|
};
|
|
5089
5089
|
SA12IZL_alarm: {
|
|
5090
5090
|
key: string[];
|
|
5091
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5091
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5092
5092
|
};
|
|
5093
5093
|
R7049_silenceSiren: {
|
|
5094
5094
|
key: string[];
|
|
5095
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5095
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5096
5096
|
};
|
|
5097
5097
|
R7049_testAlarm: {
|
|
5098
5098
|
key: string[];
|
|
5099
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5099
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5100
5100
|
};
|
|
5101
5101
|
R7049_alarm: {
|
|
5102
5102
|
key: string[];
|
|
5103
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5103
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5104
5104
|
};
|
|
5105
5105
|
valve_state: {
|
|
5106
5106
|
key: string[];
|
|
5107
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5107
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
5108
5108
|
};
|
|
5109
5109
|
shutdown_timer: {
|
|
5110
5110
|
key: string[];
|
|
5111
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5111
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
5112
5112
|
};
|
|
5113
5113
|
valve_state_auto_shutdown: {
|
|
5114
5114
|
key: string[];
|
|
5115
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5115
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: unknown, meta: Tz.Meta) => Promise<void>;
|
|
5116
5116
|
};
|
|
5117
5117
|
hpsz: {
|
|
5118
5118
|
key: string[];
|
|
5119
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5119
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5120
5120
|
};
|
|
5121
5121
|
tuya_cover_control: {
|
|
5122
5122
|
key: string[];
|
|
5123
5123
|
options: exposes.Binary[];
|
|
5124
|
-
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").
|
|
5124
|
+
convertSet: (entity: import("zigbee-herdsman/dist/controller/model").Group | import("zigbee-herdsman/dist/controller/model").Endpoint, key: string, value: any, meta: Tz.Meta) => Promise<void>;
|
|
5125
5125
|
};
|
|
5126
5126
|
};
|
|
5127
5127
|
export { fromZigbee as fz, fromZigbee, toZigbee as tz, toZigbee, thermostatControlSequenceOfOperations, thermostatSystemModes, tuyaHPSCheckingResult, thermostatSystemModes2, thermostatSystemModes3, thermostatSystemModes4, thermostatPresets, giexWaterValve, msLookups, ZMLookups, firstDpValue, dpValueFromEnum, dataPoints, dpValueFromBool, dpValueFromIntValue, dpValueFromRaw, dpValueFromBitmap, dpValueFromStringBuffer, moesSwitch, getDataValue, getTypeName, logUnexpectedDataPoint, logUnexpectedDataType, getDataPointNames, getCoverStateEnums, convertDecimalValueTo4ByteHexArray, sendDataPoints, convertStringToHexArray, sendDataPoint, sendDataPointValue, sendDataPointBool, sendDataPointEnum, sendDataPointRaw, sendDataPointBitmap, sendDataPointStringBuffer, convertRawToCycleTimer, logDataPoint, convertWeekdaysTo1ByteHexArray, convertRawToTimer, logUnexpectedDataValue, isCoverInverted, convertDecimalValueTo2ByteHexArray, convertTimeTo2ByteHexArray, getMetaValue, tuyaGetDataValue, };
|