Subversion Repositories HomeAutomation

Rev

Rev 956 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 956 Rev 958
Line 21... Line 21...
21
    <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
21
    <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
22
      <variables>
22
      <variables>
23
        <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
23
        <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
24
      </variables>
24
      </variables>
25
    </command>
25
    </command>
-
 
26
   
-
 
27
   
26
    <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"/>
28
    <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data">
-
 
29
      <variables>
-
 
30
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
31
        <variable name="Value" type="float" start_bit="8" bit_length="16" unit="" description=""/>
-
 
32
      </variables>
-
 
33
    </command>
27
    <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data">
34
    <command id="65" name="Temperature_Celsius" type="physical" module="" description="Temperature data">
28
      <variables>
35
      <variables>
29
        <variable name="SensorId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
36
        <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=""/>
37
        <variable name="Value" type="float" start_bit="8" bit_length="16" unit="Celsius" description=""/>
31
      </variables>
38
      </variables>
Line 55... Line 62...
55
      <variables>
62
      <variables>
56
        <variable name="SwitchId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
63
        <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=""/>
64
        <variable name="Status" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
58
      </variables>
65
      </variables>
59
    </command>
66
    </command>
-
 
67
   
-
 
68
   
60
    <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/>
69
    <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/>
61
    <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position">
70
    <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position">
62
      <variables>
71
      <variables>
63
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
72
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
64
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
73
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
Line 78... Line 87...
78
    <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness">
87
    <command id="132" name="LCD_Backlight" type="specific" module="HD44789" description="Set LCD backlight brightness">
79
      <variables>
88
      <variables>
80
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
89
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
81
      </variables>
90
      </variables>
82
    </command>
91
    </command>
83
      <command id="134" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
92
      <command id="133" name="LCD_TextAt" type="specific" module="HD44789" description="Print text on LCD">
84
      <variables>
93
      <variables>
85
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
94
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
86
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
95
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
87
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
96
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
88
      </variables>
97
      </variables>
89
    </command>
98
    </command>
-
 
99
   
-
 
100
   
90
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="">
101
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="">
91
     <variables>
102
     <variables>
92
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
103
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
93
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
104
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
94
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
105
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>