Skip to content
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

Errors in definition files #1

Open
mustafayuce33 opened this issue Oct 17, 2017 · 0 comments
Open

Errors in definition files #1

mustafayuce33 opened this issue Oct 17, 2017 · 0 comments

Comments

@mustafayuce33
Copy link

mustafayuce33 commented Oct 17, 2017

Hello,

There are some errors in the definition file. First of all "value removed" event has been defined twice. And secondly "value removed" definition as below

on(event: "value removed", listener: (nodeid: number, comclass: number, index: number) => void);

is wrong. It must be like

on(event: "value removed", listener: (nodeid: number, comclass: number, instance: number, index: number) => void);

Here "Instance" parameter is missing.

Kind Regards,
Mustafa Yuce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant