Skip to content

Commit

Permalink
fix: Add 2 new attributes to manuSpecificSinope (#912)
Browse files Browse the repository at this point in the history
* Update cluster.ts

Adding 2 new attributes to manuSpecificSinope

FloorTemperature (Cluster 0xff01 - attribute 0x0107 - 263)
RoomTemperature (Cluster 0xff01 - attribute 0x010D - 269)

* Update cluster.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
Montreal666 and Koenkk committed Feb 10, 2024
1 parent 5a36d8d commit 3325997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4282,11 +4282,13 @@ const Cluster: {
unknown2: {ID: 256, type: DataType.uint8}, // readOnly *testing*
floorControlMode: {ID: 261, type: DataType.enum8}, // airFloorMode
auxOutputMode: {ID: 262, type: DataType.enum8},
floorTemperature: {ID: 263, type: DataType.int16},
ambiantMaxHeatSetpointLimit: {ID: 264, type: DataType.int16},
floorMinHeatSetpointLimit: {ID: 265, type: DataType.int16},
floorMaxHeatSetpointLimit: {ID: 266, type: DataType.int16},
temperatureSensor: {ID: 267, type: DataType.enum8},
floorLimitStatus: {ID: 268, type: DataType.enum8},
roomTemperature: {ID: 269, type: DataType.int16},
timeFormatToDisplay: {ID: 276, type: DataType.enum8},
GFCiStatus: {ID: 277, type: DataType.enum8},
auxConnectedLoad: {ID: 280, type: DataType.uint16},
Expand Down

0 comments on commit 3325997

Please sign in to comment.