... | ... | @@ -95,4 +95,83 @@ where |
|
|
## D2Sphere
|
|
|
|
|
|
* [D2Sphere Main Wiki](https://git.falcom.de/d2sphere/d2sphere/wikis/home)
|
|
|
* [D2Sphere REST API Swagger SPec.](https://git.falcom.de/pub/wiki/wikis/d2s_rest_data_push) |
|
|
\ No newline at end of file |
|
|
* [D2Sphere REST API Swagger SPec.](https://git.falcom.de/pub/wiki/wikis/d2s_rest_data_push)
|
|
|
|
|
|
## Rocky Variable Names
|
|
|
```
|
|
|
PFAL commands:
|
|
|
CNF.ShowUser - Show parameter
|
|
|
CNF.Clear - Clear parameter
|
|
|
CNF.Set,Key=Value - Set config parameter
|
|
|
CNF.Get,Key - Get config parameter
|
|
|
GPS.Position - Show current position
|
|
|
MSG.Version.Software - Show Version
|
|
|
MSG.Version.Complete - Show Comlete Version
|
|
|
MSG.Version.Complete.Ext - Show Comlete Version
|
|
|
MSG.Info.Protocol,<"text"> - Dump text with variables
|
|
|
MSG.Info.Send,<"text"> - Send text notification
|
|
|
MSG.Alarm.Send,<"text"> - Send event notification
|
|
|
GSM.IMEI - Show IMEI number
|
|
|
GSM.IMSI - Show IMSI number
|
|
|
GSM.ICCID - Show ICCID number
|
|
|
NET.State - Show network state
|
|
|
NET.Reconnect - Reconnect network
|
|
|
SYS.Device.Reset - Restart device
|
|
|
SYS.Device.Sleep - Put device to sleep
|
|
|
SYS.Device.Update - Install update via xmodem
|
|
|
SYS.Device.WebUpdate,<"URL"> - Install update from URL
|
|
|
SYS.Help - Display simple help
|
|
|
|
|
|
Configuration:
|
|
|
MSG.ALIVE=<message>
|
|
|
MSG.VALUES=<message>
|
|
|
MSG.LOGIN=<message>
|
|
|
MSG.SLEEP=<message>
|
|
|
MSG.DOZE=<message>
|
|
|
NET.URL,<URL|IP>:<port>
|
|
|
NET.APN=<APN>
|
|
|
NET.USER=<User>
|
|
|
NET.PWD=<PWD>
|
|
|
DEVICE.NAME=<name>
|
|
|
DEVICE.PRODID=<prodid>
|
|
|
DEVICE.INTERVAL=<alive>,<measure>,<doze>
|
|
|
|
|
|
Dyn.Variables:
|
|
|
&(device) - device name
|
|
|
|
|
|
&(nlat.n) - current nautical latitude
|
|
|
&(nlon.n) - current nautical longitude
|
|
|
&(nlat) - current latitude
|
|
|
&(nlon) - current longitude
|
|
|
&(nalt) - current altitude
|
|
|
&(nfix) - current fix state
|
|
|
&(nsat) - current number satelites
|
|
|
&(ndop) - current pdop value
|
|
|
|
|
|
&(imei) - modem IMEI number
|
|
|
&(imsi) - SIM IMSI number
|
|
|
&(iccid) - SIM ICCID number
|
|
|
&(csq) - current CSQ value
|
|
|
&(creg) - current registration value
|
|
|
&(opid) - current operator id
|
|
|
&(opname) - current operator name
|
|
|
&(lac) - current local area code
|
|
|
&(cellid) - current cell id
|
|
|
|
|
|
&(vbat) - current battey value
|
|
|
&(vtemp) - current temperature value
|
|
|
&(vhumi) - current humidity value
|
|
|
&(vaccX) - current x-acceleration value
|
|
|
&(vaccY) - current y-acceleration value
|
|
|
&(vaccZ) - current z-acceleration value
|
|
|
&(accG) - current max acceleration shock
|
|
|
|
|
|
&(stime) - stored time value
|
|
|
&(svbat) - stored battey value
|
|
|
&(svtemp) - stored temperature value
|
|
|
&(svhumi) - stored humidity value
|
|
|
&(svaccX) - stored x-acceleration value
|
|
|
&(svaccY) - stored y-acceleration value
|
|
|
&(svaccZ) - stored z-acceleration value
|
|
|
&(saccG) - stored max acceleration shock
|
|
|
``` |
|
|
\ No newline at end of file |