Skip to content

Commit 970543f

Browse files
committed
Version 0.0.11
1 parent a84c621 commit 970543f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
This library piggybacks on the web interface of Netgear LTE modems to provide a simple async Python 3 API.
44

55
Currently tested devices:
6-
* [Netgear LB1120](https://www.netgear.com/home/products/mobile-broadband/lte-modems/LB1120.aspx) (firmware M18Q2_v12.09.163431)
7-
* [Netgear LB2120](https://www.netgear.com/home/products/mobile-broadband/lte-modems/LB2120.aspx) (firmware M18QW_v07.05.170721)
6+
* [LB1120](https://www.netgear.com/home/products/mobile-broadband/lte-modems/LB1120.aspx) (firmware M18Q2_v12.09.163431)
7+
* [LB2120](https://www.netgear.com/home/products/mobile-broadband/lte-modems/LB2120.aspx) (firmware M18QW_v07.05.170721)
8+
* [MR1100 (Nighthawk M1)](https://www.netgear.com/support/product/MR1100.aspx) (firmware NTG9X50C_12.06.08.00)
9+
* [AirCard 800S (Optus)](https://www.netgear.com/support/product/AC800S_Optus.aspx)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name='eternalegypt',
77
packages=['eternalegypt'],
8-
version='0.0.10',
8+
version='0.0.11',
99
install_requires=['aiohttp>=3.0.1','attrs','flatten-json'],
1010
description='Netgear LTE modem API',
1111
author='Anders Melchiorsen',

0 commit comments

Comments
 (0)