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

Device properties are reported as undefined #20

Open
FantasticFiasco opened this issue Nov 1, 2020 · 0 comments
Open

Device properties are reported as undefined #20

FantasticFiasco opened this issue Nov 1, 2020 · 0 comments
Assignees
Labels
axis-discovery bug Something isn't working

Comments

@FantasticFiasco
Copy link
Owner

Device properties in the cache should be prioritized over undefined properties from discovered devices. Running the sample illustrates the problem.

9:16:30 AM - Hello from <mac address> on <ip address>
	port: undefined
	model: undefined
9:16:30 AM - Hello from <mac address> on <ip address>
	port: 80
	model: <model>
9:16:30 AM - Hello from <mac address> on <ip address>
	port: 80
	model: undefined

The model should not be reported as undefined in the final hello.

@FantasticFiasco FantasticFiasco added bug Something isn't working axis-discovery labels Nov 1, 2020
@FantasticFiasco FantasticFiasco self-assigned this Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
axis-discovery bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant