Thanks again @jamespeltzer
I've looked over the answer from 02-09-2018 and I've got it working somewhat at least!
Still trying to wrap my head around all of it. Especially the panels global object registry, but I get the answers I want from the HyperDeck now at least.
However!
Now I am stuck back at the original question, how to set the record name parameter...
What I've done is basically set up a listener for the HyperDeck Mini, with a string parameter where I write the command I want to send, and push the button next to it, and away it goes!
It starts recording, and it gives me the reply "200 ok" wich is the reply you're supposed to get from the HyperDeck.
Now for some reason, whenever I try to send the recording name with it it starts recording, but adds no name...
The command to send according to the documentation is: record: name: {name}
So I tried the following commands in the parameter that is the command I send to the HyperDeck:
- record: name: test
- record: name: 'test'
- record: name: "test"
- record: name: \'test\'
- record: name: "test"
- record: name: {test}
And none of them will actually record the clip with the name test.
It gives me the reply 200 ok, but when looking at the clips later, there's no names on any of them...
Anyone on this post with similar experience?
#DashBoard