Skip to content

Commit

Permalink
feat(ignore): Add Amazon Work With All Hubs cluster (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge authored Dec 24, 2023
1 parent 9f684cf commit 854fd12
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5701,6 +5701,38 @@ const Cluster: {
commands: {},
commandsResponse: {},
},
manuSpecificAmazonWWAH: {
ID: 0xfc57,
manufacturerCode: ManufacturerCode.AMAZON_LAB126,
attributes: {
disableOTADowngrades: {ID: 0x0002, type: DataType.boolean},
mgmtLeaveWithoutRejoinEnabled: {ID: 0x0003, type: DataType.boolean},
nwkRetryCount: {ID: 0x0004, type: DataType.uint8},
macRetryCount: {ID: 0x0005, type: DataType.uint8},
routerCheckInEnabled: {ID: 0x0006, type: DataType.boolean},
touchlinkInterpanEnabled: {ID: 0x0007, type: DataType.boolean},
wwahParentClassificationEnabled: {ID: 0x0008, type: DataType.boolean},
wwahAppEventRetryEnabled: {ID: 0x0009, type: DataType.boolean},
wwahAppEventRetryQueueSize: {ID: 0x000A, type: DataType.uint8},
wwahRejoinEnabled: {ID: 0x000B, type: DataType.boolean},
macPollFailureWaitTime: {ID: 0x000C, type: DataType.uint8},
configurationModeEnabled: {ID: 0x000D, type: DataType.boolean},
currentDebugReportID: {ID: 0x000E, type: DataType.uint8},
tcSecurityOnNwkKeyRotationEnabled: {ID: 0x000F, type: DataType.boolean},
wwahBadParentRecoveryEnabled: {ID: 0x0010, type: DataType.boolean},
pendingNetworkUpdateChannel: {ID: 0x0011, type: DataType.uint8},
pendingNetworkUpdatePANID: {ID: 0x0012, type: DataType.uint16},
otaMaxOfflineDuration: {ID: 0x0013, type: DataType.uint16},
clusterRevision: {ID: 0xFFFD, type: DataType.uint16},
},
commands: {
clearBindingTable: {
ID: 0x0A,
parameters: [],
},
},
commandsResponse: {},
},
};

export default Cluster;

0 comments on commit 854fd12

Please sign in to comment.