This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:lora:scan [2025/06/18 18:18] ehe |
wiki:lora:scan [2025/09/17 14:26] (current) ehe [How it works] |
||
|---|---|---|---|
| Line 206: | Line 206: | ||
| == Activation == | == Activation == | ||
| - | To start it up: ''/user/spectral/spectralscan --activate'' | + | To start it up: <code>/user/spectral/spectralscan --activate</code> |
| - | To stop it: ''/user/spectral/spectralscan --deactivate'' | + | To stop it: <code>/user/spectral/spectralscan --deactivate</code> |
| - | To uninstall it: ''/user/spectral/spectralscan --remove'' | + | To uninstall it: <code>/user/spectral/spectralscan --remove</code> |
| Line 225: | Line 225: | ||
| For manual triggering: | For manual triggering: | ||
| - | ''/user/spectral/spectralscan --run'' | + | <code>/user/spectral/spectralscan --run</code> |
| - | ''/user/spectral/scan -periodicscan'' | + | <code>/user/spectral/scan -periodicscan<code> |
| Line 253: | Line 253: | ||
| To start it: | To start it: | ||
| - | **Manually**: ''/user/spectral/scan -fullscan 30'' | + | **Manualy**: <code>/user/spectral/scan -fullscan 30</code> |
| Line 260: | Line 260: | ||
| Max value for duration is 300s | Max value for duration is 300s | ||
| - | **By Magic Link**: ''curl --compressed -s https://upgrade.wanesy.com/spectralscan_90s | sh'' \\ | + | **By Magic Link**: <code>curl --compressed -s https://upgrade.wanesy.com/spectralscan_90s | sh</code> \\ |
| The duration value is set to 90s. | The duration value is set to 90s. | ||