zigbee-herdsman-converters 15.27.0 → 15.29.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 CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [15.29.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.28.0...v15.29.0) (2023-06-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** U86Z13A16-ZJH(HA) ([#5904](https://github.com/Koenkk/zigbee-herdsman-converters/issues/5904)) ([9302b7e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9302b7ea8515d557ddb4b402fa8ada645f64ad75))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **detect:** Detect `_TZ3000_0s1izerx` as TuYa ZTH01/ZTH02. https://github.com/Koenkk/zigbee2mqtt/issues/18098 ([55c814d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/55c814dd5c262a2a61c9fe2e7aa1ea331a7a641d))
14
+ * **detect:** Detect `_TZE204_aoclfnxz` as Moes BHT-006GBZB. https://github.com/Koenkk/zigbee2mqtt/issues/18097 ([08e8fc5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/08e8fc576163d542fce595f8b9665a9454855b84))
15
+ * Fix TuYa TS000F_power current value incorrect https://github.com/Koenkk/zigbee2mqtt/issues/18041 ([044dab3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/044dab3ce10bc82128fd64178fa233ef4279a996))
16
+
17
+ ## [15.28.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.27.0...v15.28.0) (2023-06-22)
18
+
19
+
20
+ ### Features
21
+
22
+ * **add:** C202 https://github.com/Koenkk/zigbee2mqtt/issues/18081 ([30e6fcd](https://github.com/Koenkk/zigbee-herdsman-converters/commit/30e6fcd2eec8098282056615bb7db14f4b352787))
23
+ * **add:** ST8EM-CON [@saschaludwig](https://github.com/saschaludwig) https://github.com/Koenkk/zigbee2mqtt/issues/18087 ([6c5930c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/6c5930c741a426d97f77edc117adcc72832cd596))
24
+ * **add:** TERNCY-WS01 [@gcmilo704](https://github.com/gcmilo704) https://github.com/Koenkk/zigbee2mqtt/issues/18086 ([5016e9f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5016e9fce912bc60fa45b0811174e0e5edb08455))
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * Move 99099 from AwoX to EGLO. https://github.com/Koenkk/zigbee2mqtt.io/pull/2095 ([21e2b55](https://github.com/Koenkk/zigbee-herdsman-converters/commit/21e2b55c9dc799d4e1296b7e7de92664293406a0))
30
+
3
31
  ## [15.27.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.26.0...v15.27.0) (2023-06-20)
4
32
 
5
33
 
@@ -3511,31 +3511,37 @@ export namespace SNZB02_humidity {
3511
3511
  };
3512
3512
  export { convert_295 as convert };
3513
3513
  }
3514
- export namespace ignore_onoff_report {
3514
+ export namespace awox_colors {
3515
3515
  let cluster_296: string;
3516
3516
  export { cluster_296 as cluster };
3517
3517
  let type_296: string[];
3518
3518
  export { type_296 as type };
3519
- export function convert_296(model: any, msg: any, publish: any, options: any, meta: any): any;
3519
+ export function convert_296(model: any, msg: any, publish: any, options: any, meta: any): {
3520
+ action: string;
3521
+ };
3520
3522
  export { convert_296 as convert };
3521
3523
  }
3522
- export namespace ignore_basic_report {
3524
+ export namespace awox_refreshColored {
3523
3525
  let cluster_297: string;
3524
3526
  export { cluster_297 as cluster };
3525
3527
  let type_297: string[];
3526
3528
  export { type_297 as type };
3527
- export function convert_297(model: any, msg: any, publish: any, options: any, meta: any): any;
3529
+ export function convert_297(model: any, msg: any, publish: any, options: any, meta: any): {
3530
+ action: string;
3531
+ };
3528
3532
  export { convert_297 as convert };
3529
3533
  }
3530
- export namespace ignore_illuminance_report {
3534
+ export namespace awox_refresh {
3531
3535
  let cluster_298: string;
3532
3536
  export { cluster_298 as cluster };
3533
3537
  let type_298: string[];
3534
3538
  export { type_298 as type };
3535
- export function convert_298(model: any, msg: any, publish: any, options: any, meta: any): any;
3539
+ export function convert_298(model: any, msg: any, publish: any, options: any, meta: any): {
3540
+ action: string;
3541
+ };
3536
3542
  export { convert_298 as convert };
3537
3543
  }
3538
- export namespace ignore_occupancy_report {
3544
+ export namespace ignore_onoff_report {
3539
3545
  let cluster_299: string;
3540
3546
  export { cluster_299 as cluster };
3541
3547
  let type_299: string[];
@@ -3543,7 +3549,7 @@ export namespace ignore_occupancy_report {
3543
3549
  export function convert_299(model: any, msg: any, publish: any, options: any, meta: any): any;
3544
3550
  export { convert_299 as convert };
3545
3551
  }
3546
- export namespace ignore_temperature_report {
3552
+ export namespace ignore_basic_report {
3547
3553
  let cluster_300: string;
3548
3554
  export { cluster_300 as cluster };
3549
3555
  let type_300: string[];
@@ -3551,7 +3557,7 @@ export namespace ignore_temperature_report {
3551
3557
  export function convert_300(model: any, msg: any, publish: any, options: any, meta: any): any;
3552
3558
  export { convert_300 as convert };
3553
3559
  }
3554
- export namespace ignore_humidity_report {
3560
+ export namespace ignore_illuminance_report {
3555
3561
  let cluster_301: string;
3556
3562
  export { cluster_301 as cluster };
3557
3563
  let type_301: string[];
@@ -3559,7 +3565,7 @@ export namespace ignore_humidity_report {
3559
3565
  export function convert_301(model: any, msg: any, publish: any, options: any, meta: any): any;
3560
3566
  export { convert_301 as convert };
3561
3567
  }
3562
- export namespace ignore_pressure_report {
3568
+ export namespace ignore_occupancy_report {
3563
3569
  let cluster_302: string;
3564
3570
  export { cluster_302 as cluster };
3565
3571
  let type_302: string[];
@@ -3567,7 +3573,7 @@ export namespace ignore_pressure_report {
3567
3573
  export function convert_302(model: any, msg: any, publish: any, options: any, meta: any): any;
3568
3574
  export { convert_302 as convert };
3569
3575
  }
3570
- export namespace ignore_analog_report {
3576
+ export namespace ignore_temperature_report {
3571
3577
  let cluster_303: string;
3572
3578
  export { cluster_303 as cluster };
3573
3579
  let type_303: string[];
@@ -3575,7 +3581,7 @@ export namespace ignore_analog_report {
3575
3581
  export function convert_303(model: any, msg: any, publish: any, options: any, meta: any): any;
3576
3582
  export { convert_303 as convert };
3577
3583
  }
3578
- export namespace ignore_multistate_report {
3584
+ export namespace ignore_humidity_report {
3579
3585
  let cluster_304: string;
3580
3586
  export { cluster_304 as cluster };
3581
3587
  let type_304: string[];
@@ -3583,7 +3589,7 @@ export namespace ignore_multistate_report {
3583
3589
  export function convert_304(model: any, msg: any, publish: any, options: any, meta: any): any;
3584
3590
  export { convert_304 as convert };
3585
3591
  }
3586
- export namespace ignore_power_report {
3592
+ export namespace ignore_pressure_report {
3587
3593
  let cluster_305: string;
3588
3594
  export { cluster_305 as cluster };
3589
3595
  let type_305: string[];
@@ -3591,7 +3597,7 @@ export namespace ignore_power_report {
3591
3597
  export function convert_305(model: any, msg: any, publish: any, options: any, meta: any): any;
3592
3598
  export { convert_305 as convert };
3593
3599
  }
3594
- export namespace ignore_light_brightness_report {
3600
+ export namespace ignore_analog_report {
3595
3601
  let cluster_306: string;
3596
3602
  export { cluster_306 as cluster };
3597
3603
  let type_306: string[];
@@ -3599,7 +3605,7 @@ export namespace ignore_light_brightness_report {
3599
3605
  export function convert_306(model: any, msg: any, publish: any, options: any, meta: any): any;
3600
3606
  export { convert_306 as convert };
3601
3607
  }
3602
- export namespace ignore_light_color_colortemp_report {
3608
+ export namespace ignore_multistate_report {
3603
3609
  let cluster_307: string;
3604
3610
  export { cluster_307 as cluster };
3605
3611
  let type_307: string[];
@@ -3607,7 +3613,7 @@ export namespace ignore_light_color_colortemp_report {
3607
3613
  export function convert_307(model: any, msg: any, publish: any, options: any, meta: any): any;
3608
3614
  export { convert_307 as convert };
3609
3615
  }
3610
- export namespace ignore_closuresWindowCovering_report {
3616
+ export namespace ignore_power_report {
3611
3617
  let cluster_308: string;
3612
3618
  export { cluster_308 as cluster };
3613
3619
  let type_308: string[];
@@ -3615,7 +3621,7 @@ export namespace ignore_closuresWindowCovering_report {
3615
3621
  export function convert_308(model: any, msg: any, publish: any, options: any, meta: any): any;
3616
3622
  export { convert_308 as convert };
3617
3623
  }
3618
- export namespace ignore_thermostat_report {
3624
+ export namespace ignore_light_brightness_report {
3619
3625
  let cluster_309: string;
3620
3626
  export { cluster_309 as cluster };
3621
3627
  let type_309: string[];
@@ -3623,7 +3629,7 @@ export namespace ignore_thermostat_report {
3623
3629
  export function convert_309(model: any, msg: any, publish: any, options: any, meta: any): any;
3624
3630
  export { convert_309 as convert };
3625
3631
  }
3626
- export namespace ignore_iaszone_attreport {
3632
+ export namespace ignore_light_color_colortemp_report {
3627
3633
  let cluster_310: string;
3628
3634
  export { cluster_310 as cluster };
3629
3635
  let type_310: string[];
@@ -3631,15 +3637,15 @@ export namespace ignore_iaszone_attreport {
3631
3637
  export function convert_310(model: any, msg: any, publish: any, options: any, meta: any): any;
3632
3638
  export { convert_310 as convert };
3633
3639
  }
3634
- export namespace ignore_iaszone_statuschange {
3640
+ export namespace ignore_closuresWindowCovering_report {
3635
3641
  let cluster_311: string;
3636
3642
  export { cluster_311 as cluster };
3637
- let type_311: string;
3643
+ let type_311: string[];
3638
3644
  export { type_311 as type };
3639
3645
  export function convert_311(model: any, msg: any, publish: any, options: any, meta: any): any;
3640
3646
  export { convert_311 as convert };
3641
3647
  }
3642
- export namespace ignore_iaszone_report {
3648
+ export namespace ignore_thermostat_report {
3643
3649
  let cluster_312: string;
3644
3650
  export { cluster_312 as cluster };
3645
3651
  let type_312: string[];
@@ -3647,7 +3653,7 @@ export namespace ignore_iaszone_report {
3647
3653
  export function convert_312(model: any, msg: any, publish: any, options: any, meta: any): any;
3648
3654
  export { convert_312 as convert };
3649
3655
  }
3650
- export namespace ignore_iasace_commandgetpanelstatus {
3656
+ export namespace ignore_iaszone_attreport {
3651
3657
  let cluster_313: string;
3652
3658
  export { cluster_313 as cluster };
3653
3659
  let type_313: string[];
@@ -3655,39 +3661,39 @@ export namespace ignore_iasace_commandgetpanelstatus {
3655
3661
  export function convert_313(model: any, msg: any, publish: any, options: any, meta: any): any;
3656
3662
  export { convert_313 as convert };
3657
3663
  }
3658
- export namespace ignore_genIdentify {
3664
+ export namespace ignore_iaszone_statuschange {
3659
3665
  let cluster_314: string;
3660
3666
  export { cluster_314 as cluster };
3661
- let type_314: string[];
3667
+ let type_314: string;
3662
3668
  export { type_314 as type };
3663
3669
  export function convert_314(model: any, msg: any, publish: any, options: any, meta: any): any;
3664
3670
  export { convert_314 as convert };
3665
3671
  }
3666
- export namespace ignore_command_on {
3672
+ export namespace ignore_iaszone_report {
3667
3673
  let cluster_315: string;
3668
3674
  export { cluster_315 as cluster };
3669
- let type_315: string;
3675
+ let type_315: string[];
3670
3676
  export { type_315 as type };
3671
3677
  export function convert_315(model: any, msg: any, publish: any, options: any, meta: any): any;
3672
3678
  export { convert_315 as convert };
3673
3679
  }
3674
- export namespace ignore_command_off {
3680
+ export namespace ignore_iasace_commandgetpanelstatus {
3675
3681
  let cluster_316: string;
3676
3682
  export { cluster_316 as cluster };
3677
- let type_316: string;
3683
+ let type_316: string[];
3678
3684
  export { type_316 as type };
3679
3685
  export function convert_316(model: any, msg: any, publish: any, options: any, meta: any): any;
3680
3686
  export { convert_316 as convert };
3681
3687
  }
3682
- export namespace ignore_command_step {
3688
+ export namespace ignore_genIdentify {
3683
3689
  let cluster_317: string;
3684
3690
  export { cluster_317 as cluster };
3685
- let type_317: string;
3691
+ let type_317: string[];
3686
3692
  export { type_317 as type };
3687
3693
  export function convert_317(model: any, msg: any, publish: any, options: any, meta: any): any;
3688
3694
  export { convert_317 as convert };
3689
3695
  }
3690
- export namespace ignore_command_stop {
3696
+ export namespace ignore_command_on {
3691
3697
  let cluster_318: string;
3692
3698
  export { cluster_318 as cluster };
3693
3699
  let type_318: string;
@@ -3695,31 +3701,31 @@ export namespace ignore_command_stop {
3695
3701
  export function convert_318(model: any, msg: any, publish: any, options: any, meta: any): any;
3696
3702
  export { convert_318 as convert };
3697
3703
  }
3698
- export namespace ignore_poll_ctrl {
3704
+ export namespace ignore_command_off {
3699
3705
  let cluster_319: string;
3700
3706
  export { cluster_319 as cluster };
3701
- let type_319: string[];
3707
+ let type_319: string;
3702
3708
  export { type_319 as type };
3703
3709
  export function convert_319(model: any, msg: any, publish: any, options: any, meta: any): any;
3704
3710
  export { convert_319 as convert };
3705
3711
  }
3706
- export namespace ignore_genLevelCtrl_report {
3712
+ export namespace ignore_command_step {
3707
3713
  let cluster_320: string;
3708
3714
  export { cluster_320 as cluster };
3709
- let type_320: string[];
3715
+ let type_320: string;
3710
3716
  export { type_320 as type };
3711
3717
  export function convert_320(model: any, msg: any, publish: any, options: any, meta: any): any;
3712
3718
  export { convert_320 as convert };
3713
3719
  }
3714
- export namespace ignore_genOta {
3720
+ export namespace ignore_command_stop {
3715
3721
  let cluster_321: string;
3716
3722
  export { cluster_321 as cluster };
3717
- let type_321: string[];
3723
+ let type_321: string;
3718
3724
  export { type_321 as type };
3719
3725
  export function convert_321(model: any, msg: any, publish: any, options: any, meta: any): any;
3720
3726
  export { convert_321 as convert };
3721
3727
  }
3722
- export namespace ignore_haDiagnostic {
3728
+ export namespace ignore_poll_ctrl {
3723
3729
  let cluster_322: string;
3724
3730
  export { cluster_322 as cluster };
3725
3731
  let type_322: string[];
@@ -3727,23 +3733,23 @@ export namespace ignore_haDiagnostic {
3727
3733
  export function convert_322(model: any, msg: any, publish: any, options: any, meta: any): any;
3728
3734
  export { convert_322 as convert };
3729
3735
  }
3730
- export namespace ignore_zclversion_read {
3736
+ export namespace ignore_genLevelCtrl_report {
3731
3737
  let cluster_323: string;
3732
3738
  export { cluster_323 as cluster };
3733
- let type_323: string;
3739
+ let type_323: string[];
3734
3740
  export { type_323 as type };
3735
3741
  export function convert_323(model: any, msg: any, publish: any, options: any, meta: any): any;
3736
3742
  export { convert_323 as convert };
3737
3743
  }
3738
- export namespace ignore_time_read {
3744
+ export namespace ignore_genOta {
3739
3745
  let cluster_324: string;
3740
3746
  export { cluster_324 as cluster };
3741
- let type_324: string;
3747
+ let type_324: string[];
3742
3748
  export { type_324 as type };
3743
3749
  export function convert_324(model: any, msg: any, publish: any, options: any, meta: any): any;
3744
3750
  export { convert_324 as convert };
3745
3751
  }
3746
- export namespace ignore_tuya_set_time {
3752
+ export namespace ignore_haDiagnostic {
3747
3753
  let cluster_325: string;
3748
3754
  export { cluster_325 as cluster };
3749
3755
  let type_325: string[];
@@ -3751,23 +3757,23 @@ export namespace ignore_tuya_set_time {
3751
3757
  export function convert_325(model: any, msg: any, publish: any, options: any, meta: any): any;
3752
3758
  export { convert_325 as convert };
3753
3759
  }
3754
- export namespace ignore_tuya_raw {
3760
+ export namespace ignore_zclversion_read {
3755
3761
  let cluster_326: string;
3756
3762
  export { cluster_326 as cluster };
3757
- let type_326: string[];
3763
+ let type_326: string;
3758
3764
  export { type_326 as type };
3759
3765
  export function convert_326(model: any, msg: any, publish: any, options: any, meta: any): any;
3760
3766
  export { convert_326 as convert };
3761
3767
  }
3762
- export namespace ignore_metering {
3768
+ export namespace ignore_time_read {
3763
3769
  let cluster_327: string;
3764
3770
  export { cluster_327 as cluster };
3765
- let type_327: string[];
3771
+ let type_327: string;
3766
3772
  export { type_327 as type };
3767
3773
  export function convert_327(model: any, msg: any, publish: any, options: any, meta: any): any;
3768
3774
  export { convert_327 as convert };
3769
3775
  }
3770
- export namespace ignore_electrical_measurement {
3776
+ export namespace ignore_tuya_set_time {
3771
3777
  let cluster_328: string;
3772
3778
  export { cluster_328 as cluster };
3773
3779
  let type_328: string[];
@@ -3775,4 +3781,28 @@ export namespace ignore_electrical_measurement {
3775
3781
  export function convert_328(model: any, msg: any, publish: any, options: any, meta: any): any;
3776
3782
  export { convert_328 as convert };
3777
3783
  }
3784
+ export namespace ignore_tuya_raw {
3785
+ let cluster_329: string;
3786
+ export { cluster_329 as cluster };
3787
+ let type_329: string[];
3788
+ export { type_329 as type };
3789
+ export function convert_329(model: any, msg: any, publish: any, options: any, meta: any): any;
3790
+ export { convert_329 as convert };
3791
+ }
3792
+ export namespace ignore_metering {
3793
+ let cluster_330: string;
3794
+ export { cluster_330 as cluster };
3795
+ let type_330: string[];
3796
+ export { type_330 as type };
3797
+ export function convert_330(model: any, msg: any, publish: any, options: any, meta: any): any;
3798
+ export { convert_330 as convert };
3799
+ }
3800
+ export namespace ignore_electrical_measurement {
3801
+ let cluster_331: string;
3802
+ export { cluster_331 as cluster };
3803
+ let type_331: string[];
3804
+ export { type_331 as type };
3805
+ export function convert_331(model: any, msg: any, publish: any, options: any, meta: any): any;
3806
+ export { convert_331 as convert };
3807
+ }
3778
3808
  //# sourceMappingURL=fromZigbee.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fromZigbee.d.ts","sourceRoot":"","sources":["../src/converters/fromZigbee.js"],"names":[],"mappings":"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MASR;;;;;;;;;;IAMQ;;MAQR;;;;;;;;IAQQ,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C"}
1
+ {"version":3,"file":"fromZigbee.d.ts","sourceRoot":"","sources":["../src/converters/fromZigbee.js"],"names":[],"mappings":"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MASR;;;;;;;;;;IAMQ;;MAQR;;;;;;;;IAKQ;;MAiBR;;;;;;;;IAKQ;;MAMR;;;;;;;;IAKQ;;MASR;;;;;;;;IAQQ,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C;;;;;;;;IAK5C,8FAA4C"}
@@ -6032,6 +6032,56 @@ const converters = {
6032
6032
  }
6033
6033
  },
6034
6034
  },
6035
+ awox_colors: {
6036
+ cluster: 'lightingColorCtrl',
6037
+ type: ['raw'],
6038
+ convert: (model, msg, publish, options, meta) => {
6039
+ const buffer = msg.data;
6040
+ const commonForColors = buffer[0] === 17 && buffer[2] === 48 && buffer[3] === 0 && buffer[5] === 8 && buffer[6] === 0;
6041
+ let color = null;
6042
+ if (commonForColors && buffer[4] === 255) {
6043
+ color = 'red';
6044
+ }
6045
+ else if (commonForColors && buffer[4] === 42) {
6046
+ color = 'yellow';
6047
+ }
6048
+ else if (commonForColors && buffer[4] === 85) {
6049
+ color = 'green';
6050
+ }
6051
+ else if (commonForColors && buffer[4] === 170) {
6052
+ color = 'blue';
6053
+ }
6054
+ if (color != null) {
6055
+ return { action: color };
6056
+ }
6057
+ },
6058
+ },
6059
+ awox_refreshColored: {
6060
+ cluster: 'lightingColorCtrl',
6061
+ type: ['commandMoveHue'],
6062
+ convert: (model, msg, publish, options, meta) => {
6063
+ if (msg.data.movemode === 1 && msg.data.rate === 12) {
6064
+ return {
6065
+ action: 'refresh_colored',
6066
+ };
6067
+ }
6068
+ },
6069
+ },
6070
+ awox_refresh: {
6071
+ cluster: 'genLevelCtrl',
6072
+ type: ['raw'],
6073
+ convert: (model, msg, publish, options, meta) => {
6074
+ const buffer = msg.data;
6075
+ const isRefresh = buffer[0] === 17 && buffer[2] === 16 && (buffer[3] === 1 || buffer[3] === 0) && buffer[4] === 1;
6076
+ const isRefreshLong = buffer[0] === 17 && buffer[2] === 16 && buffer[3] === 1 && buffer[4] === 2;
6077
+ if (isRefresh) {
6078
+ return { action: 'refresh' };
6079
+ }
6080
+ else if (isRefreshLong) {
6081
+ return { action: 'refresh_long' };
6082
+ }
6083
+ },
6084
+ },
6035
6085
  // #endregion
6036
6086
  // #region Ignore converters (these message dont need parsing).
6037
6087
  ignore_onoff_report: {