How to publish specific UPnP actions with an argument using the upnpx library for iOS?

I was able to successfully identify the UPnP device via Wi-Fi. Upnpx provides a simple example in a demo project. But how can I send the @"turnDeviceOnOff" action with the @"1" argument to BasicUPnPDevice ?

+4
source share

Source: https://habr.com/ru/post/1495099/


All Articles