Skip to content

Instantly share code, notes, and snippets.

@ered15
Created July 7, 2018 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ered15/37840af5231743cedc31641af63ae371 to your computer and use it in GitHub Desktop.
Save ered15/37840af5231743cedc31641af63ae371 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
-
<root xmlns="urn:sharptools-io:WinkRelay-1-0">
-
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.0.72:8080</URLBase>
-
<device>
<deviceType>urn:sharptools-io:device:WinkRelay:1</deviceType>
<friendlyName>Wink Relay</friendlyName>
<manufacturer>Wink (Flextronics)</manufacturer>
<manufacturerURL>URL to manufacturer site</manufacturerURL>
<modelDescription>Fancy computer machine on the wall to control your lights</modelDescription>
<modelName>CustomWinkRelayApp</modelName>
<modelNumber>CustomWinkRelayApp</modelNumber>
<modelURL>http://sharptools.io</modelURL>
<serialNumber>Serial Number Missing</serialNumber>
<UDN>uuid:adfe8d164b2b165a</UDN>
<UPC>UPC Missing</UPC>
-
<serviceList>
-
<service>
<serviceType>urn:schemas-upnp-org:service:SwitchPower:1</serviceType>
<serviceId>urn:upnp-org:serviceId:SwitchPower:1</serviceId>
<SCPDURL>URL to service description</SCPDURL>
<controlURL>URL for control</controlURL>
<eventSubURL>URL for eventing</eventSubURL>
</service>
Declarations for other services added by UPnP vendor (if any) go here
</serviceList>
<deviceList> Description of embedded devices added by UPnP vendor (if any) go here </deviceList>
<presentationURL>http://192.168.0.72:8080</presentationURL>
</device>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment