Skip to content

Commit

Permalink
Add missed control types (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed May 12, 2024
1 parent 0969ea0 commit aa9e2b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wb-rules (2.20.10) stable; urgency=medium

* Add missed control types, update wbgo.so library

-- Nikolay Korotkiy <nikolay.korotkiy@wirenboard.com> Wed, 08 May 2024 19:00:00 +0400

wb-rules (2.20.9) stable; urgency=medium

* Add json editor autocomplete for devices
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/stretchr/objx v0.3.0
github.com/stretchr/testify v1.7.0
github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb
github.com/wirenboard/wbgong v0.5.2
github.com/wirenboard/wbgong v0.5.3
golang.org/x/sys v0.1.0 // indirect
gopkg.in/robfig/cron.v1 v1.2.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb h1:JV1ktj/QSi3YNRLqGSUnB0CMmr78mvIy+PNzJ4YE3k4=
github.com/wirenboard/go-duktape v0.0.0-20210723134114-881337fff8cb/go.mod h1:RBaIu9caMBuL6Xk32Ty04qAjl/5cVSfEdCQtbWzvMQ0=
github.com/wirenboard/wbgong v0.5.2 h1:BtnOIhEF8Jiw5fJSZfbP+iLGWYVzeeb5on2/c3buKac=
github.com/wirenboard/wbgong v0.5.2/go.mod h1:XJWdTJOE6V6SxjgRXymItB+qTy1f0b3PbF9fC78JcTM=
github.com/wirenboard/wbgong v0.5.3 h1:Ou2gwtlK3B4D2mBBExDMU30PPs4+2m8CrDBEBBjcecE=
github.com/wirenboard/wbgong v0.5.3/go.mod h1:XJWdTJOE6V6SxjgRXymItB+qTy1f0b3PbF9fC78JcTM=
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/alexcesaro/statsd.v2 v2.0.0 h1:FXkZSCZIH17vLCO5sO2UucTHsH9pc+17F6pl3JVCwMc=
Expand Down

0 comments on commit aa9e2b2

Please sign in to comment.