First impl of the streamer.bot api changes

This commit is contained in:
2024-01-26 12:46:46 -05:00
parent 79dccc9709
commit 9fafe2b318
8 changed files with 235 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
const { combineRgb } = require('@companion-module/base')
import { combineRgb } from '@companion-module/base'
module.exports = async function (self) {
export default async function (self) {
self.setFeedbackDefinitions({
ChannelState: {
name: 'Example Feedback',