We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to read the GA from a callback, which has been associated via web UI? I want to send to this GA manually like this:
cb_assoc = knx.callback_register("My callback", my_callback); if (... somecondition ...) { ga_my_callback = knx.callback_get_ga(cb_assoc); knx.write_2byte_float(ga_my_callback, sensor_value); }
I do not want to register (the very same) GA via config_register_ga.
config_register_ga
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a way to read the GA from a callback, which has been associated via web UI? I want to send to this GA manually like this:
I do not want to register (the very same) GA via
config_register_ga
.The text was updated successfully, but these errors were encountered: