{
type: "parameters",
options: {
instance: <yamcsInstance>,
processor: "realtime"
}
},
and I get a reply:
{
call: 3,
data: {
@type: "/yamcs.api.Reply"
},
type: "reply"
}.
But after that I only get a more or less empty message:
{
call: 3,
data: {
"@type": "/yamcs.protobuf.processing.SubscribeParametersData"
},
seq: 1,
type: "parameters"
}.
After that i don't receive any further messages and sine the documentation about websockets is pretty sparse I don't know what to change.
So how can I correctly subscribe to new parameters or what do I need to change in the configs.
Thanks in advance.
Best Regards,
Andreas