Skip to content

Commit

Permalink
feat(add): New Legrand NLLV specific attributes (#784)
Browse files Browse the repository at this point in the history
Added attributes to closuresWindowCovering:
* stepPositionLift
* calibrationMode
* targetPositionTiltPercentage
* stepPositionTilt
  • Loading branch information
FabianMangold committed Oct 22, 2023
1 parent 10e5e00 commit e9acbab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1824,8 +1824,12 @@ const Cluster: {
ubisysStartupSteps: {ID: 0x1007, type: DataType.uint16, manufacturerCode: ManufacturerCode.Ubisys},
tuyaMovingState: {ID: 0xf000, type: DataType.enum8},
tuyaCalibration: {ID: 0xf001, type: DataType.enum8},
stepPositionLift: {ID: 0xf001, type: DataType.enum8, manufacturerCode: ManufacturerCode.LegrandNetatmo},
tuyaMotorReversal: {ID: 0xf002, type: DataType.enum8},
calibrationMode: {ID: 0xf002, type: DataType.enum8, manufacturerCode: ManufacturerCode.LegrandNetatmo},
moesCalibrationTime: {ID: 0xf003, type: DataType.uint16},
targetPositionTiltPercentage: {ID: 0xf003, type: DataType.enum8, manufacturerCode: ManufacturerCode.LegrandNetatmo},
stepPositionTilt: {ID: 0xf004, type: DataType.enum8, manufacturerCode: ManufacturerCode.LegrandNetatmo},
elkoDriveCloseDuration: {ID: 0xE000, type: DataType.uint16, manufacturerCode: ManufacturerCode.ELKO},
elkoProtectionStatus: {ID: 0xE010, type: DataType.bitmap8, manufacturerCode: ManufacturerCode.ELKO},
elkoProtectionSensor: {ID: 0xE013, type: DataType.bitmap8, manufacturerCode: ManufacturerCode.ELKO},
Expand Down

0 comments on commit e9acbab

Please sign in to comment.