Subversion Repositories HomeAutomation

Rev

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

Rev 1773 Rev 1810
Line 163... Line 163...
163
        <variable name="Energy" type="uint" start_bit="0" bit_length="16" unit="W/(10*h)" description=""/>
163
        <variable name="Energy" type="uint" start_bit="0" bit_length="16" unit="W/(10*h)" description=""/>
164
      </variables>
164
      </variables>
165
    </command>    
165
    </command>    
166
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
166
    <command id="128" name="IRraw" type="specific" module="irReceive" description="If a protocol not could be found, then send raw data">
167
     <variables>
167
     <variables>
168
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
168
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Microsecond" description="First active time"/>
169
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Millisecond" description="First passive time"/>
169
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Microsecond" description="First passive time"/>
170
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Millisecond" description="Second active time"/>
170
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Microsecond" description="Second active time"/>
171
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Millisecond" description="Second passive time"/>
171
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Microsecond" description="Second passive time"/>
172
      </variables>
172
      </variables>
173
    </command>
173
    </command>
174
    <command id="128" name="IRraw" type="specific" module="irTransceive" description="If a protocol not could be found, then send raw data">
174
    <command id="128" name="IRraw" type="specific" module="irTransceive" description="If a protocol not could be found, then send raw data">
175
     <variables>
175
     <variables>
176
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Millisecond" description="First active time"/>
176
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Microsecond" description="First active time"/>
177
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Millisecond" description="First passive time"/>
177
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Microsecond" description="First passive time"/>
178
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Millisecond" description="Second active time"/>
178
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Microsecond" description="Second active time"/>
179
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Millisecond" description="Second passive time"/>
179
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Microsecond" description="Second passive time"/>
180
      </variables>
180
      </variables>
181
    </command>
181
    </command>
182
    <command id="129" name="IrConfig" type="specific" module="irTransceive" description="irTransceive config">
182
    <command id="129" name="IrConfig" type="specific" module="irTransceive" description="irTransceive config">
183
      <variables>
183
      <variables>
184
        <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Which channel to configure"/>
184
        <variable name="Channel" type="uint" start_bit="0" bit_length="4" unit="" description="Which channel to configure"/>
Line 186... Line 186...
186
            <value id="0" name="Auto"/>
186
            <value id="0" name="Auto"/>
187
            <value id="1" name="Transmit"/>
187
            <value id="1" name="Transmit"/>
188
            <value id="2" name="Receive"/>
188
            <value id="2" name="Receive"/>
189
        </variable>
189
        </variable>
190
        <variable name="Transmit power" type="uint" start_bit="8" bit_length="2" unit="" description="0 for lowest power, 3 for max"/>
190
        <variable name="Transmit power" type="uint" start_bit="8" bit_length="2" unit="" description="0 for lowest power, 3 for max"/>
-
 
191
      </variables>
-
 
192
    </command>
-
 
193
    <command id="130" name="IrProntoStart" type="specific" module="irTransceive" description="">
-
 
194
     <variables>
-
 
195
        <variable name="Format" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
-
 
196
        <variable name="wFrqDiv" type="uint" start_bit="16" bit_length="16" unit="" description=""/>
-
 
197
        <variable name="OnceSeqLen" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
-
 
198
        <variable name="RepSeqLen" type="uint" start_bit="48" bit_length="16" unit="" description=""/>
-
 
199
      </variables>
-
 
200
    </command>
-
 
201
    <command id="130" name="IrProntoTiming" type="specific" module="irTransceive" description="">
-
 
202
     <variables>
-
 
203
        <variable name="Format" type="uint" start_bit="0" bit_length="16" unit="" description=""/>
-
 
204
      </variables>
-
 
205
    </command>
-
 
206
    <command id="131" name="IrProntoData1" type="specific" module="irTransceive" description="">
-
 
207
     <variables>
-
 
208
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
209
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
210
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
211
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
212
      </variables>
-
 
213
    </command>
-
 
214
    <command id="132" name="IrProntoData2" type="specific" module="irTransceive" description="">
-
 
215
     <variables>
-
 
216
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
217
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
218
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
219
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
220
      </variables>
-
 
221
    </command>
-
 
222
    <command id="133" name="IrProntoData3" type="specific" module="irTransceive" description="">
-
 
223
     <variables>
-
 
224
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
225
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
226
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
227
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
228
      </variables>
-
 
229
    </command>
-
 
230
    <command id="134" name="IrProntoData4" type="specific" module="irTransceive" description="">
-
 
231
     <variables>
-
 
232
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
233
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
234
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
235
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
236
      </variables>
-
 
237
    </command>
-
 
238
    <command id="135" name="IrProntoData5" type="specific" module="irTransceive" description="">
-
 
239
     <variables>
-
 
240
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
241
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
242
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
243
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
244
      </variables>
-
 
245
    </command>
-
 
246
    <command id="136" name="IrProntoData6" type="specific" module="irTransceive" description="">
-
 
247
     <variables>
-
 
248
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
249
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
250
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
251
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
252
      </variables>
-
 
253
    </command>
-
 
254
    <command id="137" name="IrProntoData7" type="specific" module="irTransceive" description="">
-
 
255
     <variables>
-
 
256
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
257
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
258
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
259
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
260
      </variables>
-
 
261
    </command>
-
 
262
    <command id="138" name="IrProntoData8" type="specific" module="irTransceive" description="">
-
 
263
     <variables>
-
 
264
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
265
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
266
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
267
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
268
      </variables>
-
 
269
    </command>
-
 
270
    <command id="139" name="IrProntoData9" type="specific" module="irTransceive" description="">
-
 
271
     <variables>
-
 
272
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
273
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
274
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
275
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
276
      </variables>
-
 
277
    </command>
-
 
278
    <command id="140" name="IrProntoData10" type="specific" module="irTransceive" description="">
-
 
279
     <variables>
-
 
280
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
281
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
282
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
283
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
284
      </variables>
-
 
285
    </command>
-
 
286
    <command id="141" name="IrProntoData11" type="specific" module="irTransceive" description="">
-
 
287
     <variables>
-
 
288
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
289
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
290
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
291
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
292
      </variables>
-
 
293
    </command>
-
 
294
    <command id="142" name="IrProntoData12" type="specific" module="irTransceive" description="">
-
 
295
     <variables>
-
 
296
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
297
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
298
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
299
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
300
      </variables>
-
 
301
    </command>
-
 
302
    <command id="143" name="IrProntoData13" type="specific" module="irTransceive" description="">
-
 
303
     <variables>
-
 
304
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
305
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
306
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
307
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
308
      </variables>
-
 
309
    </command>
-
 
310
    <command id="144" name="IrProntoData14" type="specific" module="irTransceive" description="">
-
 
311
     <variables>
-
 
312
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
313
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
314
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
315
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
316
      </variables>
-
 
317
    </command>
-
 
318
    <command id="145" name="IrProntoData15" type="specific" module="irTransceive" description="">
-
 
319
     <variables>
-
 
320
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
321
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
322
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
323
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
324
      </variables>
-
 
325
    </command>
-
 
326
    <command id="146" name="IrProntoData16" type="specific" module="irTransceive" description="">
-
 
327
     <variables>
-
 
328
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
329
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
330
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
331
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
332
      </variables>
-
 
333
    </command>
-
 
334
    <command id="163" name="IrProntoEnd1" type="specific" module="irTransceive" description="">
-
 
335
     <variables>
-
 
336
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
337
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
338
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
339
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
340
      </variables>
-
 
341
    </command>
-
 
342
    <command id="164" name="IrProntoEnd2" type="specific" module="irTransceive" description="">
-
 
343
     <variables>
-
 
344
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
345
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
346
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
347
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
348
      </variables>
-
 
349
    </command>
-
 
350
    <command id="165" name="IrProntoEnd3" type="specific" module="irTransceive" description="">
-
 
351
     <variables>
-
 
352
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
353
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
354
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
355
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
356
      </variables>
-
 
357
    </command>
-
 
