Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(device): accepts feature config in toggle_features
The toggle_features method now accepts additional feature config that allows us to invoke the patch device daemons API with daemon config. Usage: >>> from rapyuta_io import Client >>> client = Client(auth_token='auth_token', project='project_guid') >>> client.toggle_features('device-id', [('vpn', True), ('tracing', False)], config={'vpn': {'advertise_routes': True}})
- Loading branch information