Subversion Repositories HomeAutomation

Rev

Rev 1471 | Rev 1511 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1471 Rev 1481
Line 492... Line 492...
492
    </command>
492
    </command>
493
 
493
 
494
    <command id="128" name="Motion" type="specific" module="PIR" description="Motion and brightness from PIR-sensor">
494
    <command id="128" name="Motion" type="specific" module="PIR" description="Motion and brightness from PIR-sensor">
495
     <variables>
495
     <variables>
496
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
496
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
497
        <variable name="Brightness" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
497
        <variable name="Brightness" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
498
        <variable name="MotionDetect" type="enum" start_bit="16" bit_length="8" unit="" description="">
498
        <variable name="MotionDetect" type="enum" start_bit="24" bit_length="8" unit="" description="">
499
            <value id="0" name="NoMotion"/>
499
            <value id="0" name="NoMotion"/>
500
            <value id="1" name="MotionDetected"/>
500
            <value id="1" name="MotionDetected"/>
501
        </variable>
501
        </variable>
502
      </variables>
502
      </variables>
503
    </command>
503
    </command>