Skip to content

Commit

Permalink
Removed references to 'rollover' (cf. uhppoted/uhppote-cli#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Dec 24, 2021
1 parent 95d63ac commit ae96bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func getDevices(conf *config.Config, debug bool) (uhppote.IUHPPOTE, []uhppote.De
for _, id := range keys {
d := conf.Devices[id]

if device := uhppote.NewDevice(d.Name, id, d.Address, d.Rollover, d.Doors); device != nil {
if device := uhppote.NewDevice(d.Name, id, d.Address, d.Doors); device != nil {
devices = append(devices, *device)
}
}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/hyperjumptech/grule-rule-engine v1.8.5
github.com/sirupsen/logrus v1.8.1
github.com/uhppoted/uhppote-core v0.7.2-0.20210811170233-d186259f6717
github.com/uhppoted/uhppoted-lib v0.7.2-0.20210811170403-9af6f580e1ce
github.com/uhppoted/uhppote-core v0.7.2-0.20211215203102-362824451fb5
github.com/uhppoted/uhppoted-lib v0.7.2-0.20211224201334-8da3188434b1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ github.com/uhppoted/uhppote-core v0.7.1 h1:r4e79MBB12Vt32lxax1QQDpuieaOjW6jOITxD
github.com/uhppoted/uhppote-core v0.7.1/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.7.2-0.20210811170233-d186259f6717 h1:0yFGnoUECKuyvh4TO8VKBANZkyqWCfBqyBkOrRskWF4=
github.com/uhppoted/uhppote-core v0.7.2-0.20210811170233-d186259f6717/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.7.2-0.20211215203102-362824451fb5 h1:wrnIpsH7xgvsBoagR2hZrfpKuIkbq5Fh1OUyW/2S2jo=
github.com/uhppoted/uhppote-core v0.7.2-0.20211215203102-362824451fb5/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppoted-lib v0.7.1 h1:tCSvTGim5JAL+wmbspLyrnO0J/0nmryZXO50ILX05Fo=
github.com/uhppoted/uhppoted-lib v0.7.1/go.mod h1:VjDc/vURtSiiJzvh/cDmusQLEnl8GVgVq5Y4p64X5gE=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20210811170403-9af6f580e1ce h1:6auD1ygG0JR1EkRUf+SDgnf1lsvL+4NV+IgcRaJAFBE=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20210811170403-9af6f580e1ce/go.mod h1:3osV973tStk9IVahiFWXjiVbJvBbGnAE4Mu76qkE/aA=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20211224201334-8da3188434b1 h1:08BfT6dPVEKusDfTzSHaPOa8se8QHyN1KMcGAGncOVg=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20211224201334-8da3188434b1/go.mod h1:mHZ6NP2i5omGoZaDIfRnKJGavvzV3+dCqaSq6bINkjY=
github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit ae96bc5

Please sign in to comment.