-
Notifications
You must be signed in to change notification settings - Fork 7
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
Move the scan logic to HandleReadCommands instead of Initialize #30
Comments
We decided to implement this in the If I understand correctly, we can't access |
Yes, |
Ok, I will change it once |
Hi @alexcourouble |
I change the dev/ttyUSB0,but not ok.it has no vaule |
Currently, the scan logic of GPS Device Service is located in
Initialize
func, it caused this Device Service can only serve one GPS Device.By moving to
HandleReadCommands
func, it can read ProtocolProperties as the suggestion in #29. The disadvantage is that it can only scan at runtime. In the next release, this logic could move to the new AddDevice callback stated in edgexfoundry/device-sdk-go#276This issue is just a suggestion.
The text was updated successfully, but these errors were encountered: