Skip to content

Commit ffe6602

Browse files
committed
Forgot to mention the examples
They're pretty useful!
1 parent c8d9556 commit ffe6602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A simple package for retrieving data from an AtmoTube PRO via [bluetooth](https:
55

66
This package only supports the AtmoTube PRO device, and has only been tested with that device. I do not own any other AtmoTube devices, but reading the API documentation, I don't imagine they would work. I am open to extending this package to support other AtmoTube devices if someone with one of those devices would be willing to help test it. This package mostly exists so that you don't have to remember what all the UUIDs are and how to decode the bytearrays yourself.
77

8+
There are two worked examples included in the `examples` directory, one for subscribing to GATT characteristics and one for listening to BLE advertisement and scan response packets. Both examples simply log the received packets to the console, but they can be easily extended to do something more useful, like storing it in a database or loggint it to a csv.
9+
810
## Installation
911

1012
Pymotube is not available through pip yet, possibly ever, but you can install it directly from GitHub (bleeding edge):

0 commit comments

Comments
 (0)