Subversion Repositories HomeAutomation

Rev

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

Rev 1931 Rev 1942
Line 229... Line 229...
229
        <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
229
        <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description=""/>
230
        <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
230
        <variable name="Mode1" type="uint" start_bit="4" bit_length="4" unit="" description=""/>
231
        <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
231
        <variable name="Mode2" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
232
        <variable name="Response" type="enum" start_bit="16" bit_length="8" unit="" description="">
232
        <variable name="Response" type="enum" start_bit="16" bit_length="8" unit="" description="">
233
            <value id="0" name="Ok"/>
233
            <value id="0" name="Ok"/>
-
 
234
           
-
 
235
            <!-- Pronto transmission was stopped (either prematurely or due to completion). -->
234
            <value id="1" name="Stopped"/>
236
            <value id="1" name="Stopped"/>
-
 
237
           
-
 
238
            <!-- Waiting for next pronto data packet. -->
235
            <value id="2" name="Waiting"/>
239
            <value id="2" name="Waiting"/>
-
 
240
           
-
 
241
            <!-- Pronto data is now being transmitted. -->
236
            <value id="4" name="Transmitting"/>
242
            <value id="4" name="Transmitting"/>
-
 
243
           
-
 
244
            <!-- Trying to stop or continue a pronto transmission that has already stopped. -->
237
            <value id="241" name="AlreadyStopped"/>
245
            <value id="241" name="AlreadyStopped"/>
-
 
246
           
-
 
247
            <!-- Pronto data is already being transmitted (or prepared) on another channel. Can only process pronto data at one channel at once. -->
-
 
248
            <value id="242" name="Busy_AlreadySendingPronto"/>
-
 
249
           
-
 
250
            <!-- The specified channel is busy transmitting (pronto or non-pronto) data. -->
238
            <value id="243" name="Aborted"/>
251
            <value id="243" name="Busy_ChannelBusy"/>
-
 
252
           
-
 
253
            <!-- Transmission (pronto or non-pronto) with other frequency is ongoing on other channel. -->
-
 
254
            <value id="244" name="Busy_OtherFrequencyLocked"/>
-
 
255
           
-
 
256
            <!-- Pronto activity is ongoing, but on a different channel than that specified in STOP/CONTINUE request. -->
-
 
257
            <value id="245" name="Error_WrongProntoChannel"/>
-
 
258
           
-
 
259
            <!-- Generic error code. Bad data in packet. -->
239
            <value id="255" name="Error"/>
260
            <value id="255" name="Error"/>
240
        </variable>
261
        </variable>
241
      </variables>
262
      </variables>
242
    </command>
263
    </command>
243
    <command id="135" name="IrProntoData1" type="specific" module="irTransceive" description="">
264
    <command id="135" name="IrProntoData1" type="specific" module="irTransceive" description="">