This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """Compare bulk vs individual feature fetching for PyViCare issue #431. | |
| Tests whether the `includeDevicesFeatures=true` parameter can replace | |
| individual per-device API calls. | |
| Reads credentials from .secrets file in the same directory: | |
| VICARE_USERNAME=... | |
| VICARE_PASSWORD=... | |
| VICARE_TOKEN=... (client_id) |