diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-28 22:36:07 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-28 22:36:07 -0400 |
commit | 585f075459597ce481d75bafba7ea1fbe2ab2256 (patch) | |
tree | a0193ec0aa918b5a81c8e6df113c8000820cbbb4 | |
parent | ac419150640dcbc1afc4bc693b9e53fa4dd8fa8d (diff) |
Specify the response when no device ID is known.
-rw-r--r-- | JSON.mkd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -271,6 +271,8 @@ response into the outgoing data stream. The `device_id` command triggers the VI to inject a unique device ID (e.g. the MAC address of an included Bluetooth module) into into the outgoing data stream. +If no device ID is available, the response message will be "Unknown". + **Request** { "command": "device_id"} |