Skip to content

Commit

Permalink
fix wrong datatype Sinope floorLimitStatus (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattL0 authored Jan 3, 2023
1 parent 546acde commit 0a06211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4099,7 +4099,7 @@ const Cluster: {
floorMinHeatSetpointLimit: {ID: 265, type: DataType.int16},
floorMaxHeatSetpointLimit: {ID: 266, type: DataType.int16},
temperatureSensor: {ID: 267, type: DataType.enum8},
floorLimitStatus: {ID: 268, type: DataType.uint8},
floorLimitStatus: {ID: 268, type: DataType.enum8},
timeFormatToDisplay: {ID: 276, type: DataType.enum8},
GFCiStatus: {ID: 277, type: DataType.enum8},
auxConnectedLoad: {ID: 280, type: DataType.uint16},
Expand Down

0 comments on commit 0a06211

Please sign in to comment.