Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 103 additions & 0 deletions DEVICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
[x] GetServices
[x] GetServiceCapabilities
[x] GetDeviceInformation
[x] GetSystemDateAndTime
[x] SetSystemDateAndTime
[x] SetSystemFactoryDefault
[ ] UpgradeSystemFirmware
[x] SystemReboot
[ ] RestoreSystem
[ ] GetSystemBackup
[x] GetSystemLog
[ ] GetSystemSupportInformation
[x] GetScopes
[x] SetScopes
[x] AddScopes
[x] RemoveScopes
[x] GetDiscoveryMode
[x] SetDiscoveryMode
[ ] GetRemoteDiscoveryMode
[ ] SetRemoteDiscoveryMode
[ ] GetDPAddresses
[ ] SetDPAddresses
[x] GetEndpointReference
[ ] GetUserRoles
[ ] SetUserRole
[ ] DeleteUserRole
[x] GetRemoteUser
[x] SetRemoteUser
[x] GetUsers
[x] CreateUsers
[x] DeleteUsers
[ ] SetUser
[x] GetWsdlUrl
[ ] GetPasswordComplexityOptions
[ ] GetPasswordComplexityConfiguration
[ ] SetPasswordComplexityConfiguration
[ ] GetPasswordHistoryConfiguration
[ ] SetPasswordHistoryConfiguration
[ ] GetAuthFailureWarningOptions
[ ] GetAuthFailureWarningConfiguration
[ ] SetAuthFailureWarningConfiguration
[x] GetCapabilities
[x] GetHostname
[x] SetHostname
[x] SetHostnameFromDHCP
[x] GetDNS
[x] SetDNS
[x] GetNTP
[x] SetNTP
[x] GetDynamicDNS
[x] SetDynamicDNS
[x] GetNetworkInterfaces
[x] SetNetworkInterfaces
[x] GetNetworkProtocols
[x] SetNetworkProtocols
[x] GetNetworkDefaultGateway
[x] SetNetworkDefaultGateway
[x] GetZeroConfiguration
[x] SetZeroConfiguration
[x] GetIPAddressFilter
[x] SetIPAddressFilter
[x] AddIPAddressFilter
[x] RemoveIPAddressFilter
[ ] GetAccessPolicy
[ ] SetAccessPolicy
[ ] CreateCertificate
[x] GetCertificates
[x] GetCertificatesStatus
[ ] SetCertificatesStatus
[ ] DeleteCertificates
[ ] GetPkcs10Request
[ ] LoadCertificates
[ ] GetClientCertificateMode
[ ] SetClientCertificateMode
[ ] GetCACertificates
[ ] LoadCertificateWithPrivateKey
[ ] GetCertificateInformation
[ ] LoadCACertificates
[ ] CreateDot1XConfiguration
[ ] SetDot1XConfiguration
[ ] GetDot1XConfiguration
[ ] GetDot1XConfigurations
[ ] DeleteDot1XConfiguration
[x] GetRelayOutputs
[x] SetRelayOutputSettings
[x] SetRelayOutputState
[ ] SendAuxiliaryCommand
[x] GetDot11Capabilities
[x] GetDot11Status
[x] ScanAvailableDot11Networks
[x] GetSystemUris
[x] StartFirmwareUpgrade
[ ] UpgradeFirmware
[x] StartSystemRestore
[x] SetHashingAlgorithm
[x] GetStorageConfigurations
[x] CreateStorageConfiguration
[x] GetStorageConfiguration
[x] SetStorageConfiguration
[x] DeleteStorageConfiguration
[x] GetGeoLocation
[x] SetGeoLocation
[x] DeleteGeoLocation
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ I will be happy to answer any questions and hear your feedback.
- Full Analytics [support](https://github.com/agsh/onvif/blob/v1/ANALYTICS.md)
- Full DeviceIO [support](https://github.com/agsh/onvif/blob/v1/DEVICEIO.md)
- Full Display [support](https://github.com/agsh/onvif/blob/v1/DISPLAY.md)
- Device [support](https://github.com/agsh/onvif/blob/v1/DEVICE.md) not all features can be tested, for
example, `setFitmwareUpgrade` as you can understand from the name, it requires a file to be uploaded

---

Expand Down
Loading
Loading