f7ce65cc3ecf232a047329fefdc9fe8edd23726a
[yaffs-website] / commands / navigation / reload.md
1 reload
2 ========
3 This command allows you to reload the page you are currently in, to reload send:
4 ```json
5 {
6   "name":"reload",
7   "args":[]
8 }
9 ```
10 Response should be:
11 ```json
12 {
13   "response": true
14 }
15 ```