Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hikaxpro

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hikaxpro

Hikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel

  • 2.3.0
  • PyPI
  • Socket score

Maintainers
2

Hikvision AX Pro ISAPI Integration

Wrapper for hikvision ax pro alarm kit ISAPI commands.

Installation

Use the package manager pip to install hikaxpro.

pip install hikaxpro

Usage

from hikaxpro import HikAxPro

axpro = HikAxPro("{host}", "{username}", "{password}")

# returns 'True or False'
axpro.arm_away()

#returns 'True or False'
axpro.disarm()

# returns 'True or False'
axpro.arm_home()

axpro.disarm()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc