Skip to content

Commit

Permalink
Change to dbus v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchese committed Feb 18, 2021
1 parent c1acc65 commit bfaf385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shm-et340.go
Expand Up @@ -8,16 +8,16 @@ import (
"strings"

"github.com/dmichael/go-multicast/multicast"
"github.com/godbus/dbus"
"github.com/godbus/dbus/introspect"
"github.com/godbus/dbus/v5"
log "github.com/sirupsen/logrus"
)

const (
address = "239.12.255.254:9522"
)

var conn, err = dbus.ConnectSystemBus()
var conn, err = dbus.SystemBus()

type singlePhase struct {
voltage float32 // Volts: 230,0
Expand Down

0 comments on commit bfaf385

Please sign in to comment.