Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
wiki
Wiki
avl_rest_json_howto
avl_rest_json_howto
· Changes
Page history
Update avl_rest_json_howto
authored
7 years ago
by
Saleh Mohamad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
avl_rest_json_howto.md
avl_rest_json_howto.md
+11
-0
No files found.
avl_rest_json_howto.md
View page @
2188710d
...
...
@@ -76,6 +76,7 @@ PFAL command example to send JSON data
$PFAL,TCP.JSON.Send,"http://62.91.82.12:4451/dashboard/info.php",0,"{\'title\':\'FOX3 sends JSON message directly\',\'body\':\'IMEI\':&(IMEI),\'IGN\':&(IO8),\'Lat\':&(Lat),\'Lon\':&(Lon),\'Spd\':&(Speed.kmh)km/h,\'Power\':&(Power)V,\'}"
```
```
HTTP POST
```
...
...
@@ -96,4 +97,14 @@ Content-Length: 149
"Power": 15.149V,
"}
```
\ No newline at end of file