UPNP - Virtual Binary Light (ON/OFF Light)
We would like to implement an virtual upnp device which can be found and controlled by an echo device (without any Alexa Skill). We have already implemented the general upnp handling and some simple virtuell devices like an upnp light switch (which will be detected by any echo device). But now we would like to implement a binary light as described here.
Now, when we use this xml template (filled up with real data) and start the device discovery of an echo dot, the following happens:
- Echo Dot requests our device description xml file for the binary light (setup.xml), which it receives.
- After that, the discovery process ends, but the Alexa app says that no new devices have been found.
Is there a way to get an working example of an upnp binary light device description xml file? Or is there anybody we could contact to get further information about the upnp support of echo devices?