We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This API is unable to get HARD DRIVE events. Is there any other proper way to get them?
This API also have lack of examples and documentation.
The text was updated successfully, but these errors were encountered:
Try to see how it works in the documentation for your API. Maybe it will turn out to be implemented in the current library, but I need an example
Sorry, something went wrong.
IMHO, the issue is due additional xml tag on response <?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?> <EventNotificationAlert version="1.0" xmlns="http://www.hikvision.com/ver20/XMLSchema"> <ipAddress>192.168.0.1</ipAddress> <portNo>80</portNo> <protocolType>HTTP</protocolType> <macAddress>Aa:7c:cc:cc:cc:cc</macAddress> <dynChannelID/> <channelID/> <dateTime>2023-07-23T11:46:03+02:00</dateTime> <activePostCount>1</activePostCount> <eventType>diskerror</eventType> <eventState>active</eventState> <eventDescription>diskerror alarm</eventDescription> <channelName/> </EventNotificationAlert>
No branches or pull requests
This API is unable to get HARD DRIVE events.
Is there any other proper way to get them?
This API also have lack of examples and documentation.
The text was updated successfully, but these errors were encountered: