Metadata-Version: 2.3
Name: lutron-integration-tools
Version: 0.0.0a1
Summary: Command-line tools for lutron-integration
Keywords: QSE-CI-NWK-E,Lutron,QS Standalone,Grafik Eye
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Requires-Dist: lutron-integration==0.0.0a1
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# lutron-integration-tools

Command-line tools for [lutron-integration](https://github.com/amluto/lutron-integration).

## Installation

There is generally no need to install this per se.  Use uv!

## Usage

### lutron_monitor

Monitor unsolicited device updates from a Lutron QSE-CI-NWK-E hub:

```bash
lutron_monitor [-u USERNAME] IP_ADDRESS
```

Examples:
```bash
lutron_monitor 192.168.1.100
lutron_monitor -u admin 192.168.1.100
```

You will be prompted for a password.
