Plugin Commands: OTA Storage Common
Macros |
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DATA_PRINT |
plugin ota-storage-common data-print [index:1] [offset:4]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DELETE |
plugin ota-storage-common delete [index:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_PRINT_IMAGES |
plugin ota-storage-common printImages
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_RELOAD |
plugin ota-storage-common reload
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_STORAGE_INFO |
plugin ota-storage-common storage-info
|
Detailed Description
The OTA Storage Common plugin provides Over-the-air commands for upgrading firmware and downloading specific files common to both server and client.
Macro Definition Documentation
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DATA_PRINT |
plugin ota-storage-common data-print [index:1] [offset:4]
-
Print arbitray bytes of the OTA image on disk.
- index - INT8U - The index of the image to print its data.
- offset - INT32U - The offset into the OTA image that will be printed.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DELETE |
plugin ota-storage-common delete [index:1]
-
Deletes the image at the specified index.
- index - INT8U - The index at which to begin bootloading the image
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_PRINT_IMAGES |
plugin ota-storage-common printImages
- Prints the images.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_RELOAD |
plugin ota-storage-common reload
- Reload the storage device.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_STORAGE_INFO |
plugin ota-storage-common storage-info
- Print information about the storage device.