From b4c35b2ccdc96c694522294b89cdfdff28dcc45d Mon Sep 17 00:00:00 2001 From: Henry Pitcairn <735tesla@gmail.com> Date: Mon, 4 Apr 2016 13:21:56 -0400 Subject: [PATCH] Update api.md --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index ba5d121..b3f3129 100644 --- a/api.md +++ b/api.md @@ -60,7 +60,7 @@ Action|Description|Parameters `saveCSS`|Overwrites the contents of main.css with a string| `checkForUpgrade`|Fetches the list of upgrades and the description of each|_none_ `downloadUpgrade`|Upgrades the pineapple to a specified firmare version (see output of `checkForUpgrades` and `getCurrentVersion`)| -`getDownloadStatus`|Tells whether a firmware download is complete or in progress and how many bytes have been downloaded|_none +`getDownloadStatus`|Tells whether a firmware download is complete or in progress and how many bytes have been downloaded|_none_ `performUpgrade`|Upgrades using the image in /tmp/upgrade.bin|_none_ `getCurrentVersion`|Returns the current firmware version on the pineapple|_none_ ### Clients