You can add new drivers. just keep in mind that each driver has a api.ts
file, containing the following:
- The API to communicate with the IPG's API (containing requests and responses, errors and URLs)
- The API for the package (driver-specific configuration and interface, like multiplexing)
And remember to write tests for the driver you're adding.
Thank you for contributing.