Skip to content

Commit

Permalink
add ubisys attributes and clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
felixstorm committed Sep 16, 2019
1 parent c30428a commit bd0a8e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,14 @@ const Cluster: {
windowCoveringMode: {ID: 23, type: DataType.bitmap8},
intermediateSetpointsLift: {ID: 24, type: DataType.octetStr},
intermediateSetpointsTilt: {ID: 25, type: DataType.octetStr},
ubisysTurnaroundGuardTime: {ID: 0x1000, type: DataType.uint8},
ubisysLiftToTiltTransitionSteps: {ID: 0x1001, type: DataType.uint16},
ubisysTotalSteps: {ID: 0x1002, type: DataType.uint16},
ubisysLiftToTiltTransitionSteps2: {ID: 0x1003, type: DataType.uint16},
ubisysTotalSteps2: {ID: 0x1004, type: DataType.uint16},
ubisysAdditionalSteps: {ID: 0x1005, type: DataType.uint8},
ubisysInactivePowerThreshold: {ID: 0x1006, type: DataType.uint16},
ubisysStartupSteps: {ID: 0x1007, type: DataType.uint16},
},
commands: {
upOpen: {
Expand Down Expand Up @@ -3427,6 +3435,17 @@ const Cluster: {
},
},
},
manuSpecificUbisys: {
ID: 64512,
attributes: {
inputConfigurations: {ID: 0x0000, type: DataType.array},
inputActions: {ID: 0x0001, type: DataType.array},
},
commands: {
},
commandsResponse: {
}
},
manuSpecificCluster: {
ID: 65535,
attributes: {
Expand Down

0 comments on commit bd0a8e0

Please sign in to comment.