Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arrowhead Alarm Library

Python Versions CI Codecov

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 Mode1Client, ArmingMode, LoginCredentials


async def main():
    client = Mode1Client(
        host="192.168.0.20",
        port=9000,
        credentials=LoginCredentials("username", "password")
    ),

    await client.connect()
    await client.arm_button(ArmingMode.AWAY)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages