Compiled
Timestamp of firmware version.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Compiled" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": "compiled-date" } |
compiled-date is the timestamp of when the Firmware was compiled format "MMM DD YYYY HH mm SS"
Timestamp | Description |
---|---|
MMM | Month first 3 letters in english |
DD | Date of the month as an integer |
YYYY | Year as an integer |
HH | Hour of build, 0-23 |
mm | Minute of build, 0-59 |
SS | Second of build, 0-59 |
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": "Jul 08 2015 10:43:20"
}