From 585f075459597ce481d75bafba7ea1fbe2ab2256 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 28 Oct 2014 22:36:07 -0400 Subject: [PATCH] Specify the response when no device ID is known. --- JSON.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSON.mkd b/JSON.mkd index e07d060..298117b 100644 --- a/JSON.mkd +++ b/JSON.mkd @@ -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"} -- 2.16.6