-
Notifications
You must be signed in to change notification settings - Fork 78
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
[bug]: jsonConfig: jsonData - instanceObj is undefined #2824
Comments
According to the docu you referred to theres only _instance as a varible. I do not see instanceObj documented. Where did you read that instanceObject should be defined? |
as i wrote, i tried all from the documentation. with table item with autocompleteSendTo
the message i retrieve:
|
No existing issues.
Describe the bug
i have a table with autocompleteSendTo and try to send the instance (number) to the adapter.
But the instanceObj is undefined. I tried all that are documented here:
https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/adapterjsonconfig.md#js-functions
but only globalData and data working
To Reproduce
...
Expected behavior
should send the data
Screenshots & Logfiles
table item with autocompleteSendTo
the message i retrieve:
Browser error log:
Cannot parse json data: undefined
Adapter version
7.4.1
js-controller version
7.0.3
Node version
18.x
Operating system
Ubuntu 22.04 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: