A library for interacting with arrowhead alarm systems.
Project description
Arrowhead Alarm Library
Feature Overview
- Area arming/disarming
- Zone monitoring
- Output control
Installation Instructions
Requirements
- Python 3.10 or higher
Installation
pip install arrowhead-alarm
Usage Instructions
from arrowhead_alarm import create_tcp_client, ArmingMode
async def main():
client = create_tcp_client(
host="192.168.0.20",
port=9000,
username="admin",
password="admin"
)
await client.connect()
await client.arm_area(1, ArmingMode.AWAY)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arrowhead_alarm-1.1.2.tar.gz
(49.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arrowhead_alarm-1.1.2.tar.gz.
File metadata
- Download URL: arrowhead_alarm-1.1.2.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e34aad610d71f66a9f055cb429d5630e18f292328045f35bfee593d76aab376b
|
|
| MD5 |
49f4515957cb6dcb4a8102ca76421c87
|
|
| BLAKE2b-256 |
dbe81a07333300a89775ece2ed794f31002ee490d2aaf5f287c7cbb16ac61d24
|
File details
Details for the file arrowhead_alarm-1.1.2-py3-none-any.whl.
File metadata
- Download URL: arrowhead_alarm-1.1.2-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
411a688c4e1343282434115f4277366064b284f5a527421dc1481f8cab29d9f0
|
|
| MD5 |
6f70f37c2c0756f5dc81000a478f22f5
|
|
| BLAKE2b-256 |
ede5f5be73d05815208328dcd08bffd3eeb27bb84221721f8528750acc8af4dc
|