-
Notifications
You must be signed in to change notification settings - Fork 6
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
Specify whether or not "auto" is allowed for IS-07 "ext_" transport parameters #42
Comments
I realise that I was a bit confused because these transport parameters (and When I raised this issue, I was thinking about these parameters on Senders. I assumed that the value of It is a similar situation for Is the However, Receivers are a different matter. I now realise the Example IS-05 PATCH request in Transport - MQTT - Connection management (and the similar one in Transport - WebSocket - Connection management) is presumably entirely about patching a Receiver. I think this needs clarifying in case anyone is confused like me, and it would be better if there were also examples of patching a Sender. For Receivers, the However, isn't it the case that e.g. |
The idea behind the transport parameters was that they are read only on the sender side and but exposed so that the control system can pick them up from there and pass on to the receiver. So yes, the constraints should be set so that they accept only one value. (That applies to all three parameters). |
That makes perfect sense, thanks, Miroslav. I will attempt to make a PR that clarifies that. |
The IS-07 specification for the IS-05 "externally defined transport parameters",
ext_is_07_rest_api_url
andext_is_07_source_id
in Transport - Websocket - Connection management and Transport - MQTT - Connection management needs to indicate whether or not"auto"
is permitted in a PATCH /staged request.It would also be nice to have an example of the
"enum"
constraint that should be included in the/constraints
endpoint for each of these, e.g. to show that theext_is_07_source_id
is a fixed value (or"auto"
if that is to be permitted).See also AMWA-TV/is-05#71.
The text was updated successfully, but these errors were encountered: