Skip to content

jonOriginal/arrowhead_alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_eci_tcp_client, ArmingMode


async def main():
    client = create_eci_tcp_client(
        host="192.168.0.20",
        port=9000,
        username="admin",
        password="admin"
    )

    await client.connect()
    await client.arm_area(1, ArmingMode.AWAY)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages