Implement some new API

This commit is contained in:
Radhi Fadlillah
2017-05-22 12:18:02 +07:00
parent 05cac4b759
commit 2e984a0379
3 changed files with 140 additions and 7 deletions

View File

@@ -34,3 +34,10 @@ type DeviceCapabilities struct {
Streaming map[string]bool
PTZ bool
}
// HostnameInformation contains hostname info of an ONVIF camera
type HostnameInformation struct {
Name string
FromDHCP bool
Extension string
}