Skip to content

Commit

Permalink
add tunneling cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
xsp1989 committed Nov 18, 2023
1 parent 09a24e8 commit 709460b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,29 @@ const Cluster: {
],
},
},
},
Tunneling: {

Check failure on line 3602 in src/zcl/definition/cluster.ts

View workflow job for this annotation

GitHub Actions / ci

Expected indentation of 4 spaces but found 1 tab
ID: 0x0704,
attributes: {
},
commands: {
TransferData: {
ID: 2,
parameters: [
{name: 'TunnelID', type: DataType.uint16},
{name: 'Data', type: BuffaloZclDataType.BUFFER},
],
},
},
commandsResponse: {
TransferDataResp: {
ID: 1,
parameters: [
{name: 'TunnelID', type: DataType.uint16},
{name: 'Data', type: BuffaloZclDataType.BUFFER},
],
},
},
},
telecommunicationsInformation: {
ID: 2304,
Expand Down

0 comments on commit 709460b

Please sign in to comment.