Subversion Repositories HomeAutomation

Rev

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

Rev 1179 Rev 1193
Line 94... Line 94...
94
      </variables>
94
      </variables>
95
    </command>
95
    </command>
96
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
96
    <command id="73" name="ElectricPower" type="physical" module="" description="Message with data from a power meter">
97
      <variables>
97
      <variables>
98
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
98
        <variable name="Power" type="uint" start_bit="0" bit_length="16" unit="Watt" description=""/>
99
        <variable name="EnergySum" type="uint" start_bit="16" bit_length="16" unit="W/h" description=""/>
99
        <variable name="EnergySum" type="uint" start_bit="16" bit_length="32" unit="W/h" description=""/>
100
    <variable name="Power4" type="uint" start_bit="32" bit_length="16" unit="Watt" description="Average of 4 measurments"/>
-
 
101
    <variable name="Power32" type="uint" start_bit="48" bit_length="16" unit="Watt" description="Average of 32 measurments"/>
100
    <variable name="Power32" type="uint" start_bit="48" bit_length="16" unit="Watt" description="Average of 32 measurments"/>
102
      </variables>
101
      </variables>
103
    </command>
102
    </command>
104
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
103
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
105
      <variables>
104
      <variables>
106
        <variable name="Energy" type="uint" start_bit="0" bit_length="16" unit="W/h" description=""/>
105
        <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
107
      </variables>
106
      </variables>
108
    </command>
107
    </command>
109
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
108
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
110
     <variables>
109
     <variables>
111
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
110
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>