|
|
# D2Sphere Console Commands
|
|
|
|
|
|
## syntax
|
|
|
|
|
|
### common pfal syntax
|
|
|
`
|
|
|
$pfal,<pfal group>,<pfal cmd>[*CRC]
|
|
|
`
|
|
|
[*CRC] is optional
|
|
|
$pfal is recommended
|
|
|
|
|
|
### common pfal shell cmd syntax (for ePACK)
|
|
|
|
|
|
`
|
|
|
$pfal,cmd.sh,["]<pfal cmd>["]
|
|
|
`
|
|
|
["] quoting is optional and not recommended as my quotes needed in the sh command
|
|
|
sequanz quoting is not yet supported
|
|
|
|
|
|
### common pfal at syntax (for ePACK* / mPACK* / AVL*)
|
|
|
|
|
|
`
|
|
|
$pfal,cmd.at,["]<pfal cmd>["]
|
|
|
`
|
|
|
["] quoting is optional and not recommended as my quotes needed in the sh command
|
|
|
sequanz quoting is not yet supported
|
|
|
|
|
|
alternative (legacy / old) implementaition
|
|
|
|
|
|
`
|
|
|
$pfal,dbg.gsm.cmd,"<at cmd>",<timeout>
|
|
|
`
|
|
|
quoting required
|
|
|
<timeout> required - default should be 3000
|
|
|
|
|
|
|
|
|
## allowed commands
|
|
|
|
|
|
## prohibited commands
|
|
|
```
|
|
|
$pfal,cmd.sh,top
|
|
|
```
|
|
|
|
|
|
## examples:
|
|
|
|
|
|
```
|
|
|
$pfal,cnf.show
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |