Rev 955 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 955 | Rev 956 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?xml version="1.0" standalone="yes"?> |
1 | <?xml version="1.0" standalone="yes"?> |
| 2 | <!-- Written by Mattias on |
2 | <!-- Written by Mattias on 22-dec-2008 22:52:00 --> |
| 3 | <root> |
3 | <root> |
| 4 | <classes> |
4 | <classes> |
| 5 | <class id="11" name="nmt" description="Networkmanagement"/> |
5 | <class id="11" name="nmt" description="Networkmanagement"/> |
| 6 | <class id="12" name="act" description="Actuator messages"/> |
6 | <class id="12" name="act" description="Actuator messages"/> |
| 7 | <class id="13" name="sns" description="Sensor messages"/> |
7 | <class id="13" name="sns" description="Sensor messages"/> |
| Line 28... | Line 28... | ||
| 28 | <variables> |
28 | <variables> |
| 29 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
29 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 30 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/> |
30 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/> |
| 31 | </variables> |
31 | </variables> |
| 32 | </command> |
32 | </command> |
| 33 | <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data" |
33 | <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data"> |
| - | 34 | <variables> |
|
| - | 35 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 36 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="" description=""/> |
|
| - | 37 | </variables> |
|
| - | 38 | </command> |
|
| 34 | <command id="67" name="Voltage" type="physical" module="" description="Voltage data"> |
39 | <command id="67" name="Voltage" type="physical" module="" description="Voltage data"> |
| 35 | <variables> |
40 | <variables> |
| 36 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
41 | <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 37 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Volt" description=""/> |
42 | <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Volt" description=""/> |
| 38 | </variables> |
43 | </variables> |
| 39 | </command> |
44 | </command> |
| 40 | <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data"/> |
45 | <command id="68" name="Phonenumber" type="physical" module="" description="Phonenumber data"/> |
| 41 | <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status" |
46 | <command id="69" name="Rotary_Switch" type="physical" module="" description="Command to transmit a rotary encoder switch status"> |
| - | 47 | <variables> |
|
| - | 48 | <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 49 | <variable name="Direction" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
|
| - | 50 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
|
| - | 51 | <variable name="Position" type="uint" start_bit="24" bit_length="8" unit="" description=""/> |
|
| - | 52 | </variables> |
|
| - | 53 | </command> |
|
| 42 | <command id="70" name="Button" type="physical" module="" description="" |
54 | <command id="70" name="Button" type="physical" module="" description=""> |
| - | 55 | <variables> |
|
| - | 56 | <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 57 | <variable name="Status" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
|
| - | 58 | </variables> |
|
| 43 | 59 | </command> |
|
| 44 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
60 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
| 45 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
61 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
| 46 | <variables> |
62 | <variables> |
| 47 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
63 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 48 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
64 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| Line 69... | Line 85... | ||
| 69 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
85 | <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 70 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
86 | <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 71 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
87 | <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/> |
| 72 | </variables> |
88 | </variables> |
| 73 | </command> |
89 | </command> |
| 74 | - | ||
| 75 | - | ||
| 76 | - | ||
| 77 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
90 | <command id="128" name="Demo" type="specific" module="Dimmer230" description=""> |
| 78 | <variables> |
91 | <variables> |
| 79 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
92 | <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 80 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
93 | <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 81 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
94 | <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |