zigbee-herdsman 10.0.2 → 10.0.3
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 +12 -0
- package/dist/controller/controller.d.ts.map +1 -1
- package/dist/controller/controller.js +6 -1
- package/dist/controller/controller.js.map +1 -1
- package/dist/controller/model/device.d.ts +1 -1
- package/dist/controller/model/device.d.ts.map +1 -1
- package/dist/controller/model/device.js +70 -50
- package/dist/controller/model/device.js.map +1 -1
- package/dist/controller/model/endpoint.d.ts +2 -1
- package/dist/controller/model/endpoint.d.ts.map +1 -1
- package/dist/controller/model/endpoint.js.map +1 -1
- package/dist/zspec/zcl/buffaloZcl.d.ts +3 -3
- package/dist/zspec/zcl/buffaloZcl.d.ts.map +1 -1
- package/dist/zspec/zcl/buffaloZcl.js.map +1 -1
- package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/cluster.js +0 -626
- package/dist/zspec/zcl/definition/cluster.js.map +1 -1
- package/dist/zspec/zcl/definition/clusters-types.d.ts +25 -364
- package/dist/zspec/zcl/definition/clusters-types.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/enums.d.ts +0 -1
- package/dist/zspec/zcl/definition/enums.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/enums.js +0 -1
- package/dist/zspec/zcl/definition/enums.js.map +1 -1
- package/dist/zspec/zcl/definition/foundation.d.ts +306 -7
- package/dist/zspec/zcl/definition/foundation.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/foundation.js +552 -207
- package/dist/zspec/zcl/definition/foundation.js.map +1 -1
- package/dist/zspec/zcl/definition/status.d.ts +21 -10
- package/dist/zspec/zcl/definition/status.d.ts.map +1 -1
- package/dist/zspec/zcl/definition/status.js +11 -0
- package/dist/zspec/zcl/definition/status.js.map +1 -1
- package/dist/zspec/zcl/definition/tstype.d.ts +1 -4
- package/dist/zspec/zcl/definition/tstype.d.ts.map +1 -1
- package/dist/zspec/zcl/utils.d.ts +4 -4
- package/dist/zspec/zcl/utils.d.ts.map +1 -1
- package/dist/zspec/zcl/utils.js +54 -104
- package/dist/zspec/zcl/utils.js.map +1 -1
- package/dist/zspec/zcl/zclFrame.d.ts +4 -4
- package/dist/zspec/zcl/zclFrame.d.ts.map +1 -1
- package/dist/zspec/zcl/zclFrame.js +11 -95
- package/dist/zspec/zcl/zclFrame.js.map +1 -1
- package/dist/zspec/zcl/zclStatusError.d.ts +1 -1
- package/dist/zspec/zcl/zclStatusError.d.ts.map +1 -1
- package/dist/zspec/zcl/zclStatusError.js +2 -2
- package/dist/zspec/zcl/zclStatusError.js.map +1 -1
- package/package.json +1 -1
|
@@ -30,16 +30,6 @@ exports.Clusters = {
|
|
|
30
30
|
alarmMask: { name: "alarmMask", ID: 0x0013, type: enums_1.DataType.BITMAP8, write: true, default: 0 },
|
|
31
31
|
disableLocalConfig: { name: "disableLocalConfig", ID: 0x0014, type: enums_1.DataType.BITMAP8, write: true, default: 0 },
|
|
32
32
|
swBuildId: { name: "swBuildId", ID: 0x4000, type: enums_1.DataType.CHAR_STR, default: "", maxLen: 16 },
|
|
33
|
-
// custom
|
|
34
|
-
schneiderMeterRadioPower: {
|
|
35
|
-
name: "schneiderMeterRadioPower",
|
|
36
|
-
ID: 0xe200,
|
|
37
|
-
type: enums_1.DataType.INT8,
|
|
38
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
39
|
-
write: true,
|
|
40
|
-
min: -128,
|
|
41
|
-
max: 127,
|
|
42
|
-
},
|
|
43
33
|
},
|
|
44
34
|
commands: {
|
|
45
35
|
resetFactDefault: { name: "resetFactDefault", ID: 0x00, parameters: [] },
|
|
@@ -3742,14 +3732,6 @@ exports.Clusters = {
|
|
|
3742
3732
|
write: true,
|
|
3743
3733
|
max: 0xff,
|
|
3744
3734
|
},
|
|
3745
|
-
danfossWindowOpenInternal: {
|
|
3746
|
-
name: "danfossWindowOpenInternal",
|
|
3747
|
-
ID: 0x4000,
|
|
3748
|
-
type: enums_1.DataType.ENUM8,
|
|
3749
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3750
|
-
write: true,
|
|
3751
|
-
max: 0xff,
|
|
3752
|
-
},
|
|
3753
3735
|
StelproOutdoorTemp: { name: "StelproOutdoorTemp", ID: 0x4001, type: enums_1.DataType.INT16, write: true, min: -32768, max: 32767 },
|
|
3754
3736
|
viessmannWindowOpenForce: {
|
|
3755
3737
|
name: "viessmannWindowOpenForce",
|
|
@@ -3758,29 +3740,6 @@ exports.Clusters = {
|
|
|
3758
3740
|
manufacturerCode: manufacturerCode_1.ManufacturerCode.VIESSMANN_ELEKTRONIK_GMBH,
|
|
3759
3741
|
write: true,
|
|
3760
3742
|
},
|
|
3761
|
-
danfossWindowOpenExternal: {
|
|
3762
|
-
name: "danfossWindowOpenExternal",
|
|
3763
|
-
ID: 0x4003,
|
|
3764
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3765
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3766
|
-
write: true,
|
|
3767
|
-
},
|
|
3768
|
-
danfossDayOfWeek: {
|
|
3769
|
-
name: "danfossDayOfWeek",
|
|
3770
|
-
ID: 0x4010,
|
|
3771
|
-
type: enums_1.DataType.ENUM8,
|
|
3772
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3773
|
-
write: true,
|
|
3774
|
-
max: 0xff,
|
|
3775
|
-
},
|
|
3776
|
-
danfossTriggerTime: {
|
|
3777
|
-
name: "danfossTriggerTime",
|
|
3778
|
-
ID: 0x4011,
|
|
3779
|
-
type: enums_1.DataType.UINT16,
|
|
3780
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3781
|
-
write: true,
|
|
3782
|
-
max: 0xffff,
|
|
3783
|
-
},
|
|
3784
3743
|
viessmannAssemblyMode: {
|
|
3785
3744
|
name: "viessmannAssemblyMode",
|
|
3786
3745
|
ID: 0x4012,
|
|
@@ -3788,208 +3747,7 @@ exports.Clusters = {
|
|
|
3788
3747
|
manufacturerCode: manufacturerCode_1.ManufacturerCode.VIESSMANN_ELEKTRONIK_GMBH,
|
|
3789
3748
|
write: true,
|
|
3790
3749
|
},
|
|
3791
|
-
danfossMountedModeActive: {
|
|
3792
|
-
name: "danfossMountedModeActive",
|
|
3793
|
-
ID: 0x4012,
|
|
3794
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3795
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3796
|
-
write: true,
|
|
3797
|
-
},
|
|
3798
|
-
danfossMountedModeControl: {
|
|
3799
|
-
name: "danfossMountedModeControl",
|
|
3800
|
-
ID: 0x4013,
|
|
3801
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3802
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3803
|
-
write: true,
|
|
3804
|
-
},
|
|
3805
|
-
danfossThermostatOrientation: {
|
|
3806
|
-
name: "danfossThermostatOrientation",
|
|
3807
|
-
ID: 0x4014,
|
|
3808
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3809
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3810
|
-
write: true,
|
|
3811
|
-
},
|
|
3812
|
-
danfossExternalMeasuredRoomSensor: {
|
|
3813
|
-
name: "danfossExternalMeasuredRoomSensor",
|
|
3814
|
-
ID: 0x4015,
|
|
3815
|
-
type: enums_1.DataType.INT16,
|
|
3816
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3817
|
-
write: true,
|
|
3818
|
-
min: -32768,
|
|
3819
|
-
max: 32767,
|
|
3820
|
-
},
|
|
3821
|
-
danfossRadiatorCovered: {
|
|
3822
|
-
name: "danfossRadiatorCovered",
|
|
3823
|
-
ID: 0x4016,
|
|
3824
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3825
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3826
|
-
write: true,
|
|
3827
|
-
},
|
|
3828
3750
|
StelproSystemMode: { name: "StelproSystemMode", ID: 0x401c, type: enums_1.DataType.ENUM8, write: true, max: 0xff },
|
|
3829
|
-
danfossAlgorithmScaleFactor: {
|
|
3830
|
-
name: "danfossAlgorithmScaleFactor",
|
|
3831
|
-
ID: 0x4020,
|
|
3832
|
-
type: enums_1.DataType.UINT8,
|
|
3833
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3834
|
-
write: true,
|
|
3835
|
-
max: 0xff,
|
|
3836
|
-
},
|
|
3837
|
-
danfossHeatAvailable: {
|
|
3838
|
-
name: "danfossHeatAvailable",
|
|
3839
|
-
ID: 0x4030,
|
|
3840
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3841
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3842
|
-
write: true,
|
|
3843
|
-
},
|
|
3844
|
-
danfossHeatRequired: {
|
|
3845
|
-
name: "danfossHeatRequired",
|
|
3846
|
-
ID: 0x4031,
|
|
3847
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3848
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3849
|
-
write: true,
|
|
3850
|
-
},
|
|
3851
|
-
danfossLoadBalancingEnable: {
|
|
3852
|
-
name: "danfossLoadBalancingEnable",
|
|
3853
|
-
ID: 0x4032,
|
|
3854
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3855
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3856
|
-
write: true,
|
|
3857
|
-
},
|
|
3858
|
-
danfossLoadRoomMean: {
|
|
3859
|
-
name: "danfossLoadRoomMean",
|
|
3860
|
-
ID: 0x4040,
|
|
3861
|
-
type: enums_1.DataType.INT16,
|
|
3862
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3863
|
-
write: true,
|
|
3864
|
-
min: -32768,
|
|
3865
|
-
max: 32767,
|
|
3866
|
-
},
|
|
3867
|
-
danfossLoadEstimate: {
|
|
3868
|
-
name: "danfossLoadEstimate",
|
|
3869
|
-
ID: 0x404a,
|
|
3870
|
-
type: enums_1.DataType.INT16,
|
|
3871
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3872
|
-
write: true,
|
|
3873
|
-
min: -32768,
|
|
3874
|
-
max: 32767,
|
|
3875
|
-
},
|
|
3876
|
-
danfossRegulationSetpointOffset: {
|
|
3877
|
-
name: "danfossRegulationSetpointOffset",
|
|
3878
|
-
ID: 0x404b,
|
|
3879
|
-
type: enums_1.DataType.INT8,
|
|
3880
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3881
|
-
write: true,
|
|
3882
|
-
min: -128,
|
|
3883
|
-
max: 127,
|
|
3884
|
-
},
|
|
3885
|
-
danfossAdaptionRunControl: {
|
|
3886
|
-
name: "danfossAdaptionRunControl",
|
|
3887
|
-
ID: 0x404c,
|
|
3888
|
-
type: enums_1.DataType.ENUM8,
|
|
3889
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3890
|
-
write: true,
|
|
3891
|
-
max: 0xff,
|
|
3892
|
-
},
|
|
3893
|
-
danfossAdaptionRunStatus: {
|
|
3894
|
-
name: "danfossAdaptionRunStatus",
|
|
3895
|
-
ID: 0x404d,
|
|
3896
|
-
type: enums_1.DataType.BITMAP8,
|
|
3897
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3898
|
-
write: true,
|
|
3899
|
-
},
|
|
3900
|
-
danfossAdaptionRunSettings: {
|
|
3901
|
-
name: "danfossAdaptionRunSettings",
|
|
3902
|
-
ID: 0x404e,
|
|
3903
|
-
type: enums_1.DataType.BITMAP8,
|
|
3904
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3905
|
-
write: true,
|
|
3906
|
-
},
|
|
3907
|
-
danfossPreheatStatus: {
|
|
3908
|
-
name: "danfossPreheatStatus",
|
|
3909
|
-
ID: 0x404f,
|
|
3910
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3911
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3912
|
-
write: true,
|
|
3913
|
-
},
|
|
3914
|
-
danfossPreheatTime: {
|
|
3915
|
-
name: "danfossPreheatTime",
|
|
3916
|
-
ID: 0x4050,
|
|
3917
|
-
type: enums_1.DataType.UINT32,
|
|
3918
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3919
|
-
write: true,
|
|
3920
|
-
},
|
|
3921
|
-
danfossWindowOpenFeatureEnable: {
|
|
3922
|
-
name: "danfossWindowOpenFeatureEnable",
|
|
3923
|
-
ID: 0x4051,
|
|
3924
|
-
type: enums_1.DataType.BOOLEAN,
|
|
3925
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3926
|
-
write: true,
|
|
3927
|
-
},
|
|
3928
|
-
danfossRoomStatusCode: {
|
|
3929
|
-
name: "danfossRoomStatusCode",
|
|
3930
|
-
ID: 0x4100,
|
|
3931
|
-
type: enums_1.DataType.BITMAP16,
|
|
3932
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3933
|
-
write: true,
|
|
3934
|
-
},
|
|
3935
|
-
danfossOutputStatus: {
|
|
3936
|
-
name: "danfossOutputStatus",
|
|
3937
|
-
ID: 0x4110,
|
|
3938
|
-
type: enums_1.DataType.ENUM8,
|
|
3939
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3940
|
-
write: true,
|
|
3941
|
-
max: 0xff,
|
|
3942
|
-
},
|
|
3943
|
-
danfossRoomFloorSensorMode: {
|
|
3944
|
-
name: "danfossRoomFloorSensorMode",
|
|
3945
|
-
ID: 0x4120,
|
|
3946
|
-
type: enums_1.DataType.ENUM8,
|
|
3947
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3948
|
-
write: true,
|
|
3949
|
-
max: 0xff,
|
|
3950
|
-
},
|
|
3951
|
-
danfossFloorMinSetpoint: {
|
|
3952
|
-
name: "danfossFloorMinSetpoint",
|
|
3953
|
-
ID: 0x4121,
|
|
3954
|
-
type: enums_1.DataType.INT16,
|
|
3955
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3956
|
-
write: true,
|
|
3957
|
-
min: -32768,
|
|
3958
|
-
max: 32767,
|
|
3959
|
-
},
|
|
3960
|
-
danfossFloorMaxSetpoint: {
|
|
3961
|
-
name: "danfossFloorMaxSetpoint",
|
|
3962
|
-
ID: 0x4122,
|
|
3963
|
-
type: enums_1.DataType.INT16,
|
|
3964
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3965
|
-
write: true,
|
|
3966
|
-
min: -32768,
|
|
3967
|
-
max: 32767,
|
|
3968
|
-
},
|
|
3969
|
-
danfossScheduleTypeUsed: {
|
|
3970
|
-
name: "danfossScheduleTypeUsed",
|
|
3971
|
-
ID: 0x4130,
|
|
3972
|
-
type: enums_1.DataType.ENUM8,
|
|
3973
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3974
|
-
write: true,
|
|
3975
|
-
max: 0xff,
|
|
3976
|
-
},
|
|
3977
|
-
danfossIcon2PreHeat: {
|
|
3978
|
-
name: "danfossIcon2PreHeat",
|
|
3979
|
-
ID: 0x4131,
|
|
3980
|
-
type: enums_1.DataType.ENUM8,
|
|
3981
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3982
|
-
write: true,
|
|
3983
|
-
max: 0xff,
|
|
3984
|
-
},
|
|
3985
|
-
danfossIcon2PreHeatStatus: {
|
|
3986
|
-
name: "danfossIcon2PreHeatStatus",
|
|
3987
|
-
ID: 0x414f,
|
|
3988
|
-
type: enums_1.DataType.ENUM8,
|
|
3989
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
3990
|
-
write: true,
|
|
3991
|
-
max: 0xff,
|
|
3992
|
-
},
|
|
3993
3751
|
},
|
|
3994
3752
|
commands: {
|
|
3995
3753
|
setpointRaiseLower: {
|
|
@@ -4023,14 +3781,6 @@ exports.Clusters = {
|
|
|
4023
3781
|
clearWeeklySchedule: { name: "clearWeeklySchedule", ID: 0x03, parameters: [] },
|
|
4024
3782
|
getRelayStatusLog: { name: "getRelayStatusLog", ID: 0x04, response: 1, parameters: [] },
|
|
4025
3783
|
// custom
|
|
4026
|
-
danfossSetpointCommand: {
|
|
4027
|
-
name: "danfossSetpointCommand",
|
|
4028
|
-
ID: 0x40,
|
|
4029
|
-
parameters: [
|
|
4030
|
-
{ name: "setpointType", type: enums_1.DataType.ENUM8, max: 0xff },
|
|
4031
|
-
{ name: "setpoint", type: enums_1.DataType.INT16, min: -32768, max: 32767 },
|
|
4032
|
-
],
|
|
4033
|
-
},
|
|
4034
3784
|
plugwiseCalibrateValve: { name: "plugwiseCalibrateValve", ID: 0xa0, parameters: [] },
|
|
4035
3785
|
},
|
|
4036
3786
|
commandsResponse: {
|
|
@@ -4109,15 +3859,6 @@ exports.Clusters = {
|
|
|
4109
3859
|
tempDisplayMode: { name: "tempDisplayMode", ID: 0x0000, type: enums_1.DataType.ENUM8, write: true, required: true, max: 0x01, default: 0 },
|
|
4110
3860
|
keypadLockout: { name: "keypadLockout", ID: 0x0001, type: enums_1.DataType.ENUM8, write: true, required: true, max: 0x05, default: 0 },
|
|
4111
3861
|
programmingVisibility: { name: "programmingVisibility", ID: 0x0002, type: enums_1.DataType.ENUM8, write: true, max: 0x01, default: 0 },
|
|
4112
|
-
// custom
|
|
4113
|
-
danfossViewingDirection: {
|
|
4114
|
-
name: "danfossViewingDirection",
|
|
4115
|
-
ID: 0x4000,
|
|
4116
|
-
type: enums_1.DataType.ENUM8,
|
|
4117
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
4118
|
-
write: true,
|
|
4119
|
-
max: 0xff,
|
|
4120
|
-
},
|
|
4121
3862
|
},
|
|
4122
3863
|
commands: {},
|
|
4123
3864
|
commandsResponse: {},
|
|
@@ -6326,296 +6067,6 @@ exports.Clusters = {
|
|
|
6326
6067
|
// TODO: Supply Control Attribute Set (0x0b00..)
|
|
6327
6068
|
// TODO: Alternative Historical Consumption Attribute Set (0x0c00..)
|
|
6328
6069
|
// TODO: Noti fication At tribute Set (0x0000.., client=true)
|
|
6329
|
-
// custom
|
|
6330
|
-
owonL1PhasePower: {
|
|
6331
|
-
name: "owonL1PhasePower",
|
|
6332
|
-
ID: 0x2000,
|
|
6333
|
-
type: enums_1.DataType.INT24,
|
|
6334
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6335
|
-
write: true,
|
|
6336
|
-
min: -8388608,
|
|
6337
|
-
max: 8388607,
|
|
6338
|
-
},
|
|
6339
|
-
owonL2PhasePower: {
|
|
6340
|
-
name: "owonL2PhasePower",
|
|
6341
|
-
ID: 0x2001,
|
|
6342
|
-
type: enums_1.DataType.INT24,
|
|
6343
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6344
|
-
write: true,
|
|
6345
|
-
min: -8388608,
|
|
6346
|
-
max: 8388607,
|
|
6347
|
-
},
|
|
6348
|
-
owonL3PhasePower: {
|
|
6349
|
-
name: "owonL3PhasePower",
|
|
6350
|
-
ID: 0x2002,
|
|
6351
|
-
type: enums_1.DataType.INT24,
|
|
6352
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6353
|
-
write: true,
|
|
6354
|
-
min: -8388608,
|
|
6355
|
-
max: 8388607,
|
|
6356
|
-
},
|
|
6357
|
-
owonL1PhaseReactivePower: {
|
|
6358
|
-
name: "owonL1PhaseReactivePower",
|
|
6359
|
-
ID: 0x2100,
|
|
6360
|
-
type: enums_1.DataType.INT24,
|
|
6361
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6362
|
-
write: true,
|
|
6363
|
-
min: -8388608,
|
|
6364
|
-
max: 8388607,
|
|
6365
|
-
},
|
|
6366
|
-
owonL2PhaseReactivePower: {
|
|
6367
|
-
name: "owonL2PhaseReactivePower",
|
|
6368
|
-
ID: 0x2101,
|
|
6369
|
-
type: enums_1.DataType.INT24,
|
|
6370
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6371
|
-
write: true,
|
|
6372
|
-
min: -8388608,
|
|
6373
|
-
max: 8388607,
|
|
6374
|
-
},
|
|
6375
|
-
owonL3PhaseReactivePower: {
|
|
6376
|
-
name: "owonL3PhaseReactivePower",
|
|
6377
|
-
ID: 0x2102,
|
|
6378
|
-
type: enums_1.DataType.INT24,
|
|
6379
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6380
|
-
write: true,
|
|
6381
|
-
min: -8388608,
|
|
6382
|
-
max: 8388607,
|
|
6383
|
-
},
|
|
6384
|
-
owonReactivePowerSum: {
|
|
6385
|
-
name: "owonReactivePowerSum",
|
|
6386
|
-
ID: 0x2103,
|
|
6387
|
-
type: enums_1.DataType.INT24,
|
|
6388
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6389
|
-
write: true,
|
|
6390
|
-
min: -8388608,
|
|
6391
|
-
max: 8388607,
|
|
6392
|
-
},
|
|
6393
|
-
owonL1PhaseVoltage: {
|
|
6394
|
-
name: "owonL1PhaseVoltage",
|
|
6395
|
-
ID: 0x3000,
|
|
6396
|
-
type: enums_1.DataType.UINT24,
|
|
6397
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6398
|
-
write: true,
|
|
6399
|
-
max: 0xffffff,
|
|
6400
|
-
},
|
|
6401
|
-
owonL2PhaseVoltage: {
|
|
6402
|
-
name: "owonL2PhaseVoltage",
|
|
6403
|
-
ID: 0x3001,
|
|
6404
|
-
type: enums_1.DataType.UINT24,
|
|
6405
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6406
|
-
write: true,
|
|
6407
|
-
max: 0xffffff,
|
|
6408
|
-
},
|
|
6409
|
-
owonL3PhaseVoltage: {
|
|
6410
|
-
name: "owonL3PhaseVoltage",
|
|
6411
|
-
ID: 0x3002,
|
|
6412
|
-
type: enums_1.DataType.UINT24,
|
|
6413
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6414
|
-
write: true,
|
|
6415
|
-
max: 0xffffff,
|
|
6416
|
-
},
|
|
6417
|
-
owonL1PhaseCurrent: {
|
|
6418
|
-
name: "owonL1PhaseCurrent",
|
|
6419
|
-
ID: 0x3100,
|
|
6420
|
-
type: enums_1.DataType.UINT24,
|
|
6421
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6422
|
-
write: true,
|
|
6423
|
-
max: 0xffffff,
|
|
6424
|
-
},
|
|
6425
|
-
owonL2PhaseCurrent: {
|
|
6426
|
-
name: "owonL2PhaseCurrent",
|
|
6427
|
-
ID: 0x3101,
|
|
6428
|
-
type: enums_1.DataType.UINT24,
|
|
6429
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6430
|
-
write: true,
|
|
6431
|
-
max: 0xffffff,
|
|
6432
|
-
},
|
|
6433
|
-
owonL3PhaseCurrent: {
|
|
6434
|
-
name: "owonL3PhaseCurrent",
|
|
6435
|
-
ID: 0x3102,
|
|
6436
|
-
type: enums_1.DataType.UINT24,
|
|
6437
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6438
|
-
write: true,
|
|
6439
|
-
max: 0xffffff,
|
|
6440
|
-
},
|
|
6441
|
-
owonCurrentSum: {
|
|
6442
|
-
name: "owonCurrentSum",
|
|
6443
|
-
ID: 0x3103,
|
|
6444
|
-
type: enums_1.DataType.UINT24,
|
|
6445
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6446
|
-
write: true,
|
|
6447
|
-
max: 0xffffff,
|
|
6448
|
-
},
|
|
6449
|
-
owonLeakageCurrent: {
|
|
6450
|
-
name: "owonLeakageCurrent",
|
|
6451
|
-
ID: 0x3104,
|
|
6452
|
-
type: enums_1.DataType.UINT24,
|
|
6453
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6454
|
-
write: true,
|
|
6455
|
-
max: 0xffffff,
|
|
6456
|
-
},
|
|
6457
|
-
owonL1Energy: {
|
|
6458
|
-
name: "owonL1Energy",
|
|
6459
|
-
ID: 0x4000,
|
|
6460
|
-
type: enums_1.DataType.UINT48,
|
|
6461
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6462
|
-
write: true,
|
|
6463
|
-
max: 0xffffffffffff,
|
|
6464
|
-
},
|
|
6465
|
-
owonL2Energy: {
|
|
6466
|
-
name: "owonL2Energy",
|
|
6467
|
-
ID: 0x4001,
|
|
6468
|
-
type: enums_1.DataType.UINT48,
|
|
6469
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6470
|
-
write: true,
|
|
6471
|
-
max: 0xffffffffffff,
|
|
6472
|
-
},
|
|
6473
|
-
owonL3Energy: {
|
|
6474
|
-
name: "owonL3Energy",
|
|
6475
|
-
ID: 0x4002,
|
|
6476
|
-
type: enums_1.DataType.UINT48,
|
|
6477
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6478
|
-
write: true,
|
|
6479
|
-
max: 0xffffffffffff,
|
|
6480
|
-
},
|
|
6481
|
-
owonL1ReactiveEnergy: {
|
|
6482
|
-
name: "owonL1ReactiveEnergy",
|
|
6483
|
-
ID: 0x4100,
|
|
6484
|
-
type: enums_1.DataType.UINT48,
|
|
6485
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6486
|
-
write: true,
|
|
6487
|
-
max: 0xffffffffffff,
|
|
6488
|
-
},
|
|
6489
|
-
owonL2ReactiveEnergy: {
|
|
6490
|
-
name: "owonL2ReactiveEnergy",
|
|
6491
|
-
ID: 0x4101,
|
|
6492
|
-
type: enums_1.DataType.UINT48,
|
|
6493
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6494
|
-
write: true,
|
|
6495
|
-
max: 0xffffffffffff,
|
|
6496
|
-
},
|
|
6497
|
-
owonL3ReactiveEnergy: {
|
|
6498
|
-
name: "owonL3ReactiveEnergy",
|
|
6499
|
-
ID: 0x4102,
|
|
6500
|
-
type: enums_1.DataType.UINT48,
|
|
6501
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6502
|
-
write: true,
|
|
6503
|
-
max: 0xffffffffffff,
|
|
6504
|
-
},
|
|
6505
|
-
owonReactiveEnergySum: {
|
|
6506
|
-
name: "owonReactiveEnergySum",
|
|
6507
|
-
ID: 0x4103,
|
|
6508
|
-
type: enums_1.DataType.UINT48,
|
|
6509
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6510
|
-
write: true,
|
|
6511
|
-
max: 0xffffffffffff,
|
|
6512
|
-
},
|
|
6513
|
-
owonL1PowerFactor: {
|
|
6514
|
-
name: "owonL1PowerFactor",
|
|
6515
|
-
ID: 0x4104,
|
|
6516
|
-
type: enums_1.DataType.INT8,
|
|
6517
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6518
|
-
write: true,
|
|
6519
|
-
min: -128,
|
|
6520
|
-
max: 127,
|
|
6521
|
-
},
|
|
6522
|
-
owonL2PowerFactor: {
|
|
6523
|
-
name: "owonL2PowerFactor",
|
|
6524
|
-
ID: 0x4105,
|
|
6525
|
-
type: enums_1.DataType.INT8,
|
|
6526
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6527
|
-
write: true,
|
|
6528
|
-
min: -128,
|
|
6529
|
-
max: 127,
|
|
6530
|
-
},
|
|
6531
|
-
owonL3PowerFactor: {
|
|
6532
|
-
name: "owonL3PowerFactor",
|
|
6533
|
-
ID: 0x4106,
|
|
6534
|
-
type: enums_1.DataType.INT8,
|
|
6535
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6536
|
-
write: true,
|
|
6537
|
-
min: -128,
|
|
6538
|
-
max: 127,
|
|
6539
|
-
},
|
|
6540
|
-
owonFrequency: {
|
|
6541
|
-
name: "owonFrequency",
|
|
6542
|
-
ID: 0x5005,
|
|
6543
|
-
type: enums_1.DataType.UINT8,
|
|
6544
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6545
|
-
write: true,
|
|
6546
|
-
max: 0xff,
|
|
6547
|
-
},
|
|
6548
|
-
owonReportMap: {
|
|
6549
|
-
name: "owonReportMap",
|
|
6550
|
-
ID: 0x1000,
|
|
6551
|
-
type: enums_1.DataType.BITMAP8,
|
|
6552
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6553
|
-
write: true,
|
|
6554
|
-
},
|
|
6555
|
-
owonLastHistoricalRecordTime: {
|
|
6556
|
-
name: "owonLastHistoricalRecordTime",
|
|
6557
|
-
ID: 0x5000,
|
|
6558
|
-
type: enums_1.DataType.UINT32,
|
|
6559
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6560
|
-
write: true,
|
|
6561
|
-
max: 0xffffffff,
|
|
6562
|
-
},
|
|
6563
|
-
owonOldestHistoricalRecordTime: {
|
|
6564
|
-
name: "owonOldestHistoricalRecordTime",
|
|
6565
|
-
ID: 0x5001,
|
|
6566
|
-
type: enums_1.DataType.UINT32,
|
|
6567
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6568
|
-
write: true,
|
|
6569
|
-
max: 0xffffffff,
|
|
6570
|
-
},
|
|
6571
|
-
owonMinimumReportCycle: {
|
|
6572
|
-
name: "owonMinimumReportCycle",
|
|
6573
|
-
ID: 0x5002,
|
|
6574
|
-
type: enums_1.DataType.UINT32,
|
|
6575
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6576
|
-
write: true,
|
|
6577
|
-
max: 0xffffffff,
|
|
6578
|
-
},
|
|
6579
|
-
owonMaximumReportCycle: {
|
|
6580
|
-
name: "owonMaximumReportCycle",
|
|
6581
|
-
ID: 0x5003,
|
|
6582
|
-
type: enums_1.DataType.UINT32,
|
|
6583
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6584
|
-
write: true,
|
|
6585
|
-
max: 0xffffffff,
|
|
6586
|
-
},
|
|
6587
|
-
owonSentHistoricalRecordState: {
|
|
6588
|
-
name: "owonSentHistoricalRecordState",
|
|
6589
|
-
ID: 0x5004,
|
|
6590
|
-
type: enums_1.DataType.UINT8,
|
|
6591
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6592
|
-
write: true,
|
|
6593
|
-
max: 0xff,
|
|
6594
|
-
},
|
|
6595
|
-
owonAccumulativeEnergyThreshold: {
|
|
6596
|
-
name: "owonAccumulativeEnergyThreshold",
|
|
6597
|
-
ID: 0x5006,
|
|
6598
|
-
type: enums_1.DataType.UINT8,
|
|
6599
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6600
|
-
write: true,
|
|
6601
|
-
max: 0xff,
|
|
6602
|
-
},
|
|
6603
|
-
owonReportMode: {
|
|
6604
|
-
name: "owonReportMode",
|
|
6605
|
-
ID: 0x5007,
|
|
6606
|
-
type: enums_1.DataType.UINT8,
|
|
6607
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6608
|
-
write: true,
|
|
6609
|
-
max: 0xff,
|
|
6610
|
-
},
|
|
6611
|
-
owonPercentChangeInPower: {
|
|
6612
|
-
name: "owonPercentChangeInPower",
|
|
6613
|
-
ID: 0x5008,
|
|
6614
|
-
type: enums_1.DataType.UINT8,
|
|
6615
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.OWON_TECHNOLOGY_INC,
|
|
6616
|
-
write: true,
|
|
6617
|
-
max: 0xff,
|
|
6618
|
-
},
|
|
6619
6070
|
},
|
|
6620
6071
|
commands: {
|
|
6621
6072
|
getProfile: {
|
|
@@ -6744,9 +6195,6 @@ exports.Clusters = {
|
|
|
6744
6195
|
{ name: "measurementPeriod", type: enums_1.DataType.UINT16 },
|
|
6745
6196
|
],
|
|
6746
6197
|
},
|
|
6747
|
-
// custom
|
|
6748
|
-
owonGetHistoryRecord: { name: "owonGetHistoryRecord", ID: 0x20, parameters: [] },
|
|
6749
|
-
owonStopSendingHistoricalRecord: { name: "owonStopSendingHistoricalRecord", ID: 0x21, parameters: [] },
|
|
6750
6198
|
},
|
|
6751
6199
|
commandsResponse: {
|
|
6752
6200
|
getProfileRsp: {
|
|
@@ -6868,8 +6316,6 @@ exports.Clusters = {
|
|
|
6868
6316
|
],
|
|
6869
6317
|
},
|
|
6870
6318
|
startSamplingRsp: { name: "startSamplingRsp", ID: 0x0d, parameters: [{ name: "sampleId", type: enums_1.DataType.UINT16 }] },
|
|
6871
|
-
// custom
|
|
6872
|
-
owonGetHistoryRecordRsp: { name: "owonGetHistoryRecordRsp", ID: 0x20, parameters: [] },
|
|
6873
6319
|
},
|
|
6874
6320
|
},
|
|
6875
6321
|
// seMessaging: {ID: 0x0703},
|
|
@@ -7627,78 +7073,6 @@ exports.Clusters = {
|
|
|
7627
7073
|
averageMacRetryPerApsMessageSent: { name: "averageMacRetryPerApsMessageSent", ID: 0x011b, type: enums_1.DataType.UINT16, max: 0xffff, default: 0 },
|
|
7628
7074
|
lastMessageLqi: { name: "lastMessageLqi", ID: 0x011c, type: enums_1.DataType.UINT8, max: 0xff, default: 0 },
|
|
7629
7075
|
lastMessageRssi: { name: "lastMessageRssi", ID: 0x011d, type: enums_1.DataType.INT8, min: -127, max: 127, default: 0 },
|
|
7630
|
-
// custom
|
|
7631
|
-
danfossSystemStatusCode: {
|
|
7632
|
-
name: "danfossSystemStatusCode",
|
|
7633
|
-
ID: 0x4000,
|
|
7634
|
-
type: enums_1.DataType.BITMAP16,
|
|
7635
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7636
|
-
write: true,
|
|
7637
|
-
},
|
|
7638
|
-
schneiderCommunicationQuality: {
|
|
7639
|
-
name: "schneiderCommunicationQuality",
|
|
7640
|
-
ID: 0x4000,
|
|
7641
|
-
type: enums_1.DataType.UINT8,
|
|
7642
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
7643
|
-
write: true,
|
|
7644
|
-
max: 0xff,
|
|
7645
|
-
},
|
|
7646
|
-
danfossHeatSupplyRequest: {
|
|
7647
|
-
name: "danfossHeatSupplyRequest",
|
|
7648
|
-
ID: 0x4031,
|
|
7649
|
-
type: enums_1.DataType.ENUM8,
|
|
7650
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7651
|
-
write: true,
|
|
7652
|
-
max: 0xff,
|
|
7653
|
-
},
|
|
7654
|
-
danfossSystemStatusWater: {
|
|
7655
|
-
name: "danfossSystemStatusWater",
|
|
7656
|
-
ID: 0x4200,
|
|
7657
|
-
type: enums_1.DataType.ENUM8,
|
|
7658
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7659
|
-
write: true,
|
|
7660
|
-
max: 0xff,
|
|
7661
|
-
},
|
|
7662
|
-
danfossMultimasterRole: {
|
|
7663
|
-
name: "danfossMultimasterRole",
|
|
7664
|
-
ID: 0x4201,
|
|
7665
|
-
type: enums_1.DataType.ENUM8,
|
|
7666
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7667
|
-
write: true,
|
|
7668
|
-
max: 0xff,
|
|
7669
|
-
},
|
|
7670
|
-
danfossIconApplication: {
|
|
7671
|
-
name: "danfossIconApplication",
|
|
7672
|
-
ID: 0x4210,
|
|
7673
|
-
type: enums_1.DataType.ENUM8,
|
|
7674
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7675
|
-
write: true,
|
|
7676
|
-
max: 0xff,
|
|
7677
|
-
},
|
|
7678
|
-
danfossIconForcedHeatingCooling: {
|
|
7679
|
-
name: "danfossIconForcedHeatingCooling",
|
|
7680
|
-
ID: 0x4220,
|
|
7681
|
-
type: enums_1.DataType.ENUM8,
|
|
7682
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.DANFOSS_A_S,
|
|
7683
|
-
write: true,
|
|
7684
|
-
max: 0xff,
|
|
7685
|
-
},
|
|
7686
|
-
schneiderMeterStatus: {
|
|
7687
|
-
name: "schneiderMeterStatus",
|
|
7688
|
-
ID: 0xff01,
|
|
7689
|
-
type: enums_1.DataType.UINT32,
|
|
7690
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
7691
|
-
write: true,
|
|
7692
|
-
max: 0xffffffff,
|
|
7693
|
-
},
|
|
7694
|
-
schneiderDiagnosticRegister1: {
|
|
7695
|
-
name: "schneiderDiagnosticRegister1",
|
|
7696
|
-
ID: 0xff02,
|
|
7697
|
-
type: enums_1.DataType.UINT32,
|
|
7698
|
-
manufacturerCode: manufacturerCode_1.ManufacturerCode.SCHNEIDER_ELECTRIC,
|
|
7699
|
-
write: true,
|
|
7700
|
-
max: 0xffffffff,
|
|
7701
|
-
},
|
|
7702
7076
|
},
|
|
7703
7077
|
commands: {},
|
|
7704
7078
|
commandsResponse: {},
|