Metadata-Version: 2.4
Name: plusnethubtwo
Version: 0.0.2
Summary: A Python Package that can control and fetch data from the Plusnet Hub Two router
Author: Max Blagg
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Plusnet Hub Two

A Python Package that can control and fetch data from the Plusnet Hub Two router.

## Current Features

- Turn the hub light **on** or **off**
- Retrieve the current hub light status
- Retrieve list of devices in hub memory
- Retrieve list of currently connected devices


## Installation

```bash
pip install plusnethubtwo
```
