UNPKG

node-red-contrib-amazon-echo

Version:

Alexa-controlled Node-RED nodes for the latest Amazon Echo devices.

47 lines (46 loc) 1.49 kB
<?xml version="1.0"?> <root xmlns="urn:schemas-upnp-org:device-1-0"> <specVersion> <major>1</major> <minor>0</minor> </specVersion> <URLBase>http://{{ address }}:{{ port }}/</URLBase> <device> <deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType> <friendlyName>Philips hue ({{ address }})</friendlyName> <manufacturer>Royal Philips Electronics</manufacturer> <manufacturerURL>http://www.philips.com</manufacturerURL> <modelDescription>Philips hue Personal Wireless Lighting</modelDescription> <modelName>Philips hue bridge 2012</modelName> <modelNumber>1000000000000</modelNumber> <modelURL>http://www.meethue.com</modelURL> <serialNumber>93deadbeef13</serialNumber> <UDN>uuid:{{ huehubid }}</UDN> <serviceList> <service> <serviceType>(null)</serviceType> <serviceId>(null)</serviceId> <controlURL>(null)</controlURL> <eventSubURL>(null)</eventSubURL> <SCPDURL>(null)</SCPDURL> </service> </serviceList> <presentationURL>index.html</presentationURL> <iconList> <icon> <mimetype>image/png</mimetype> <height>48</height> <width>48</width> <depth>24</depth> <url>hue_logo_0.png</url> </icon> <icon> <mimetype>image/png</mimetype> <height>120</height> <width>120</width> <depth>24</depth> <url>hue_logo_3.png</url> </icon> </iconList> </device> </root>