mfshell: add changes command, mfapi: add device/get_changes

This commit is contained in:
josch
2014-09-25 13:04:40 +02:00
parent 2e28ae16e2
commit 975e75cc6f
7 changed files with 235 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ struct mfcmd commands[] = {
{"get", "[quickkey]", "download a file", mfshell_cmd_get},
{"rmdir", "[folderkey]", "remove directory", mfshell_cmd_rmdir},
{"status", "", "device status", mfshell_cmd_status},
{"changes", "<revision>", "device changes (default: 0)", mfshell_cmd_changes},
{NULL, NULL, NULL, NULL}
};