aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRaquel Medina <raquel.medina@konsulko.com>2018-11-25 02:17:48 +0200
committerraquel medina <raquel.medina@konsulko.com>2018-11-28 17:43:04 +0000
commitb7cae49a6d1b4c5dba12647e2b30e635b8993a92 (patch)
tree4d3edda8254e7de472356c1434c5304f279a5d60 /README.md
parent557e5f053411a3319c4f3efb5c56ad09f0de553b (diff)
binding: nfc: Process content data from tag (adapter in tag reader mode)
Bug-AGL: SPEC-1975 - Register callback for tag found - Update callback for record found - Fix memory leak Change-Id: I870648f3c5771aa1b54b710ef6b75786a1c67f65 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1d9471..a9eec9b 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,4 @@ The NDEF data shall include a text record ('uid') to keep compatibility with the
| Name | Description | JSON Response |
|--------------------|:-------------------------------------|:-----------------------------------------------------------------------|
| presence | event that reports NFC tag presence | *Response:* {"status": "detected", |
-| | | "record": { "Type": "Text", "uid" : "042eb3628e4981"}, |
+| | | "uid": "042eb3628e4981"}, |