Skip to content

Commit

Permalink
feat: Add tuyaSetMinimumBrightness command (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlichvar authored Jun 14, 2024
1 parent d06d9c5 commit 690408f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2400,6 +2400,12 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
{name: 'maximum', type: DataType.UINT16},
],
},
tuyaSetMinimumBrightness: {
ID: 224,
parameters: [
{name: 'minimum', type: DataType.UINT16},
],
},
tuyaMoveToHueAndSaturationBrightness2: {
ID: 225,
parameters: [
Expand Down

0 comments on commit 690408f

Please sign in to comment.