describe
Returns hardware version, mokuOS version, API Server version, and proxy versionWhen using the Python or MATLAB clients, user can access this function directly from instrument reference.
# Examples
Sample response,
{
"mokuOS": "4.0.1", //MokuOS version Moku running on
"version": "4.0.1.1", //API Server version
"hardware": "Moku:Go",
"proxy_version": "2",
}
1
2
3
4
5
6
2
3
4
5
6
← claim_ownership name →