This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
Releases: opendoor-labs/dbus
Releases · opendoor-labs/dbus
v5.0.7
v5.0.6
Fixes a bug with importing /v5
files.
v5.0.5
Improve dbus.Store to handle complex variant types
dbus.Store was failing to properly store values if the destination type was a struct value. This was making us unable to read out important properties e.g. Modem.SignalQuality, which has dbus signature (ub)
.
Small debugging improvement
Merge pull request #1 from opendoor-labs/add-json-marshal Implement json.Marshaler for Variant and Signature