Skip to content

Commit

Permalink
feat(ignore): Add valve calibration command for Bosch BTH-RA (Koenkk#836
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DerDreschner authored Dec 23, 2023
1 parent ef198ee commit 7a9b0fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,12 @@ const Cluster: {
ID: 0xa0,
parameters: [
],
}
},
boschCalibrateValve: {
ID: 0x41,
parameters: [
],
},
},
commandsResponse: {
getWeeklyScheduleRsp: {
Expand Down

0 comments on commit 7a9b0fb

Please sign in to comment.