Subversion Repositories HomeAutomation

Rev

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

Rev 1577 Rev 1580
Line 20... Line 20...
20
   
20
   
21
    <command id="2" name="Debug" type="global" module="" description="Used for debugging, should not be used for anything real"/>
21
    <command id="2" name="Debug" type="global" module="" description="Used for debugging, should not be used for anything real"/>
22
    <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
22
    <command id="3" name="Report_Interval" type="global" module="" description="Get/Set interval of reporting">
23
      <variables>
23
      <variables>
24
        <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
24
        <variable name="Time" type="uint" start_bit="0" bit_length="8" unit="Second" description=""/>
-
 
25
      </variables>
-
 
26
    </command>
-
 
27
 
-
 
28
    <command id="10" name="GPSTime" type="global" module="" description="Timestamp from GPS module">
-
 
29
      <variables>
-
 
30
     <variable name="Hour" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
31
     <variable name="Minute" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
-
 
32
     <variable name="Second" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
-
 
33
     <variable name="Zone" type="uint" start_bit="24" bit_length="8" unit="" description="Timezone diff from GMT"/>
25
      </variables>
34
      </variables>
26
    </command>
35
    </command>
27
   
36
   
28
    <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data">
37
    <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data">
29
      <variables>
38
      <variables>