Skip to content

Commit 5b017cf

Browse files
committed
update temper dep
1 parent 1349bae commit 5b017cf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1130", ATTRS{idProduct}=="660c", GROUP="p
2929
```
3030
Note that there are many versions of the TEMPer USB and your
3131
`idVendor` and `idProduct` ATTRs may differ.
32+
This cli is tested with the model available [here](https://www.pcsensor.com/product-details?product_id=782&brd=1).
33+
This is not an endorsement of the product.
3234

3335
Make sure your user is part of the `plugdev` group and reload the rules with
3436
`sudo udevadm control --reload-rules`.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/taigrr/temper-cli
22

33
go 1.20
44

5-
require github.com/taigrr/temper v1.1.0
5+
require github.com/taigrr/temper v1.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/taigrr/temper v1.1.0 h1:tSKBrpDcfNffZPu7wOzQjJQVVUQkbf5+D5lwizwSk3s=
2-
github.com/taigrr/temper v1.1.0/go.mod h1:C5OtMbTQ1dtvWsjKALYF4L0lC+XltSC8kpHdRa5z9Yc=
1+
github.com/taigrr/temper v1.2.1 h1:4Udgw5o/OAHBt2m4Z1wbbkOtktw0YZxIgnxhhOZzEGI=
2+
github.com/taigrr/temper v1.2.1/go.mod h1:C5OtMbTQ1dtvWsjKALYF4L0lC+XltSC8kpHdRa5z9Yc=

0 commit comments

Comments
 (0)