Skip to content

Hikvision AX Pro ISAPI python wrapper

License

Notifications You must be signed in to change notification settings

Spectryx/hikaxpro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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

  • Python 100.0%