Subversion Repositories HomeAutomation

Rev

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

Rev 1417 Rev 1419
Line 104... Line 104...
104
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
104
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
105
      <variables>
105
      <variables>
106
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
106
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
107
        <variable name="EnergySum" type="uint" start_bit="16" bit_length="32" unit="W/h" description=""/>
107
        <variable name="EnergySum" type="uint" start_bit="16" bit_length="32" unit="W/h" description=""/>
108
        <variable name="Power32" type="uint" start_bit="48" bit_length="16" unit="Watt" description="Average of 32 measurments"/>
108
        <variable name="Power32" type="uint" start_bit="48" bit_length="16" unit="Watt" description="Average of 32 measurments"/>
-
 
109
      </variables>
-
 
110
    </command>
-
 
111
    <command id="74" name="SetPin" type="physical" module="" description="">
-
 
112
      <variables>
-
 
113
        <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
114
        <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
-
 
115
          <value id="1" name="High"/>
-
 
116
          <value id="0" name="Low"/>
-
 
117
        </variable>
109
      </variables>
118
      </variables>
110
    </command>
119
    </command>
111
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
120
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
112
      <variables>
121
      <variables>
113
        <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
122
        <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
Line 552... Line 561...
552
    <module id="19" name="SlowPWM" class="act"/>
561
    <module id="19" name="SlowPWM" class="act"/>
553
    <module id="20" name="power" class="sns"/>
562
    <module id="20" name="power" class="sns"/>
554
    <module id="21" name="softPWM" class="act"/>
563
    <module id="21" name="softPWM" class="act"/>
555
    <module id="22" name="Touch" class="sns"/>
564
    <module id="22" name="Touch" class="sns"/>
556
    <module id="23" name="RotaryHex" class="sns"/>
565
    <module id="23" name="RotaryHex" class="sns"/>
-
 
566
    <module id="24" name="output" class="act"/>
-
 
567
    <module id="25" name="input" class="sns"/>
557
    <module id="30" name="ChnMaster" class="chn"/>
568
    <module id="30" name="ChnMaster" class="chn"/>
558
    <module id="31" name="ChnController" class="chn"/>
569
    <module id="31" name="ChnController" class="chn"/>
559
  </modules>
570
  </modules>
560
  <defines>
571
  <defines>
561
    <define id="1" group="DirectionFlag" name="From_Owner"/>
572
    <define id="1" group="DirectionFlag" name="From_Owner"/>