358
    <command id="166" name="IrProntoEnd4" type="specific" module="irTransceive" description="">
-
 
359
     <variables>
-
 
360
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
361
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
362
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
363
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
364
      </variables>
-
 
365
    </command>
-
 
366
    <command id="167" name="IrProntoEnd5" type="specific" module="irTransceive" description="">
-
 
367
     <variables>
-
 
368
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
369
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
370
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
371
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
372
      </variables>
-
 
373
    </command>
-
 
374
    <command id="168" name="IrProntoEnd6" type="specific" module="irTransceive" description="">
-
 
375
     <variables>
-
 
376
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
377
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
378
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
379
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
380
      </variables>
-
 
381
    </command>
-
 
382
    <command id="169" name="IrProntoEnd7" type="specific" module="irTransceive" description="">
-
 
383
     <variables>
-
 
384
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
385
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
386
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
387
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
388
      </variables>
-
 
389
    </command>
-
 
390
    <command id="170" name="IrProntoEnd8" type="specific" module="irTransceive" description="">
-
 
391
     <variables>
-
 
392
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
393
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
394
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
395
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
396
      </variables>
-
 
397
    </command>
-
 
398
    <command id="171" name="IrProntoEnd9" type="specific" module="irTransceive" description="">
-
 
399
     <variables>
-
 
400
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
401
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
402
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
403
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
404
      </variables>
-
 
405
    </command>
-
 
406
    <command id="172" name="IrProntoEnd10" type="specific" module="irTransceive" description="">
-
 
407
     <variables>
-
 
408
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
409
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
410
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
411
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
412
      </variables>
-
 
413
    </command>
-
 
414
    <command id="173" name="IrProntoEnd11" type="specific" module="irTransceive" description="">
-
 
415
     <variables>
-
 
416
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
417
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
418
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
419
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
420
      </variables>
-
 
421
    </command>
-
 
422
    <command id="174" name="IrProntoEnd12" type="specific" module="irTransceive" description="">
-
 
423
     <variables>
-
 
424
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
425
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
426
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
427
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
428
      </variables>
-
 
429
    </command>
-
 
430
    <command id="175" name="IrProntoEnd13" type="specific" module="irTransceive" description="">
-
 
431
     <variables>
-
 
432
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
433
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
434
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
435
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
436
      </variables>
-
 
437
    </command>
-
 
438
    <command id="176" name="IrProntoEnd14" type="specific" module="irTransceive" description="">
-
 
439
     <variables>
-
 
440
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
441
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
442
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
443
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
444
      </variables>
-
 
445
    </command>
-
 
446
    <command id="177" name="IrProntoEnd15" type="specific" module="irTransceive" description="">
-
 
447
     <variables>
-
 
448
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
449
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
450
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
451
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
452
      </variables>
-
 
453
    </command>
-
 
454
    <command id="178" name="IrProntoEnd16" type="specific" module="irTransceive" description="">
-
 
455
     <variables>
-
 
456
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
457
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
458
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
459
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
-
 
460
      </variables>
-
 
461
    </command>
-
 
462
    <command id="179" name="IrProntoEnd17" type="specific" module="irTransceive" description="">
-
 
463
     <variables>
-
 
464
        <variable name="Act1" type="uint" start_bit="0" bit_length="16" unit="Pulses" description="First active time"/>
-
 
465
        <variable name="Pas1" type="uint" start_bit="16" bit_length="16" unit="Pulses" description="First passive time"/>
-
 
466
        <variable name="Act2" type="uint" start_bit="32" bit_length="16" unit="Pulses" description="Second active time"/>
-
 
467
        <variable name="Pas2" type="uint" start_bit="48" bit_length="16" unit="Pulses" description="Second passive time"/>
191
      </variables>
468
      </variables>
192
    </command>
469
    </command>
193
 
470
 
194
    <command id="128" name="Position" type="specific" module="nmea" description="WGS80 LAT/LONG Position">
471
    <command id="128" name="Position" type="specific" module="nmea" description="WGS80 LAT/LONG Position">
195
    <variables>
472
    <variables>