Subversion Repositories HomeAutomation

Rev

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

Rev 1156 Rev 1177
Line 86... Line 86...
86
          <value id="6" name="Samsung"/>
86
          <value id="6" name="Samsung"/>
87
          <value id="7" name="Marantz"/>
87
          <value id="7" name="Marantz"/>
88
          <value id="255" name="Unknown"/>
88
          <value id="255" name="Unknown"/>
89
        </variable>
89
        </variable>
90
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
90
        <variable name="IRdata" type="uint" start_bit="16" bit_length="32" unit="" description="Button protocol unique ID"/>
91
      </variables>
-
 
92
    </command>
-
 
93
    <command id="72" name="SlowPWM" type="physical" module="" description="Message for pwm data, 0 to 9999">
-
 
94
      <variables>
-
 
95
        <variable name="ChannelId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
96
        <variable name="Value" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
-
 
97
      </variables>
91
      </variables>
98
    </command>
92
    </command>
99
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
93
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
100
      <variables>
94
      <variables>
101
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
95
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
Line 355... Line 349...
355
            <value id="2" name="60Hz"/>
349
            <value id="2" name="60Hz"/>
356
        </variable>
350
        </variable>
357
        <variable name="DimmerValue" type="uint" start_bit="8" bit_length="8" unit="" description="Current dimmer value"/>
351
        <variable name="DimmerValue" type="uint" start_bit="8" bit_length="8" unit="" description="Current dimmer value"/>
358
      </variables>
352
      </variables>
359
    </command>
353
    </command>
360
    <command id="128" name="RGB_value" type="specific" module="softPWM" description="Set an RGB-value">
354
    <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM">
361
     <variables>
355
     <variables>
362
        <variable name="RED" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
356
        <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/>
363
        <variable name="GREEN" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
357
        <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/>
364
    <variable name="BLUE" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
-
 
365
    </variables>
358
     </variables>
366
    </command>
359
    </command>
367
  </commands>
360
  </commands>
368
  <modules>
361
  <modules>
369
    <module id="0" name="Debug" class="tst"/>
362
    <module id="0" name="Debug" class="tst"/>