Skip to content
Snippets Groups Projects
Commit 99467bf1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

MQTT originator and receiver can be optional

parent 01c5afb3
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
......@@ -8908,8 +8908,8 @@ type record CoapBindingDesc {
type record MqttBindingDesc {
ProtocolBindings bindingProtocol (e_mqtt),
BindingDesc bindingDesc,
XSD.ID originator,
XSD.ID receiver
XSD.ID originator optional,
XSD.ID receiver optional
// TODO To be completed
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment