File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ This library includes a powerful command-line interface (CLI) for interacting wi
148148 <tr >
149149 <td width="34.2%">
150150 <a href="https://github.com/nirsimetri/onvif-python">
151- <img src=". /assets/onvif_cli.png" />
151+ <img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main /assets/onvif_cli.png" />
152152 </a>
153153 </td>
154154 <td width="65.8%">
155155 <a href="https://github.com/nirsimetri/onvif-python">
156- <img src=". /assets/onvif_operations.png" />
156+ <img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main /assets/onvif_operations.png" />
157157 </a>
158158 </td>
159159 </tr >
@@ -336,6 +336,9 @@ onvif --discover --username admin --password admin123 --interactive
336336
337337# Short form
338338onvif -d -u admin -p admin123 -i
339+
340+ # Discover and interactive (will prompt for credentials)
341+ onvif -d -i
339342```
340343
341344** Discover and Execute Command:**
Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ Pustaka ini menyertakan antarmuka baris perintah (CLI) yang kuat untuk berintera
148148 <tr >
149149 <td width="34.2%">
150150 <a href="https://github.com/nirsimetri/onvif-python">
151- <img src=". /assets/onvif_cli.png" />
151+ <img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main /assets/onvif_cli.png" />
152152 </a>
153153 </td>
154154 <td width="65.8%">
155155 <a href="https://github.com/nirsimetri/onvif-python">
156- <img src=". /assets/onvif_operations.png" />
156+ <img src="https://raw.githubusercontent.com/nirsimetri/onvif-python/refs/heads/main /assets/onvif_operations.png" />
157157 </a>
158158 </td>
159159 </tr >
@@ -337,6 +337,9 @@ onvif --discover --username admin --password admin123 --interactive
337337
338338# Bentuk singkat
339339onvif -d -u admin -p admin123 -i
340+
341+ # Temukan dan interaktif (akan meminta kredensial)
342+ onvif -d -i
340343```
341344
342345** Temukan dan Eksekusi Perintah:**
You can’t perform that action at this time.
0 commit comments