Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
susji committed Apr 3, 2024
1 parent 75b4258 commit 7322e7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ Your data shape would be something like this:
```

The Ruuvi RAWv2 Payload begins at `05` above, so from 7th octet which is index
14 in the hex-encoded string. To parse and pretty-print the temperature values,
you can do something like this:
14 in the hex-encoded string. We can also pick Ruuvi messages by filtering with
`ff9904` which means manufacturer-specific data and Ruuvi's unique identifier.
To parse and pretty-print the temperature values, you can do something like
this:

```
$ mosquitto_sub \
Expand Down

0 comments on commit 7322e7b

Please sign in to comment.