Skip to content

Commit

Permalink
fix: Fix tuya custom attributes types. (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 authored Dec 13, 2024
1 parent febca96 commit cba0912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2142,8 +2142,8 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
colorTempPhysicalMax: {ID: 16396, type: DataType.UINT16},
coupleColorTempToLevelMin: {ID: 16397, type: DataType.UINT16},
startUpColorTemperature: {ID: 16400, type: DataType.UINT16},
tuyaBrightness: {ID: 61441, type: DataType.UINT16},
tuyaRgbMode: {ID: 61440, type: DataType.UINT16},
tuyaBrightness: {ID: 61441, type: DataType.UINT8},
tuyaRgbMode: {ID: 61440, type: DataType.UINT8},
},
commands: {
moveToHue: {
Expand Down

0 comments on commit cba0912

Please sign in to comment.