forked from watou/vera-ecobee
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathD_Ecobee1.xml
28 lines (28 loc) · 994 Bytes
/
D_Ecobee1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:schemas-ecobee-com:device:Ecobee:1</deviceType>
<friendlyName>ecobee</friendlyName>
<manufacturer>ecobee</manufacturer>
<manufacturerURL>http://www.ecobee.com</manufacturerURL>
<modelDescription>all models</modelDescription>
<modelName>All ecobee thermostats</modelName>
<modelNumber>1.0</modelNumber>
<handleChildren>1</handleChildren>
<staticJson>D_Ecobee1.json</staticJson>
<serviceList>
<service>
<serviceType>urn:schemas-ecobee-com:service:Ecobee:1</serviceType>
<serviceId>urn:ecobee-com:serviceId:Ecobee1</serviceId>
<SCPDURL>S_Ecobee1.xml</SCPDURL>
</service>
</serviceList>
<implementationList>
<implementationFile>I_Ecobee1.xml</implementationFile>
</implementationList>
</device>
</root>