diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-07-12 16:49:20 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-07-17 13:23:25 -0700 |
commit | 3f91a6e6ef8243c5f37dce17284016715941f3bc (patch) | |
tree | 3b867dbdbc2207ebbd1634f66d258875c9ac06b9 /README.md | |
parent | 885fedc954bb83a00591fd1381e9bd3749fc2935 (diff) |
binding: nfc: add neardal support for reading NDEF encoded tags
Read RFID tags via neardal helper library that are NDEF encoded
Bug-AGL: SPEC-1544
Change-Id: I90c0e8b4dec705ef56c7303ec2a592ca6ab9054c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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" } } | |