bitfocus / companion-module-bmd-hyperdeck

MIT License
10 stars 13 forks source link

feat: variable support in numerous actions and feedbacks #118

Closed JaaHann closed 2 weeks ago

JaaHann commented 3 weeks ago

Added variable support via toggle on following actions:

Added direct variable support on following actions:

Added variable support on following feedbacks:

Added "parseOptNumber" function to "actions.ts" to parse a number from textinput with variables from options object. Added "parseOptString" function to "actions.ts" to parse a string from textinput with variables from options object.

JaaHann commented 2 weeks ago

Done! Thanks a lot, I thought about that on the "isVisible" logic but still forgot the same issue in the callbacks...