You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://pepy.tech/projects/onvif-python"><imgalt="Pepy Total Downloads"src="https://img.shields.io/pepy/dt/onvif-python?label=Downloads&color=red"></a>
Health check interval in seconds for interactive mode (default: 10)
363
363
--output OUTPUT, -o OUTPUT
364
-
Save command output to file. Supports .json, .xml extensions for format detection, or plain
365
-
text. XML format automatically enables debug mode for SOAP capture.
364
+
Save command output to file. Supports .json, .xml extensions for format detection, or plain text. XML format automatically enables debug mode for SOAP capture.
366
365
--version, -v Show ONVIF CLI version and exit
367
366
368
367
Examples:
@@ -407,7 +406,7 @@ Examples:
407
406
<summary><b>2. Interactive Shell</b></summary>
408
407
409
408
```bash
410
-
ONVIF Interactive Shell — v0.2.11
409
+
ONVIF Interactive Shell — v0.3.0
411
410
https://github.com/nirsimetri/onvif-python
412
411
413
412
Basic Commands:
@@ -502,7 +501,7 @@ If you omit the username or password, you will be prompted to enter them securel
502
501
|`desc <method>`| Show documentation for a method |
503
502
|`store <name>`| Store the last result with a variable name |
504
503
|`show <name>`| Display a stored variable |
505
-
|`exit`/ `quit`| Exit the shell |
504
+
|`exit`| Exit the shell |
506
505
507
506
> [!IMPORTANT]
508
507
> You can see all the other commands available in the interactive shell by trying it out directly. The interactive shell runs periodic background health checks to detect connection loss. It uses silent TCP pings to avoid interrupting your work and will automatically exit if the device is unreachable, similar to an SSH session.
@@ -697,8 +696,9 @@ The `ONVIFClient` class provides various configuration options to customize the
<ahref="https://pepy.tech/projects/onvif-python"><imgalt="Pepy Total Downloads"src="https://img.shields.io/pepy/dt/onvif-python?label=Downloads&color=red"></a>
Health check interval in seconds for interactive mode (default: 10)
363
363
--output OUTPUT, -o OUTPUT
364
-
Save command output to file. Supports .json, .xml extensions for format detection, or plain
365
-
text. XML format automatically enables debug mode for SOAP capture.
364
+
Save command output to file. Supports .json, .xml extensions for format detection, or plain text. XML format automatically enables debug mode for SOAP capture.
366
365
--version, -v Show ONVIF CLI version and exit
367
366
368
367
Examples:
@@ -408,7 +407,7 @@ Examples:
408
407
409
408
410
409
```bash
411
-
ONVIF Interactive Shell — v0.2.11
410
+
ONVIF Interactive Shell — v0.3.0
412
411
https://github.com/nirsimetri/onvif-python
413
412
414
413
Basic Commands:
@@ -503,7 +502,7 @@ Jika Anda tidak menyertakan nama pengguna atau kata sandi, Anda akan diminta unt
503
502
|`desc <method>`| Tampilkan dokumentasi untuk sebuah metode |
504
503
|`store <name>`| Simpan hasil terakhir dengan nama variabel |
505
504
|`show <name>`| Tampilkan variabel yang disimpan |
506
-
|`exit`/ `quit`| Keluar dari shell |
505
+
|`exit`| Keluar dari shell |
507
506
508
507
> [!IMPORTANT]
509
508
> Anda dapat melihat semua perintah lainnya yang tersedia di shell interaktif dengan mencobanya langsung. Shell interaktif menjalankan pemeriksaan kesehatan latar belakang secara berkala untuk mendeteksi kehilangan koneksi. Shell ini menggunakan ping TCP diam-diam agar tidak mengganggu pekerjaan Anda dan akan otomatis keluar jika perangkat tidak dapat dijangkau, mirip dengan sesi SSH.
@@ -697,8 +696,9 @@ Kelas `ONVIFClient` menyediakan berbagai opsi konfigurasi untuk menyesuaikan per
0 commit comments