|
2 | 2 |
|
3 | 3 | [](https://github.com/nirsimetri/onvif-python?tab=MIT-1-ov-file) |
4 | 4 | [](https://deepwiki.com/nirsimetri/onvif-python) |
5 | | -[](https://github.com/nirsimetri/onvif-python/releases) |
| 5 | +[](https://github.com/nirsimetri/onvif-python/releases) |
6 | 6 | <br> |
7 | | -[](https://pypi.org/project/onvif-python/) |
| 7 | +[](https://pypi.org/project/onvif-python/) |
8 | 8 | [](https://clickpy.clickhouse.com/dashboard/onvif-python) |
9 | 9 |
|
10 | 10 | **Proyek ini menyediakan pustaka Python yang komprehensif dan ramah pengembang untuk bekerja dengan perangkat yang sesuai dengan ONVIF.** Pustaka ini dirancang agar andal, mudah diintegrasikan, dan cukup fleksibel untuk mendukung berbagai profil dan layanan ONVIF. |
@@ -154,9 +154,9 @@ Kelas `ONVIFClient` menyediakan berbagai opsi konfigurasi untuk menyesuaikan per |
154 | 154 |
|
155 | 155 | | Parameter | Tipe | Wajib | Default | Deskripsi | |
156 | 156 | |-----------|------|-------|---------|-----------| |
157 | | -| `apply_patch` | `bool` | ❌ Tidak | `True` | Aktifkan patching zeep untuk parsing field xsd:any yang lebih baik dan flattening otomatis | |
158 | | -| `capture_xml` | `bool` | ❌ Tidak | `False` | Aktifkan plugin XML capture untuk debugging permintaan/respons SOAP | |
159 | | -| `wsdl_dir` | `str` | ❌ Tidak | `None` | Path direktori WSDL kustom untuk menggunakan file WSDL eksternal sebagai pengganti yang built-in (mis., `/path/to/custom/wsdl`) | |
| 157 | +| `apply_patch` | `bool` | ❌ Tidak | `True` | Aktifkan patching zeep untuk parsing field xsd:any yang lebih baik dan flattening otomatis, diterapkan pada (>= [`v0.0.4`](https://github.com/nirsimetri/onvif-python/releases/tag/v0.0.4)) | |
| 158 | +| `capture_xml` | `bool` | ❌ Tidak | `False` | Aktifkan plugin XML capture untuk debugging permintaan/respons SOAP, diterapkan pada (>= [`v0.0.6`](https://github.com/nirsimetri/onvif-python/releases/tag/v0.0.6)) | |
| 159 | +| `wsdl_dir` | `str` | ❌ Tidak | `None` | Path direktori WSDL kustom untuk menggunakan file WSDL eksternal sebagai pengganti yang built-in (mis., `/path/to/custom/wsdl`), diterapkan pada (>= [`v0.1.0`](https://github.com/nirsimetri/onvif-python/releases/tag/v0.1.0)) | |
160 | 160 |
|
161 | 161 | </details> |
162 | 162 |
|
|
0 commit comments