https://github.com/bitfocus/companion-module-audinate-dante-ddm
https://github.com/bitfocus/companion-module-audinate-dante-ddm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfocus/companion-module-audinate-dante-ddm
- Owner: bitfocus
- License: mit
- Created: 2023-03-16T04:26:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T03:50:02.000Z (3 months ago)
- Last Synced: 2025-04-15T22:14:00.111Z (about 2 months ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# companion-module-audinate-dante-ddm
This module enables the ability to set Dante subscriptions using a managed Dante domain. It uses the GraphQL API provided by Dante Domain Manager.
## User Documentation
See [HELP.md](./companion/HELP.md) for user documentation which is also what is displayed to the user when they click on the help icon in the UI.
## Development
During development, you'll need to inform Companion where to look for dev modules (like this one).
Alternatively, if you are running Companion itself directly from its source code, create a symbolic link in `companion/module-local-dev` to this directory.
In general, follow the guide here
.This module was developed for Companion 3.0 beta. It may work with Companion 2.0 as well, but this is untested.
### GraphQL CodeGen
GraphQL CodeGen generates TypeScript types based on the GraphQL schema and operations (mutations, queries, etc.)
`yarn run graphql-codegen` needs to run during development upon the first run, and whenever the schema changes
## Maintainers
- James Abbottsmith
## License
See [LICENSE](./LICENSE)