Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 512 Bytes

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()