Files
hw-g6pro360/pyproject.toml
mnerv 3a60ea5cb7 fix speaker volume control and auth
- Rename USERNAME/PASSWORD to UNIFI_USERNAME/UNIFI_PASSWORD to avoid
  conflict with the Windows USERNAME system environment variable
- Set both speakerSettings.volume and speakerSettings.speakerVolume
  in the PATCH request
- Log volume before and after the change to verify it took effect
2026-03-01 05:13:32 +01:00

11 lines
211 B
TOML

[project]
name = "g6pro360"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"httpx[http2]>=0.28.1",
"python-dotenv>=1.2.1",
]