summaryrefslogtreecommitdiffstats
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-29 12:21:54 +0200
commit43ca26febeba4605e71ef99ce804b0dfa72074c8 (patch)
treebff3ca74fb6724434d27fc854672ce1c6ac89c5f /README.md
parenta78b46e4824e5eba4103df52b997bfb871ce096e (diff)
binding: nfc: Process content data from tag (adapter in tag reader mode)flounder_6.0.3flounder/6.0.36.0.3
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"}, |