Skip to content

Commit

Permalink
BMCT-SLZ: change attributes to camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
slugzero committed Dec 31, 2023
1 parent 7972932 commit 9ad5140
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5425,12 +5425,12 @@ const Cluster: {
ID: 0xfca0,
manufacturerCode: ManufacturerCode.Bosch,
attributes: {
device_mode: {ID: 0x0000, type: DataType.enum8},
switch_type: {ID: 0x0001, type: DataType.enum8},
calibration_opening_time: {ID: 0x0002, type: DataType.uint32},
calibration_closing_time: {ID: 0x0003, type: DataType.uint32},
child_lock: {ID: 0x0008, type: DataType.boolean},
motor_state: {ID: 0x0013, type: DataType.enum8},
deviceMode: {ID: 0x0000, type: DataType.enum8},
switchType: {ID: 0x0001, type: DataType.enum8},
calibrationOpeningTime: {ID: 0x0002, type: DataType.uint32},
calibrationClosingTime: {ID: 0x0003, type: DataType.uint32},
childLock: {ID: 0x0008, type: DataType.boolean},
motorState: {ID: 0x0013, type: DataType.enum8},
},
commands: {},
commandsResponse: {},
Expand Down

0 comments on commit 9ad5140

Please sign in to comment.