Skip to content

Commit 5cd1788

Browse files
Add updates to changelog
1 parent 1c8d9ef commit 5cd1788

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# What's New in Hologram Python SDK
22

3+
## v0.10.0
4+
2023-09-05 Hologram <[email protected]>
5+
* targets python version 3.9
6+
* Allow setting a specific modem when initializing a network. This can be done by passing the modem into the `HologramCloud` intializing method for example: `HologramCloud({}, authentication_type='totp', network='cellular', modem=modem)`. Initialize a modem using one of the following methods:
7+
1. Initialize a modem object with a known good port using a supported modem class in `Hologram.Network.Modem` for example: `EC21(device_name="/dev/ttyUSB4")` This initializes a Quectel EC21 on port `/dev/ttyUSB4`
8+
2. Scan for all available modems through the new `Cellular.scan_for_all_usable_modems()` method at `Hologram.Network.Cellular`. This returns a list of accessible modem objects
9+
* Allow modems to send SMS messages through the modem interface
10+
311
## v0.9.1
412
2021-04-30 Hologram <[email protected]>
513
includes the following bug fixes

0 commit comments

Comments
 (0)