Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Releases: opendoor-labs/dbus

v5.0.7

20 Mar 20:00
5584033
Compare
Choose a tag to compare

Fix a small error with the module.

v5.0.6

20 Mar 19:13
5584033
Compare
Choose a tag to compare

Fixes a bug with importing /v5 files.

v5.0.5

31 Jan 02:12
f6b4907
Compare
Choose a tag to compare

Fix go.mod

Improve dbus.Store to handle complex variant types

15 Oct 01:03
0c4657d
Compare
Choose a tag to compare

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

27 Aug 05:30
dc1f8d8
Compare
Choose a tag to compare
Merge pull request #1 from opendoor-labs/add-json-marshal

Implement json.Marshaler for Variant and Signature