-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QrcClient is not a constructor #1
Comments
There is a small problem with the way that QrcClient is getting exported. You can get around it by doing: const client = new QrcClient.default(); |
Thanks @joshuaburkhalter - I am actually making my own JS wrapper for this API as well. Should have a repo up in the next few weeks. But I appreciate the info! |
That's awesome @patrickgilsf , I'd love to help - are you implementing everything that QRC can do (mixer, pa routing, etc.)? I've been wanting to build a full module that includes the QRC and PARAPI. |
No, I am not. Just the calls that fit my use cases. Component Get, Component Set, Component GetComponents, Component GetControls. Mixer, PA routing, Snapshots, can all be controlled by the above methods. The idea is to have a fully agnostic Q-Sys control, so you can control from a webpage, script, etc.....don't need to rely on a touch panel Last, there is another one out there has the same goal - https://github.com/locimation/js-qrc |
Is there user error here? I am trying to import and use this tool, and getting QrcClient is not a constructor.
Thanks
The text was updated successfully, but these errors were encountered: