Skip to content

Commit

Permalink
Add StartUpCurrentLevel to genLevelCtrl (Koenkk#283)
Browse files Browse the repository at this point in the history
Noticed we were missing it when coming across Koenkk/zigbee2mqtt#5555

Shouldn't be too hard to add both OnOffTransitionTime and StartUpCurrentLevel, I sadly have nothing to test this with so hopefully the user in the discussion can.
  • Loading branch information
sjorge authored Jan 8, 2021
1 parent 441f08c commit 0bf415f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ const Cluster: {
onTransitionTime: {ID: 18, type: DataType.uint16},
offTransitionTime: {ID: 19, type: DataType.uint16},
defaultMoveRate: {ID: 20, type: DataType.uint16},
startUpCurrentLevel: {ID: 16384, type: DataType.uint8},
},
commands: {
moveToLevel: {
Expand Down

0 comments on commit 0bf415f

Please sign in to comment.