Changeset 2530:55f377c8cc4a

Show
Ignore:
Timestamp:
07/29/10 16:00:23 (6 weeks ago)
Author:
Fritz
Branch:
default
Message:

ipx800 : make pulse functionnal

Location:
src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/domogik/xpl/lib/ipx800.py

    r2521 r2530  
    175175            print("Changing 'led%s' to 'PULSE' successfully" % num) 
    176176            # refresh status (for sending a xpl-trig) 
    177             self.get_status() 
     177            self.send_change({'elt' : 'led', 
     178                              'num' : num, 
     179                              'value' : IPX_LED_HIGH}) 
    178180 
    179181 
  • src/share/domogik/url2xpl/relayboard/pulse.xml

    r2527 r2530  
    1414    <filter> 
    1515      <key name="type" value="output" /> 
    16       <key name="current" value="PULSE" /> 
    1716      <key name="device" value="@address@"/> 
    1817    </filter>