Rev 1419 | Rev 1423 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1419 | Rev 1421 | ||
|---|---|---|---|
| Line 107... | Line 107... | ||
| 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> |
109 | </variables> |
| 110 | </command> |
110 | </command> |
| 111 | <command id="74" name="SetPin" type="physical" module="" description=""> |
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> |
|
| - | 118 | </variables> |
|
| - | 119 | </command> |
|
| - | 120 | <command id="75" name="PinStatus" type="physical" module="" description=""> |
|
| 112 | <variables> |
121 | <variables> |
| 113 | <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
122 | <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=""> |
123 | <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description=""> |
| 115 | <value id="1" name="High"/> |
124 | <value id="1" name="High"/> |
| 116 | <value id="0" name="Low"/> |
125 | <value id="0" name="Low"/> |