summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index e545ed5..0a89087 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,16 @@ NFC service uses the respective libnfc package to detect the presence of NFC tag
## Events
+### libnfc response
+
| Name | Description | JSON Response |
-|--------------------|:-------------------------------------|:------------------------------------------ ----------------------------|
+|--------------------|:-------------------------------------|:-----------------------------------------------------------------------|
| presence | event that reports NFC tag presence | *Response:* {"status": "detected", "uid": "042eb3628e4981"} |
+
+
+### neard response
+
+| Name | Description | JSON Response |
+|--------------------|:-------------------------------------|:-----------------------------------------------------------------------|
+| presence | event that reports NFC tag presence | *Response:* {"status": "detected", |
+| | | "record": { "Type": "URI", "URI": "http://www.nfc-forum.com" } } |