Files
companion-module-streamer.b…/variables.js
2024-01-25 17:13:10 -05:00

8 lines
252 B
JavaScript

module.exports = async function (self) {
self.setVariableDefinitions([
{ variableId: 'variable1', name: 'My first variable' },
{ variableId: 'variable2', name: 'My second variable' },
{ variableId: 'variable3', name: 'Another variable' },
])
}