20.09.2023, 06:07
The reader itself won't be visible in the device list. Only when an RFID is read a temporary device will appear. The ID of this device will contain the read RFID ID.
You can poll the device list via a script. Adjust the polling time as needed.
You can poll the device list via a script. Adjust the polling time as needed.
Code:
require('ow')
list = ow.list()
log(list)