Skip to content

Commit

Permalink
fix: Add calibration attributes for Niko 552-72301 (#1098)
Browse files Browse the repository at this point in the history
* Add calibration attirbutes

* Linter
  • Loading branch information
Sennevds authored Jun 29, 2024
1 parent 99ee8f4 commit 6ba4024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,8 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
elkoLiftDriveDownTime: {ID: 0xE015, type: DataType.UINT16, manufacturerCode: ManufacturerCode.ADEO},
elkoTiltOpenCloseAndStepTime: {ID: 0xE016, type: DataType.UINT16, manufacturerCode: ManufacturerCode.ADEO},
elkoTiltPositionPercentageAfterMoveToLevel: {ID: 0xE017, type: DataType.UINT8, manufacturerCode: ManufacturerCode.ADEO},
nikoCalibrationTimeUp: {ID: 0xfcc1, type: DataType.UINT16, manufacturerCode: ManufacturerCode.NIKO_NV},
nikoCalibrationTimeDown: {ID: 0xfcc2, type: DataType.UINT16, manufacturerCode: ManufacturerCode.NIKO_NV},
},
commands: {
upOpen: {
Expand Down

0 comments on commit 6ba4024

Please sign in to comment.