Skip to content

Commit cba0912

Browse files
authored
fix: Fix tuya custom attributes types. (#1260)
1 parent febca96 commit cba0912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zspec/zcl/definition/cluster.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2142,8 +2142,8 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
21422142
colorTempPhysicalMax: {ID: 16396, type: DataType.UINT16},
21432143
coupleColorTempToLevelMin: {ID: 16397, type: DataType.UINT16},
21442144
startUpColorTemperature: {ID: 16400, type: DataType.UINT16},
2145-
tuyaBrightness: {ID: 61441, type: DataType.UINT16},
2146-
tuyaRgbMode: {ID: 61440, type: DataType.UINT16},
2145+
tuyaBrightness: {ID: 61441, type: DataType.UINT8},
2146+
tuyaRgbMode: {ID: 61440, type: DataType.UINT8},
21472147
},
21482148
commands: {
21492149
moveToHue: {

0 commit comments

Comments
 (0)