Subversion Repositories HomeAutomation

Rev

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

Rev 1072 Rev 1074
Line 255... Line 255...
255
    <variable name="Width" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
255
    <variable name="Width" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
256
    <variable name="Height" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
256
    <variable name="Height" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
257
      </variables>
257
      </variables>
258
    </command>
258
    </command>
259
   
259
   
260
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="Fade to x+steps/2, then to x-steps/2 and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
260
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
261
     <variables>
261
     <variables>
262
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
262
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
263
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
263
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
264
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
264
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
265
      </variables>
265
      </variables>
Line 299... Line 299...
299
     <variables>
299
     <variables>
300
        <variable name="Connection" type="enum" start_bit="0" bit_length="1" unit="" description="If the dimmer is connected to net power">
300
        <variable name="Connection" type="enum" start_bit="0" bit_length="1" unit="" description="If the dimmer is connected to net power">
301
            <value id="0" name="Disconnected"/>
301
            <value id="0" name="Disconnected"/>
302
            <value id="1" name="Connected"/>
302
            <value id="1" name="Connected"/>
303
        </variable>
303
        </variable>
304
        <variable name="Frequency" type="float" start_bit="8" bit_length="16" unit="" description="Measured frequency of the net power"/>
304
        <variable name="Frequency" type="enum" start_bit="1" bit_length="2" unit="" description="Frequency of the net power">
-
 
305
            <value id="0" name="Error_Unknown"/>
-
 
306
            <value id="1" name="50Hz"/>
-
 
307
            <value id="2" name="60Hz"/>
-
 
308
        </variable>
305
      </variables>
309
      </variables>
306
    </command>
310
    </command>
307
  </commands>
311
  </commands>
308
  <modules>
312
  <modules>
309
    <module id="0" name="Debug" class="tst"/>
313
    <module id="0" name="Debug" class="tst"/>