muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 123 forks source link

Ignore fields that are not found in MapToStruct #170

Closed Elara6331 closed 2 years ago

Elara6331 commented 2 years ago

This PR returns nil rather than an error when a field isn't found. This change prevents the library from breaking every time BlueZ decides to add a new field to their API.

Fixes #169