-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tunneling cluster #804
Conversation
@@ -3598,6 +3598,29 @@ const Cluster: { | |||
], | |||
}, | |||
}, | |||
}, | |||
Tunneling: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tunneling: { | |
tunneling: { |
attributes: { | ||
}, | ||
commands: { | ||
TransferData: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TransferData: { | |
transferData: { |
@@ -3598,6 +3598,29 @@ const Cluster: { | |||
], | |||
}, | |||
}, | |||
}, | |||
Tunneling: { | |||
ID: 0x0704, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the linting issue here.
ID: 1, | ||
parameters: [ | ||
{name: 'TunnelID', type: DataType.uint16}, | ||
{name: 'Data', type: BuffaloZclDataType.BUFFER}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the names lower case, e.g. data
, tunnelID
add tunneling cluster