Subversion Repositories HomeAutomation

Rev

Rev 953 | Rev 955 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed

Rev Author Line No. Line
946 runge 1
<?xml version="1.0" standalone="yes"?>
2
<!-- Written by Mattias on 02-dec-2008 14:21:10 -->
3
<root>
4
  <classes>
5
    <class id="11" name="nmt" description="Networkmanagement"/>
6
    <class id="12" name="act" description="Actuator messages"/>
7
    <class id="13" name="sns" description="Sensor messages"/>
8
    <class id="14" name="def" description="Default, not to be used"/>
9
    <class id="15" name="tst" description="Testing stuff"/>
10
  </classes>
11
  <commands>
12
    <command id="0" name="List" type="global" module="" description="Message that module send to tell the world what it is">
13
      <variables>
14
        <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
15
        <variable name="NumberOfModules" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
16
        <variable name="SequenceNumber" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
17
      </variables>
18
    </command>
19
    <command id="1" name="Ascii" type="global" module="" description="Used for sending text with printf"/>
954 runge 20
    <command id="2" name="Debug" type="global" module="" description="Used for debugging, should not be used for anything real"/>
21
    <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
952 runge 22
      <variables>
23
        <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
24
      </variables>
25
    </command>
946 runge 26
    <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"/>
27
    <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data">
28
      <variables>
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=""/>
31
      </variables>
32
    </command>
33
    <command id="66" name="Humidity_Percent" type="physical" module="" description="Humidity data"/>
34
    <command id="67" name="Voltage" type="physical" module="" description="Voltage data">
35
      <variables>
36
        <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=""/>
38
      </variables>
39
    </command>
40
    <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"/>
42
 
43
    <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/>
44
    <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position">
45
      <variables>
46
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
47
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
48
      </variables>
49
    </command>
50
    <command id="130" name="LCD_Text" type="specific" module="HD44789" description="Print text on LCD">
51
      <variables>
52
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
53
      </variables>
54
    </command>
55
     <command id="131" name="LCD_Size" type="specific" module="HD44789" description="Size of LCD">
56
      <variables>
57
        <variable name="Width" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
58
        <variable name="Height" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
59
      </variables>
60
    </command>
61
    <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness">
62
      <variables>
63
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
64
      </variables>
65
    </command>
950 runge 66
      <command id="134" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
946 runge 67
      <variables>
68
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
69
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
70
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
71
      </variables>
72
    </command>
950 runge 73
 
74
 
75
 
76
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="">
77
     <variables>
78
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
79
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
80
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
81
      </variables>
82
    </command>
83
    <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description="">
84
     <variables>
85
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
86
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
87
        <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
88
      </variables>
89
    </command>
90
    <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description="">
91
      <variables>
92
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
93
      </variables>
94
    </command>
95
    <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description="">
96
     <variables>
97
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
98
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
99
        <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
100
      </variables>
101
    </command>
102
    <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description="">
103
     <variables>
104
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
105
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
106
        <variable name="Direction" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
107
    <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
108
      </variables>
109
    </command>
946 runge 110
  </commands>
111
  <modules>
112
    <module id="1" name="Default" class="def"/>
113
    <module id="3" name="DS18x20" class="sns"/>
114
    <module id="5" name="FOST02" class="sns"/>
115
    <module id="6" name="BusVoltage" class="sns"/>
116
    <module id="7" name="SimpleDTMF" class="sns"/>
117
    <module id="8" name="Rotary" class="sns"/>
953 runge 118
    <module id="9" name="HD44789" class="act"/>
119
    <module id="10" name="Dimmer230" class="act"/>
120
    <module id="11" name="KS0108" class="act"/>
954 runge 121
    <module id="12" name="RGBdriver" class="act"/>
946 runge 122
  </modules>
123
  <defines>
124
    <define id="1" group="DirectionFlag" name="From_Owner"/>
125
    <define id="0" group="DirectionFlag" name="To_Owner"/>
126
    <define id="002c0000" group="None" name="HeartbeatHeader"/>
127
  </defines>
128
</root>