onvif-rs
onvif-rs copied to clipboard
added necessary fields for event pulling and an event example
Type Changes: Added some fields that are required to create a subscription for pulling messages with a filter, and also for pulling messages from that subscription.
New Example: Added an example on how to pull messages periodically from a specific camera. Tested on Dahua.
Solves #107
Can you please rebase on main
to see if CI is green?
hi, how is it going?
The problem was in the test XML. I removed the envelope declarations and just left the responses and put the namespaces in them. Also moved the related tests to the end of tests file, to prevent conflict with the more recent commits to test file.
error: useless use of
vec!
This was fixed in main
. Please, rebase again.
Sorry for chipping in, also very interested in subscriptions & pull_messages. Really appreciate your work folks!
Not sure if you receive notifications on failing CI jobs, but clippy is not happy now with some of the changes.
everything should be ok now, thanks for your patience 😄