13.1.28. PN7160TokenProvider¶
PN7160 RFID/NFC token provider returning the token as soon as the tag can be read by the reader
For a detailed handwritten documentation see here
13.1.28.1. Provides¶
main:auth_token_provider
Implementation of PN7160 RFID/NFC token provider
config:
token_debounce_interval_ms:
description:Minimal wait time in ms until next token will be published (debounce interval).
type:integer
disable_nfc_rfid:
description:Disable NFC RFID reader
type:boolean
debug:
description:Show debug output on command line.
type:boolean
config:
token_debounce_interval_ms:integer <optional>
default: 3000
Minimal wait time in ms until next token will be published (debounce interval).
disable_nfc_rfid:boolean <optional>
default: False
Disable NFC RFID reader
debug:boolean <optional>
default: False
Show debug output on command line.