Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to do if the RFID Tag contains multiple WiFi records? #64

Open
PaulZC opened this issue Nov 1, 2022 · 0 comments
Open

What to do if the RFID Tag contains multiple WiFi records? #64

PaulZC opened this issue Nov 1, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@PaulZC
Copy link
Contributor

PaulZC commented Nov 1, 2022

The spDevST25DV ST25DV (RFID Tag) device emits a new_WiFi_record event after one second (assuming the tag contains at least one WiFi record).
The SSID and password can be read via the ssid and password properties.
As discussed, it currently uses read-write properties, but would benefit from a read-only property.
The tag is re-checked every 15 seconds. A new event is emitted if either SSID or password has changed.

At the moment, the device will only make use of the first WiFi record it finds in the tag's memory.
If there are multiple WiFi records, the second record onwards are ignored.
Should we change this? Should we use the final record, just in case the user keeps appending new records?

@gigapod gigapod added question Further information is requested enhancement New feature or request labels May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants