... | ... | @@ -42,16 +42,22 @@ $pfal,cmd.sh,top |
|
|
## examples:
|
|
|
|
|
|
```
|
|
|
# Set/Get device configuration
|
|
|
$PFAL,cnf.set,DEVICE.NAME=Test
|
|
|
$pfal,cnf.show
|
|
|
$PFAL,cnf.get,d2sphere.@d2sphere[0].time
|
|
|
$pfal,cnf.set,d2sphere.@d2sphere[0].time=3
|
|
|
|
|
|
# Shell commands
|
|
|
$pfal,cmd.sh,"uci show d2sphere"
|
|
|
$pfal,cmd.sh,ps
|
|
|
$pfal,cmd.sh,pwd
|
|
|
$pfal,cmd.sh,ls -l
|
|
|
$pfal,cmd.sh,touch /tmp/
|
|
|
$pfal,cmd.at,at+ccid
|
|
|
$pfal,cmd.sh,pwd
|
|
|
|
|
|
# AT commands
|
|
|
$pfal,cmd.at,at+ccid
|
|
|
$pfal,cmd.at,at+cops?
|
|
|
$pfal,cmd.at,at+csq?
|
|
|
|
... | ... | |