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

Add UnknownDevice as the default deserialization strategy #46

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

dvdgeisler
Copy link
Owner

Devices whose subtype is not defined in Device are deserialized as UnknownDevice using the UnknownDeviceDeserializer. The deserializer forwards a respective record into the UnknownDeviceCollector, which logs a corresponding warning at the first observation, and provides additional information to create an issue on GitHub.

@dvdgeisler dvdgeisler added enhancement New feature or request devices labels Nov 28, 2022
@dvdgeisler dvdgeisler merged commit 4484a70 into develop Nov 28, 2022
@dvdgeisler dvdgeisler linked an issue Nov 28, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a default device for unknown properties
2 participants