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

Read GA associated to callback #80

Open
hn opened this issue Apr 24, 2020 · 0 comments
Open

Read GA associated to callback #80

hn opened this issue Apr 24, 2020 · 0 comments

Comments

@hn
Copy link

hn commented Apr 24, 2020

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.

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