Jazea / Onvif.Core

A lightweight ONVIF Discovery and Client library.
MIT License
71 stars 26 forks source link

SetRelay access #14

Closed Skyhikeeper closed 4 months ago

Skyhikeeper commented 11 months ago

Hi

Does the library give access to setrelay? and how?

Terence

turowicz commented 9 months ago
var client = await OnvifClientFactory.CreateDeviceClientAsync(...)
await client.SetRelayOutputStateAsync(...);