Changeset 3


Ignore:
Timestamp:
2018-03-09 16:16:00 (7 years ago)
Author:
mcvflorin
Message:

Version 1.21 from apps.mios.com.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified D_SomfyBlinds.xml

    r1 r3  
    11<?xml version="1.0"?> 
    22<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> 
    2122</root> 
  • TabularUnified I_SomfyBlinds.xml

    r2 r3  
    2828 
    2929            luup.chdev.sync(lul_device, childDevices) 
     30            luup.set_failure(0, lul_device) 
    3031        end 
    3132    </functions> 
Note: See TracChangeset for help on using the changeset viewer.