Open
Description
Is this a bug in companion itself or a module?
- I believe this to be a bug in companion
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
From the documentation, an updated variable message should be formatted:
VARIABLE-VALUE DEVICEID=00000 VARIABLE=some-id VALUE="abc="
What I am getting is:
VARIABLE-VALUE DEVICEID=00000 VARIABLE="some-id" VALUE="abc="
where the variable id is quoted.
I can work with either.
Steps To Reproduce
No response
Expected Behavior
No response
Environment (please complete the following information)
- OS: any
- Browser: chrome
- Companion Version: 3.5.3
- Satellite API 1.7.0
Additional context
I am not sure if this a documentation or implementation error.