Changeset 3
- Timestamp:
- 2018-03-09 16:16:00 (7 years ago)
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified D_SomfyBlinds.xml ¶
r1 r3 1 1 <?xml version="1.0"?> 2 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:somfy-com:device:blinds:1</deviceType> 9 <friendlyName>Somfy URTSI II</friendlyName> 10 <manufacturer>Somfy</manufacturer> 11 <manufacturerURL>somfy.com</manufacturerURL> 12 <modelName>URTSI II</modelName> 13 <protocol>raw</protocol> 14 <handleChildren>1</handleChildren> 15 <commUse>rs232</commUse> 16 <serviceList></serviceList> 17 <implementationList> 18 <implementationFile>I_SomfyBlinds.xml</implementationFile> 19 </implementationList> 20 </device> 3 <specVersion> 4 <major>1</major> 5 <minor>0</minor> 6 </specVersion> 7 <device> 8 <deviceType>urn:somfy-com:device:blinds:1</deviceType> 9 <staticJson>D_SomfyBlinds.json</staticJson> 10 <friendlyName>Somfy URTSI II</friendlyName> 11 <manufacturer>Somfy</manufacturer> 12 <manufacturerURL>somfy.com</manufacturerURL> 13 <modelName>URTSI II</modelName> 14 <protocol>raw</protocol> 15 <handleChildren>1</handleChildren> 16 <commUse>rs232</commUse> 17 <serviceList></serviceList> 18 <implementationList> 19 <implementationFile>I_SomfyBlinds.xml</implementationFile> 20 </implementationList> 21 </device> 21 22 </root> -
TabularUnified I_SomfyBlinds.xml ¶
r2 r3 28 28 29 29 luup.chdev.sync(lul_device, childDevices) 30 luup.set_failure(0, lul_device) 30 31 end 31 32 </functions>
Note: See TracChangeset
for help on using the changeset viewer.