zigbee-herdsman 10.0.6 → 10.0.7
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 +10 -0
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +0 -85
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +0 -71
- package/dist/zspec/zcl/definition/clusters-types.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -2799,22 +2799,6 @@ export interface TClusters {
|
|
|
2799
2799
|
intermediateSetpointsLift: Buffer;
|
|
2800
2800
|
/** ID=0x0019 | type=OCTET_STR | write=true | default=1,0x0000 */
|
|
2801
2801
|
intermediateSetpointsTilt: Buffer;
|
|
2802
|
-
/** ID=0xf000 | type=ENUM8 | write=true | max=255 */
|
|
2803
|
-
tuyaMovingState: number;
|
|
2804
|
-
/** ID=0xf001 | type=ENUM8 | write=true | max=255 */
|
|
2805
|
-
tuyaCalibration: number;
|
|
2806
|
-
/** ID=0xf001 | type=ENUM8 | manufacturerCode=LEGRAND_GROUP(0x1021) | write=true | max=255 */
|
|
2807
|
-
stepPositionLift?: number;
|
|
2808
|
-
/** ID=0xf002 | type=ENUM8 | write=true | max=255 */
|
|
2809
|
-
tuyaMotorReversal: number;
|
|
2810
|
-
/** ID=0xf002 | type=ENUM8 | manufacturerCode=LEGRAND_GROUP(0x1021) | write=true | max=255 */
|
|
2811
|
-
calibrationMode?: number;
|
|
2812
|
-
/** ID=0xf003 | type=UINT16 | write=true | max=65535 */
|
|
2813
|
-
moesCalibrationTime: number;
|
|
2814
|
-
/** ID=0xf003 | type=ENUM8 | manufacturerCode=LEGRAND_GROUP(0x1021) | write=true | max=255 */
|
|
2815
|
-
targetPositionTiltPercentage?: number;
|
|
2816
|
-
/** ID=0xf004 | type=ENUM8 | manufacturerCode=LEGRAND_GROUP(0x1021) | write=true | max=255 */
|
|
2817
|
-
stepPositionTilt?: number;
|
|
2818
2802
|
};
|
|
2819
2803
|
commands: {
|
|
2820
2804
|
/** ID=0x00 | required=true */
|
|
@@ -3247,10 +3231,6 @@ export interface TClusters {
|
|
|
3247
3231
|
coupleColorTempToLevelMin: number;
|
|
3248
3232
|
/** ID=0x4010 | type=UINT16 | write=true | max=65279 | special=SetColorTempToPreviousValue,ffff */
|
|
3249
3233
|
startUpColorTemperature: number;
|
|
3250
|
-
/** ID=0xf000 | type=UINT8 | write=true | max=255 */
|
|
3251
|
-
tuyaRgbMode: number;
|
|
3252
|
-
/** ID=0xf001 | type=UINT8 | write=true | max=255 */
|
|
3253
|
-
tuyaBrightness: number;
|
|
3254
3234
|
};
|
|
3255
3235
|
commands: {
|
|
3256
3236
|
/** ID=0x00 */
|
|
@@ -3492,57 +3472,6 @@ export interface TClusters {
|
|
|
3492
3472
|
/** type=BITMAP8 | conditions=[{minimumRemainingBufferBytes value=1}] */
|
|
3493
3473
|
optionsOverride?: number;
|
|
3494
3474
|
};
|
|
3495
|
-
/** ID=0x06 */
|
|
3496
|
-
tuyaMoveToHueAndSaturationBrightness: {
|
|
3497
|
-
/** type=UINT8 | max=255 */
|
|
3498
|
-
hue: number;
|
|
3499
|
-
/** type=UINT8 | max=255 */
|
|
3500
|
-
saturation: number;
|
|
3501
|
-
/** type=UINT16 | max=65535 */
|
|
3502
|
-
transtime: number;
|
|
3503
|
-
/** type=UINT8 | max=255 */
|
|
3504
|
-
brightness: number;
|
|
3505
|
-
};
|
|
3506
|
-
/** ID=0xe0 */
|
|
3507
|
-
tuyaSetMinimumBrightness: {
|
|
3508
|
-
/** type=UINT16 | max=65535 */
|
|
3509
|
-
minimum: number;
|
|
3510
|
-
};
|
|
3511
|
-
/** ID=0xe1 */
|
|
3512
|
-
tuyaMoveToHueAndSaturationBrightness2: {
|
|
3513
|
-
/** type=UINT16 | max=65535 */
|
|
3514
|
-
hue: number;
|
|
3515
|
-
/** type=UINT16 | max=65535 */
|
|
3516
|
-
saturation: number;
|
|
3517
|
-
/** type=UINT16 | max=65535 */
|
|
3518
|
-
brightness: number;
|
|
3519
|
-
};
|
|
3520
|
-
/** ID=0xf0 */
|
|
3521
|
-
tuyaRgbMode: {
|
|
3522
|
-
/** type=UINT8 | max=255 */
|
|
3523
|
-
enable: number;
|
|
3524
|
-
};
|
|
3525
|
-
/** ID=0xf9 */
|
|
3526
|
-
tuyaOnStartUp: {
|
|
3527
|
-
/** type=UINT16 | max=65535 */
|
|
3528
|
-
mode: number;
|
|
3529
|
-
/** type=LIST_UINT8 */
|
|
3530
|
-
data: number[];
|
|
3531
|
-
};
|
|
3532
|
-
/** ID=0xfa */
|
|
3533
|
-
tuyaDoNotDisturb: {
|
|
3534
|
-
/** type=UINT8 | max=255 */
|
|
3535
|
-
enable: number;
|
|
3536
|
-
};
|
|
3537
|
-
/** ID=0xfb */
|
|
3538
|
-
tuyaOnOffTransitionTime: {
|
|
3539
|
-
/** type=UINT8 | max=255 */
|
|
3540
|
-
unknown: number;
|
|
3541
|
-
/** type=BIG_ENDIAN_UINT24 */
|
|
3542
|
-
onTransitionTime: number;
|
|
3543
|
-
/** type=BIG_ENDIAN_UINT24 */
|
|
3544
|
-
offTransitionTime: number;
|
|
3545
|
-
};
|
|
3546
3475
|
};
|
|
3547
3476
|
commandResponses: never;
|
|
3548
3477
|
};
|