ICP DAS WISE User Manual
http://wise.icpdas.com
309
Get the current firmware version.
Command
job=get_firmware_version
Parameters
None
Response
Normal Status
{
"status": "OK",
"result": {
"version": "1.0.0"
}
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Get the current free space of the micro SD card.
Command
job=get_sdcard_space
Parameters
None
Response
Normal Status
{
"status": "OK",
"result": {
"free_space": 1560
//Free space. Unit is MB.
}
}
No microSD card detected.
{
"status": "SDCARD_NOT_EXIST"
}
Password error
{
"status": "PASSWORD_INCORRECT"
}