{
	"info": {
		"_postman_id": "d439e9b4-f70d-4228-b2b6-88c1704594b6",
		"name": "PiConsole",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "23395200"
	},
	"item": [
		{
			"name": "Status",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"status\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Temperature",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"temperature\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Disk Usage",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"diskusage\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Memory Usage",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"memoryusage\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "List Files",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"ls\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Network Info",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"networkinfo\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Update",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"update\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Reboot",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"reboot\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Shutdown",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"shutdown\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "SSH",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"ssh\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "File Contents",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"cat [PATH TO FILE]\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		},
		{
			"name": "Run",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"command\": \"run [PATH TO FILE]\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}:57988/piconsole",
					"host": [
						"{{url}}"
					],
					"port": "57988",
					"path": [
						"piconsole"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "url",
			"value": "",
			"type": "string"
		}
	]
}