webMAN-MOD icon indicating copy to clipboard operation
webMAN-MOD copied to clipboard

(request) command for getting state info

Open Devof73 opened this issue 2 years ago • 1 comments

It would be great if you put a command to get status information in a simple html and then convert it to text.

Devof73 avatar Feb 21 '23 18:02 Devof73

This is already possible with this web command /popup.ps3=<text> - Returns text in raw mode (e.g. /popup.ps3=<H1 style=color:red>Hello)

The @info tags show status information. Example: /popup.ps3=@info109 <= CPU & RSX Temperature information + % fan speed

List of available @info tags
Tag name Description
@info display free disk space on /dev_hdd0
@info1 display free disk space on /dev_usb000
@info2 display free disk space on /dev_usb001
@info3 display free disk space on /dev_usb002
@info4 display free disk space on /dev_usb003
@info5 display free disk space on /dev_ntfs0:
@info6 Free memory
@info7 Memory usage
@info6 Free memory
@info8 Syscall status
@info9 CPU & RSX Temperature information + % fan speed
@info10 Fan Mode
@info11 Startup time
@info12 Play time
@info13 Runtime time + total boot cycles
@info14 Current date & time
@info15 Game ID + Title (ingame only)
@info16 Process ID
@info17 PSID
@info18 IDPS LV2
@info19 IDPS EID0
@info20 Firmware Version + Payload
@info21 Mac Address
@info22 IP Address
@info23 User home directory
@info24 Current version of webMAN MOD

Tags with ids from 100-125 returns the same information without a label prefix

aldostools avatar Feb 21 '23 19:02 aldostools