Trying to find the HTTP GET Path to the resource that holds the enabled/disabled state of the Alarm Input Event

TomS

n3wb
Joined
Dec 20, 2018
Messages
2
Reaction score
0
Location
SLO CA
Title says it all. I can't find this anywhere. I want to control the enabled/disabled state of the Alarm Input Event from my Hubitat driver using httpget/put with xml, like I do for all of the basic and smart motion events. I have the path to those and I also have the Hikvision IPMD and ISAPI guides with the entire schema laid out but I just can't find it! Hoping someone out here might know... thanks.
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
764
Reaction score
239
Location
Croatia,Zagreb
Ill let you know a secret:

Step 1: Open camera web interface
Step 2: Open Inspect element and switch to network tab
Step 3: Trigger manual alarm output and then trigger manual alarm output close
Step 4: copy the requests that camera made toward itself

Cheers.
 

TomS

n3wb
Joined
Dec 20, 2018
Messages
2
Reaction score
0
Location
SLO CA
Cool, thanks for that tidbit. I did find the path. Its in /ISAPI/System/IO/inputs/1. Ended up using wireshark to capture that.
 
Top