-
|
The url "/settings/protocols" on the companion instance shows how to (http)get a custom variable, is there a comparable method for expression variables? Whilst I'm here is there a websocket end point? |
Beta Was this translation helpful? Give feedback.
Answered by
Julusian
Feb 12, 2026
Replies: 1 comment
-
|
You can get those through
No. Either poll, or I think the ember+ api can do subscriptions |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Julusian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can get those through
/api/variable/expression/<name>/value. You can actually do the same for custom-variables, it just made sense to add the explicit endpoint for custom variables to match the set endpointNo. Either poll, or I think the ember+ api can do subscriptions