~ubuntu-branches/ubuntu/oneiric/gupnp-tools/oneiric

« back to all changes in this revision

Viewing changes to data/xml/network-light-desc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-05-09 10:40:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080509104041-d5yleszdmuwsdzzr
Tags: 0.3-1
* New upstream release.
* Add debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<root xmlns="urn:schemas-upnp-org:device-1-0">
 
3
<specVersion>
 
4
<major>1</major>
 
5
<minor>0</minor>
 
6
</specVersion>
 
7
<device>
 
8
<deviceType>urn:schemas-upnp-org:device:DimmableLight:1</deviceType>
 
9
<friendlyName>GUPnP Network Light</friendlyName>
 
10
<manufacturer>GUPnP Developers</manufacturer>
 
11
<manufacturerURL>http://www.gupnp.org</manufacturerURL>
 
12
<modelDescription>Software emulated UPnP light bulb</modelDescription>
 
13
<modelName>Network Light</modelName>
 
14
<modelNumber>0.1</modelNumber>
 
15
<modelURL>http://www.gupnp.org</modelURL>
 
16
<serialNumber>0.1</serialNumber>
 
17
<UDN>uuid:23b0189c-549f-11dc-a7c7-001641597c49</UDN>
 
18
<iconList>
 
19
<icon>
 
20
<mimetype>image/png</mimetype>
 
21
<width>256</width>
 
22
<height>256</height>
 
23
<depth>32</depth>
 
24
<url>/pixmaps/network-light-256x256.png</url>
 
25
</icon>
 
26
<icon>
 
27
<mimetype>image/png</mimetype>
 
28
<width>22</width>
 
29
<height>22</height>
 
30
<depth>32</depth>
 
31
<url>/pixmaps/network-light-22x22.png</url>
 
32
</icon>
 
33
</iconList>
 
34
<serviceList>
 
35
<service>
 
36
<serviceType>urn:schemas-upnp-org:service:SwitchPower:1</serviceType>
 
37
<serviceId>urn:upnp-org:serviceId:SwitchPower:1</serviceId>
 
38
<SCPDURL>/xml/SwitchPower-scpd.xml</SCPDURL>
 
39
<controlURL>/SwitchPower/Control</controlURL>
 
40
<eventSubURL>/SwitchPower/Events</eventSubURL>
 
41
</service>
 
42
<service>
 
43
<serviceType>urn:schemas-upnp-org:service:Dimming:1</serviceType>
 
44
<serviceId>urn:upnp-org:serviceId:Dimming:1</serviceId>
 
45
<SCPDURL>/xml/Dimming-scpd.xml</SCPDURL>
 
46
<controlURL>/Dimming/Control</controlURL>
 
47
<eventSubURL>/Dimming/Events</eventSubURL>
 
48
</service>
 
49
</serviceList>
 
50
<presentationURL></presentationURL>
 
51
</device>
 
52
</root>
 
53