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

Stations used for usage tracking request Skills even when it is not needed #57

Open
jschrempp opened this issue Sep 27, 2023 · 0 comments

Comments

@jschrempp
Copy link
Member

One use case for our RFID stations is to track people who make use of a certain area or tool. In these cases we do not care if the person has any particular Skill assigned to them, only that they are an active member with a valid RFID card. This case is configured in the FDB by setting stationConfig.OKKeywords to blank.

When a station gets an RFID tap it will always call the web hook ezfGetPackagesByClientID. If the station's OKKeywords string is blank, then it does not need this data and should not ask for it.

Removing this call when not needed will reduce our Particle DO count and improve overall response time when the network is congested or the cloud is slow.

Response time is not usually an issue, but this station configuration is used by the door unlock box where response time is important. Removing this call will make the door unlock more responsive when the network is slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant