Skip to content

gunkutzeybek/hikaxpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hikvision AX Pro ISAPI python wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages