Subversion Repositories HomeAutomation

Rev

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

Rev 1724 Rev 1728
Line 143... Line 143...
143
        <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
143
        <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
144
        <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
144
        <variable name="Status" type="enum" start_bit="8" bit_length="8" unit="" description="">
145
          <value id="1" name="High"/>
145
          <value id="1" name="High"/>
146
          <value id="0" name="Low"/>
146
          <value id="0" name="Low"/>
147
        </variable>
147
        </variable>
-
 
148
      </variables>
-
 
149
    </command>
-
 
150
    <command id="76" name="Counter" type="physical" module="" description="Message with counter value">
-
 
151
      <variables>
-
 
152
        <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
153
        <variable name="Count" type="uint" start_bit="8" bit_length="32" unit="" description=""/>
148
      </variables>
154
      </variables>
149
    </command>
155
    </command>
150
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
156
    <command id="128" name="setEnergy" type="specific" module="power" description="Set the energy value on the power meter module">
151
      <variables>
157
      <variables>
152
        <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
158
        <variable name="Energy" type="uint" start_bit="0" bit_length="32" unit="W/h" description=""/>
Line 310... Line 316...
310
      <variable name="D_term" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
316
      <variable name="D_term" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
311
      <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
317
      <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
312
    </variables>
318
    </variables>
313
      </command>
319
      </command>
314
      <command id="129" name="CONFIG_SENSOR" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
320
      <command id="129" name="CONFIG_SENSOR" type="specific" module="PID" description="Configure PID regulator, if message is sent with 0 data bytes, module will respond with current configuration">
315
    <variables>
321
    <variables>
316
      <variable name="sensorModuleType" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
322
      <variable name="sensorModuleType" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
317
      <variable name="sensorModuleId" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
323
      <variable name="sensorModuleId" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
318
      <variable name="sensorId" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
324
      <variable name="sensorId" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
319
    </variables>
325
    </variables>
320
      </command>
326
      </command>
Line 336... Line 342...
336
      </variable>
342
      </variable>
337
      <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="15" unit="" description=""/>
343
      <variable name="RegulatorTime" type="uint" start_bit="49" bit_length="15" unit="" description=""/>
338
    </variables>
344
    </variables>
339
      </command>
345
      </command>
340
      <command id="132" name="PID_STATUS" type="specific" module="PID" description="information about the pid controller">
346
      <command id="132" name="PID_STATUS" type="specific" module="PID" description="information about the pid controller">
341
    <variables>
347
    <variables>
342
      <variable name="Measurment" type="float" start_bit="0" bit_length="16" unit="" description=""/>
348
      <variable name="Measurment" type="float" start_bit="0" bit_length="16" unit="" description=""/>
343
      <variable name="Reference" type="float" start_bit="16" bit_length="16" unit="" description=""/>
349
      <variable name="Reference" type="float" start_bit="16" bit_length="16" unit="" description=""/>
344
      <variable name="PWM" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
350
      <variable name="PWM" type="uint" start_bit="32" bit_length="16" unit="" description=""/>
345
      <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
351
      <variable name="Sum" type="int" start_bit="48" bit_length="16" unit="" description=""/>
346
    </variables>
352
    </variables>
Line 359... Line 365...
359
        <value id="1" name="OFF"/>
365
        <value id="1" name="OFF"/>
360
      </variable>
366
      </variable>
361
    </variables>
367
    </variables>
362
      </command>
368
      </command>
363
      <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD">
369
      <command id="128" name="LCD_Clear" type="specific" module="KS0108" description="Clear LCD">
364
      <variables>
370
      <variables>
365
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
371
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
366
      <value id="0" name="Standard"/>
372
      <value id="0" name="Standard"/>
367
          <value id="1" name="Inverted"/>
373
          <value id="1" name="Inverted"/>
368
    </variable>
374
    </variable>
369
      </variables>
375
      </variables>
370
    </command>
376
    </command>
371
    <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
377
    <command id="129" name="LCD_Cursor" type="specific" module="KS0108" description="Set LCD cursor position">
372
      <variables>
378
      <variables>
373
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description="Char position in x direction"/>
379
        <variable name="X" type="uint" start_bit="0" bit_length="8" unit="" description="Char position in x direction"/>
374
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description="Char position in y direction"/>
380
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description="Char position in y direction"/>
375
    <variable name="Inverted" type="enum" start_bit="16" bit_length="1" unit="" description="Set to 1 of you want an inverted output">
381
    <variable name="Inverted" type="enum" start_bit="16" bit_length="1" unit="" description="Set to 1 of you want an inverted output">
376
      <value id="0" name="Standard"/>
382
      <value id="0" name="Standard"/>
377
          <value id="1" name="Inverted"/>
383
          <value id="1" name="Inverted"/>
378
    </variable>
384
    </variable>
379
    <variable name="Transparent" type="enum" start_bit="17" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
385
    <variable name="Transparent" type="enum" start_bit="17" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
380
      <value id="0" name="Standard"/>
386
      <value id="0" name="Standard"/>
381
      <value id="1" name="Transparent"/>
387
      <value id="1" name="Transparent"/>
382
    </variable>
388
    </variable>
383
      </variables>
389
      </variables>
384
    </command>
390
    </command>
385
    <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD on current postion, according to the latest LCD_Cursor command">
391
    <command id="130" name="LCD_Text" type="specific" module="KS0108" description="Print text on LCD on current postion, according to the latest LCD_Cursor command">
386
      <variables>
392
      <variables>
387
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
393
        <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/>
388
      </variables>
394
      </variables>
389
    </command>
395
    </command>
390
    <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
396
    <command id="131" name="LCD_Invert" type="specific" module="KS0108" description="Invert LCD">
391
      <variables>
397
      <variables>
392
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
398
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
393
      <value id="0" name="Standard"/>
399
      <value id="0" name="Standard"/>
394
          <value id="1" name="Inverted"/>
400
          <value id="1" name="Inverted"/>
395
    </variable>
401
    </variable>
396
      </variables>
402
      </variables>
397
    </command>
403
    </command>
398
    <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
404
    <command id="132" name="LCD_Backlight" type="specific" module="KS0108" description="Set LCD backlight brightness">
399
      <variables>
405
      <variables>
400
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
406
        <variable name="Strength" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
Line 403... Line 409...
403
        <value id="1" name="ON"/>
409
        <value id="1" name="ON"/>
404
    </variable>
410
    </variable>
405
      </variables>
411
      </variables>
406
    </command>
412
    </command>
407
    <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
413
    <command id="133" name="LCD_TextAt" type="specific" module="KS0108" description="Print text on LCD">
408
      <variables>
414
      <variables>
409
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
415
        <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
410
      <value id="0" name="Standard"/>
416
      <value id="0" name="Standard"/>
411
          <value id="1" name="Inverted"/>
417
          <value id="1" name="Inverted"/>
412
    </variable>
418
    </variable>
413
    <variable name="Transparent" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
419
    <variable name="Transparent" type="enum" start_bit="1" bit_length="1" unit="" description="Set to 1 of you want to keep screen background">
414
      <value id="0" name="Standard"/>
420
      <value id="0" name="Standard"/>
415
      <value id="1" name="Transparent"/>
421
      <value id="1" name="Transparent"/>
416
    </variable>  
422
    </variable>  
417
    <variable name="X" type="uint" start_bit="2" bit_length="6" unit="" description=""/>
423
    <variable name="X" type="uint" start_bit="2" bit_length="6" unit="" description=""/>
418
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
424
        <variable name="Y" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
419
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
425
        <variable name="Text" type="ascii" start_bit="16" bit_length="48" unit="" description=""/>
420
      </variables>
426
      </variables>
421
    </command>
427
    </command>
422
    <command id="134" name="LCD_DrawRect" type="specific" module="KS0108" description="Draw a rectangle on LCD">
428
    <command id="134" name="LCD_DrawRect" type="specific" module="KS0108" description="Draw a rectangle on LCD">
423
      <variables>
429
      <variables>
Line 432... Line 438...
432
    <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
438
    <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
433
        <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
439
        <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
434
    <variable name="Width" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
440
    <variable name="Width" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
435
    <variable name="Height" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
441
    <variable name="Height" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
436
    <variable name="Radius" type="uint" start_bit="40" bit_length="8" unit="" description="Only valid for non-fill rectangles"/>
442
    <variable name="Radius" type="uint" start_bit="40" bit_length="8" unit="" description="Only valid for non-fill rectangles"/>
437
      </variables>
443
      </variables>
438
      </command>
444
      </command>
439
     
445
     
440
      <command id="135" name="LCD_DrawLine" type="specific" module="KS0108" description="Draw a line on LCD">
446
      <command id="135" name="LCD_DrawLine" type="specific" module="KS0108" description="Draw a line on LCD">
441
    <variables>
447
    <variables>
442
      <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
448
      <variable name="Inverted" type="enum" start_bit="0" bit_length="1" unit="" description="Set to 1 of you want an inverted screen">
443
        <value id="0" name="Standard"/>
449
        <value id="0" name="Standard"/>
444
        <value id="1" name="Inverted"/>
450
        <value id="1" name="Inverted"/>
Line 474... Line 480...
474
    <command id="138" name="LCD_New_Image" type="specific" module="KS0108" description="Store a new image in eeprom">
480
    <command id="138" name="LCD_New_Image" type="specific" module="KS0108" description="Store a new image in eeprom">
475
      <variables>
481
      <variables>
476
    <variable name="image_id" type="uint" start_bit="0" bit_length="8" unit="" description="the new image id"/>
482
    <variable name="image_id" type="uint" start_bit="0" bit_length="8" unit="" description="the new image id"/>
477
        <variable name="size_X" type="uint" start_bit="8" bit_length="8" unit="" description="Size in x direction"/>
483
        <variable name="size_X" type="uint" start_bit="8" bit_length="8" unit="" description="Size in x direction"/>
478
        <variable name="size_Y" type="uint" start_bit="16" bit_length="8" unit="" description="Size in y direction"/>
484
        <variable name="size_Y" type="uint" start_bit="16" bit_length="8" unit="" description="Size in y direction"/>
479
      </variables>
485
      </variables>
480
    </command>
486
    </command>
481
        <command id="139" name="LCD_Ack" type="specific" module="KS0108" description="Data correctly received">
487
        <command id="139" name="LCD_Ack" type="specific" module="KS0108" description="Data correctly received">
482
      <variables>
488
      <variables>
483
    <variable name="packet_id" type="uint" start_bit="0" bit_length="8" unit="" description="Id of the packet that is acknoleged"/>
489
    <variable name="packet_id" type="uint" start_bit="0" bit_length="8" unit="" description="Id of the packet that is acknoleged"/>
484
      </variables>
490
      </variables>
485
    </command>
491
    </command>
Line 498... Line 504...
498
        <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
504
        <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
499
    <variable name="Data6" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
505
    <variable name="Data6" type="uint" start_bit="56" bit_length="8" unit="" description=""/>
500
      </variables>
506
      </variables>
501
    </command>
507
    </command>
502
    <command id="141" name="LCD_Image_Data_6" type="specific" module="KS0108" description="Data">
508
    <command id="141" name="LCD_Image_Data_6" type="specific" module="KS0108" description="Data">
503
      <variables>
509
      <variables>
504
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
510
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
505
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
511
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
506
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
512
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
507
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
513
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
508
        <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
514
        <variable name="Data3" type="uint" start_bit="32" bit_length="8" unit="" description=""/>
509
        <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
515
        <variable name="Data4" type="uint" start_bit="40" bit_length="8" unit="" description=""/>
510
        <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
516
        <variable name="Data5" type="uint" start_bit="48" bit_length="8" unit="" description=""/>
511
      </variables>
517
      </variables>
512
    </command>
518
    </command>
513
    <command id="141" name="LCD_Image_Data_5" type="specific" module="KS0108" description="Data">
519
    <command id="141" name="LCD_Image_Data_5" type="specific" module="KS0108" description="Data">
514
      <variables>
520
      <variables>
515
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
521
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
516
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
522
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
517
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
523
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
518
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
524
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
Line 533... Line 539...
533
      <variables>
539
      <variables>
534
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
540
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
535
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
541
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
536
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
542
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
537
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
543
        <variable name="Data2" type="uint" start_bit="24" bit_length="8" unit="" description=""/>
538
      </variables>
544
      </variables>
539
    </command>
545
    </command>
540
    <command id="141" name="LCD_Image_Data_2" type="specific" module="KS0108" description="Data">
546
    <command id="141" name="LCD_Image_Data_2" type="specific" module="KS0108" description="Data">
541
      <variables>
547
      <variables>
542
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
548
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
543
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
549
        <variable name="Data0" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
544
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
550
        <variable name="Data1" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
Line 555... Line 561...
555
    <variable name="id" type="uint" start_bit="0" bit_length="8" unit="" description="The expected id"/>
561
    <variable name="id" type="uint" start_bit="0" bit_length="8" unit="" description="The expected id"/>
556
      </variables>
562
      </variables>
557
    </command>
563
    </command>
558
   
564
   
559
        <command id="143" name="LCD_Data_Done" type="specific" module="KS0108" description="All data sent">
565
        <command id="143" name="LCD_Data_Done" type="specific" module="KS0108" description="All data sent">
560
      <variables>
566
      <variables>
561
      </variables>
567
      </variables>
562
    </command>
568
    </command>
563
 
569
 
564
    <command id="128" name="Motion" type="specific" module="PIR" description="Motion and brightness from PIR-sensor">
570
    <command id="128" name="Motion" type="specific" module="PIR" description="Motion and brightness from PIR-sensor">
565
     <variables>
571
     <variables>
566
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
572
        <variable name="Id" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
567
        <variable name="Brightness" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
573
        <variable name="Brightness" type="uint" start_bit="8" bit_length="16" unit="" description=""/>
568
        <variable name="MotionDetect" type="enum" start_bit="24" bit_length="8" unit="" description="">
574
        <variable name="MotionDetect" type="enum" start_bit="24" bit_length="8" unit="" description="">
Line 572... Line 578...
572
      </variables>
578
      </variables>
573
    </command>
579
    </command>
574
 
580
 
575
   
581
   
576
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
582
    <command id="128" name="Demo" type="specific" module="Dimmer230" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
577
     <variables>
583
     <variables>
578
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
584
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
579
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
585
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
580
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
586
        <variable name="Steps" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
581
      </variables>
587
      </variables>
582
    </command>
588
    </command>
583
   
589
   
584
    <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
590
    <command id="129" name="Start_Fade" type="specific" module="Dimmer230" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
585
     <variables>
591
     <variables>
586
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
592
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
587
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
593
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
588
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
594
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
589
            <value id="0" name="Decrease"/>
595
            <value id="0" name="Decrease"/>
590
            <value id="1" name="Increase"/>
596
            <value id="1" name="Increase"/>
591
        </variable>
597
        </variable>
592
      </variables>
598
      </variables>
593
    </command>
599
    </command>
594
    <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description="If a fade is in progress, then stop">
600
    <command id="130" name="Stop_Fade" type="specific" module="Dimmer230" description="If a fade is in progress, then stop">
595
      <variables>
601
      <variables>
596
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
602
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
597
      </variables>
603
      </variables>
598
    </command>
604
    </command>
599
    <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description="Fade to a defined value, stops when another command is received">
605
    <command id="131" name="Abs_Fade" type="specific" module="Dimmer230" description="Fade to a defined value, stops when another command is received">
600
     <variables>
606
     <variables>
601
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
607
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
602
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
608
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
603
        <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
609
        <variable name="EndValue" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
604
      </variables>
610
      </variables>
605
    </command>
611
    </command>
606
    <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
612
    <command id="132" name="Rel_Fade" type="specific" module="Dimmer230" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
607
     <variables>
613
     <variables>
608
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
614
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
609
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
615
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
610
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
616
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
611
            <value id="0" name="Decrease"/>
617
            <value id="0" name="Decrease"/>
612
            <value id="1" name="Increase"/>
618
            <value id="1" name="Increase"/>
613
        </variable>
619
        </variable>
614
        <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description="Number of steps to fade"/>
620
        <variable name="Steps" type="uint" start_bit="24" bit_length="8" unit="" description="Number of steps to fade"/>
Line 635... Line 641...
635
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
641
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
636
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
642
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
637
      </variables>
643
      </variables>
638
    </command>
644
    </command>
639
    <command id="129" name="Start_Fade" type="specific" module="hwPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
645
    <command id="129" name="Start_Fade" type="specific" module="hwPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
640
     <variables>
646
     <variables>
641
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
647
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
642
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
648
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
643
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
649
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
644
            <value id="0" name="Decrease"/>
650
            <value id="0" name="Decrease"/>
645
            <value id="1" name="Increase"/>
651
            <value id="1" name="Increase"/>
646
        </variable>
652
        </variable>
647
      </variables>
653
      </variables>
648
    </command>
654
    </command>
649
    <command id="130" name="Stop_Fade" type="specific" module="hwPWM" description="If a fade is in progress, then stop">
655
    <command id="130" name="Stop_Fade" type="specific" module="hwPWM" description="If a fade is in progress, then stop">
650
      <variables>
656
      <variables>
651
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
657
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
652
      </variables>
658
      </variables>
653
    </command>
659
    </command>
654
    <command id="131" name="Abs_Fade" type="specific" module="hwPWM" description="Fade to a defined value, stops when another command is received">
660
    <command id="131" name="Abs_Fade" type="specific" module="hwPWM" description="Fade to a defined value, stops when another command is received">
655
     <variables>
661
     <variables>
656
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
662
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
657
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
663
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
658
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
664
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
659
      </variables>
665
      </variables>
660
    </command>
666
    </command>
661
    <command id="132" name="Rel_Fade" type="specific" module="hwPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
667
    <command id="132" name="Rel_Fade" type="specific" module="hwPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
662
     <variables>
668
     <variables>
663
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
669
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
664
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
670
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
665
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
671
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
666
            <value id="0" name="Decrease"/>
672
            <value id="0" name="Decrease"/>
667
            <value id="1" name="Increase"/>
673
            <value id="1" name="Increase"/>
668
        </variable>
674
        </variable>
669
        <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
675
        <variable name="Steps" type="uint" start_bit="24" bit_length="16" unit="" description="Number of percent to step in %/100"/>
670
      </variables>
676
      </variables>
671
    </command>
677
    </command>
672
 
678
 
673
    <command id="128" name="Demo" type="specific" module="PCAPWM" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
679
    <command id="128" name="Demo" type="specific" module="PCAPWM" description="Fade to x+steps, then to x-steps and then back to x. If x is close to, or at, top or bottom then fade more to the other direction">
674
     <variables>
680
     <variables>
675
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
681
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
676
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
682
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms"/>
677
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
683
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
678
      </variables>
684
      </variables>
679
    </command>
685
    </command>
680
    <command id="129" name="Start_Fade" type="specific" module="PCAPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
686
    <command id="129" name="Start_Fade" type="specific" module="PCAPWM" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
681
     <variables>
687
     <variables>
682
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
688
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
683
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
689
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
684
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
690
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
685
            <value id="0" name="Decrease"/>
691
            <value id="0" name="Decrease"/>
686
            <value id="1" name="Increase"/>
692
            <value id="1" name="Increase"/>
687
        </variable>
693
        </variable>
688
      </variables>
694
      </variables>
689
    </command>
695
    </command>
690
    <command id="130" name="Stop_Fade" type="specific" module="PCAPWM" description="If a fade is in progress, then stop">
696
    <command id="130" name="Stop_Fade" type="specific" module="PCAPWM" description="If a fade is in progress, then stop">
691
      <variables>
697
      <variables>
692
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
698
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
693
      </variables>
699
      </variables>
694
    </command>
700
    </command>
695
    <command id="131" name="Abs_Fade" type="specific" module="PCAPWM" description="Fade to a defined value, stops when another command is received">
701
    <command id="131" name="Abs_Fade" type="specific" module="PCAPWM" description="Fade to a defined value, stops when another command is received">
696
     <variables>
702
     <variables>
697
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
703
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
698
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
704
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
699
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
705
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
700
      </variables>
706
      </variables>
701
    </command>
707
    </command>
702
    <command id="132" name="Rel_Fade" type="specific" module="PCAPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
708
    <command id="132" name="Rel_Fade" type="specific" module="PCAPWM" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
703
     <variables>
709
     <variables>
704
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
710
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
705
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
711
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
706
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
712
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
707
            <value id="0" name="Decrease"/>
713
            <value id="0" name="Decrease"/>
Line 718... Line 724...
718
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
724
        <variable name="Steps" type="uint" start_bit="16" bit_length="16" unit="" description="number of percent to step in %/100"/>
719
      </variables>
725
      </variables>
720
    </command>
726
    </command>
721
   
727
   
722
    <command id="129" name="Start_Fade" type="specific" module="RGBW" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
728
    <command id="129" name="Start_Fade" type="specific" module="RGBW" description="Fade in a direction and don't stop until another command is received or top/bottom is reached">
723
     <variables>
729
     <variables>
724
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
730
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
725
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
731
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
726
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
732
        <variable name="Direction" type="enum" start_bit="16" bit_length="8" unit="" description="">
727
            <value id="0" name="Decrease"/>
733
            <value id="0" name="Decrease"/>
728
            <value id="1" name="Increase"/>
734
            <value id="1" name="Increase"/>
729
        </variable>
735
        </variable>
730
      </variables>
736
      </variables>
731
    </command>
737
    </command>
732
    <command id="130" name="Stop_Fade" type="specific" module="RGBW" description="If a fade is in progress, then stop">
738
    <command id="130" name="Stop_Fade" type="specific" module="RGBW" description="If a fade is in progress, then stop">
733
      <variables>
739
      <variables>
734
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
740
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
735
      </variables>
741
      </variables>
736
    </command>
742
    </command>
737
    <command id="131" name="Abs_Fade" type="specific" module="RGBW" description="Fade to a defined value, stops when another command is received">
743
    <command id="131" name="Abs_Fade" type="specific" module="RGBW" description="Fade to a defined value, stops when another command is received">
738
     <variables>
744
     <variables>
739
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
745
        <variable name="Channel" type="uint" start_bit="0" bit_length="8" unit="" description="Dimmer channel"/>
740
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
746
        <variable name="Speed" type="uint" start_bit="8" bit_length="8" unit="" description="Speed is 1/127 steps per 10ms up to 127 steps per 10ms, set speed to 0 if no fading is to be used (go to target immediately)"/>
741
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
747
        <variable name="EndValue" type="uint" start_bit="16" bit_length="16" unit="" description="end value in percent in %/100"/>
742
      </variables>
748
      </variables>
743
    </command>
749
    </command>
744
    <command id="132" name="Rel_Fade" type="specific" module="RGBW" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
750
    <command id="132" name="Rel_Fade" type="specific" module="RGBW" description="Fade a number of steps in a defined direction, stops when another command is received or top/bottom is reached">
Line 754... Line 760...
754
    </command>
760
    </command>
755
 
761
 
756
    <command id="128" name="Id" type="specific" module="identification" description="Broadcast this nodes ID">
762
    <command id="128" name="Id" type="specific" module="identification" description="Broadcast this nodes ID">
757
     <variables>
763
     <variables>
758
        <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
764
        <variable name="HardwareId" type="uint" start_bit="0" bit_length="32" unit="" description=""/>
759
     </variables>
765
     </variables>
760
    </command>
766
    </command>
761
 
767
 
762
    <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM">
768
    <command id="128" name="CONFIG" type="specific" module="softPWM" description="Configure the PWM">
763
     <variables>
769
     <variables>
764
        <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/>
770
        <variable name="Period" type="uint" start_bit="0" bit_length="16" unit="ms" description=""/>
765
        <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/>
771
        <variable name="Resolution" type="uint" start_bit="16" bit_length="8" unit="ms" description=""/>
766
     </variables>
772
     </variables>
767
    </command>
773
    </command>
768
    <command id="128" name="Gesture" type="specific" module="Touch" description="Parsed touch data as a gesture">
774
    <command id="128" name="Gesture" type="specific" module="Touch" description="Parsed touch data as a gesture">
769
     <variables>
775
     <variables>
770
        <variable name="f1" type="uint" start_bit="0" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and the straight line f(x) which connects the first and last point of the gesture"/>
776
        <variable name="f1" type="uint" start_bit="0" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and the straight line f(x) which connects the first and last point of the gesture"/>
771
        <variable name="f7" type="uint" start_bit="8" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and all horizontal lines yi, where i is between 0 and n, that constitute a gesture"/>
777
        <variable name="f7" type="uint" start_bit="8" bit_length="8" unit="#" description="Indicates the number of intersection points between an input gesture g(x) and all horizontal lines yi, where i is between 0 and n, that constitute a gesture"/>
772
        <variable name="f3" type="enum" start_bit="16" bit_length="1" unit="" description="Indicates the sign value of area gap between g(x) and f(x)">
778
        <variable name="f3" type="enum" start_bit="16" bit_length="1" unit="" description="Indicates the sign value of area gap between g(x) and f(x)">
773
           <value id="0" name="M"/>
779
           <value id="0" name="M"/>
774
           <value id="1" name="P"/>
780
           <value id="1" name="P"/>
Line 784... Line 790...
784
        <variable name="f6" type="enum" start_bit="19" bit_length="1" unit="" description="Indicates the sign value of the y coordinates of the last point minus y coordinates of the first point">
790
        <variable name="f6" type="enum" start_bit="19" bit_length="1" unit="" description="Indicates the sign value of the y coordinates of the last point minus y coordinates of the first point">
785
           <value id="0" name="M"/>
791
           <value id="0" name="M"/>
786
           <value id="1" name="P"/>
792
           <value id="1" name="P"/>
787
        </variable>
793
        </variable>
788
        <variable name="f8" type="enum" start_bit="20" bit_length="1" unit="" description="Checks whether or not x coordinates of all the points except for the first point and the last point is between x0 and xn">
794
        <variable name="f8" type="enum" start_bit="20" bit_length="1" unit="" description="Checks whether or not x coordinates of all the points except for the first point and the last point is between x0 and xn">
789
           <value id="0" name="M"/>
795
           <value id="0" name="M"/>
790
           <value id="1" name="P"/>
796
           <value id="1" name="P"/>
791
        </variable>
797
        </variable>
792
        <variable name="f9" type="enum" start_bit="21" bit_length="1" unit="" description="Represents the sign value of the multiplication of x coordinates of the first point and the last point minus the mediate value of x coordinates of all the points">
798
        <variable name="f9" type="enum" start_bit="21" bit_length="1" unit="" description="Represents the sign value of the multiplication of x coordinates of the first point and the last point minus the mediate value of x coordinates of all the points">
793
           <value id="0" name="M"/>
799
           <value id="0" name="M"/>
794
           <value id="1" name="P"/>
800
           <value id="1" name="P"/>
795
        </variable>
801
        </variable>
796
        <variable name="f2" type="enum" start_bit="22" bit_length="2" unit="" description="Checks if the y coordinates of the points which exist between the intersection point and the last point are greater than the y coordinates of the intersection point">
802
        <variable name="f2" type="enum" start_bit="22" bit_length="2" unit="" description="Checks if the y coordinates of the points which exist between the intersection point and the last point are greater than the y coordinates of the intersection point">
797
           <value id="0" name="M"/>
803
           <value id="0" name="M"/>
798
           <value id="1" name="P"/>
804
           <value id="1" name="P"/>
799
           <value id="2" name="U"/>
805
           <value id="2" name="U"/>
800
        </variable>
806
        </variable>
801
     </variables>
807
     </variables>
802
    </command>
808
    </command>
803
    <command id="129" name="Raw" type="specific" module="Touch" description="Raw touch data">
809
    <command id="129" name="Raw" type="specific" module="Touch" description="Raw touch data">
804
     <variables>
810
     <variables>
805
        <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="Gives the current push status">
811
        <variable name="Status" type="enum" start_bit="0" bit_length="8" unit="" description="Gives the current push status">
806
          <value id="1" name="Pressed"/>
812
          <value id="1" name="Pressed"/>
807
          <value id="0" name="Released"/>
813
          <value id="0" name="Released"/>
808
        </variable>
814
        </variable>
809
        <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
815
        <variable name="X" type="uint" start_bit="8" bit_length="8" unit="" description=""/>
810
        <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
816
        <variable name="Y" type="uint" start_bit="16" bit_length="8" unit="" description=""/>
-
 
817
     </variables>
-
 
818
    </command>
-
 
819
    <command id="128" name="setCounter" type="specific" module="counter" description="Set the counter value on the counter module">
-
 
820
      <variables>
-
 
821
        <variable name="PinId" type="uint" start_bit="0" bit_length="8" unit="" description=""/>
-
 
822
        <variable name="Count" type="uint" start_bit="8" bit_length="32" unit="" description=""/>
811
     </variables>
823
      </variables>
812
    </command>
824
    </command>
813
  </commands>
825
  </commands>
814
  <modules>
826
  <modules>
815
    <module id="0" name="Debug" class="tst"/>
827
    <module id="0" name="Debug" class="tst"/>
Line 852... Line 864...
852
    <module id="52" name="SH11" class="sns"/>
864
    <module id="52" name="SH11" class="sns"/>
853
    <module id="53" name="Radio433Transmit" class="act"/>
865
    <module id="53" name="Radio433Transmit" class="act"/>
854
    <module id="54" name="Radio433Receive" class="sns"/>
866
    <module id="54" name="Radio433Receive" class="sns"/>
855
    <module id="55" name="NTC" class="sns"/>
867
    <module id="55" name="NTC" class="sns"/>
856
    <module id="56" name="sigmadelta_dimmer" class="act"/>
868
    <module id="56" name="sigmadelta_dimmer" class="act"/>
-
 
869
    <module id="57" name="counter" class="sns"/>
857
  </modules>
870
  </modules>
858
  <defines>
871
  <defines>
859
    <define id="1" group="DirectionFlag" name="From_Owner"/>
872
    <define id="1" group="DirectionFlag" name="From_Owner"/>
860
    <define id="0" group="DirectionFlag" name="To_Owner"/>
873
    <define id="0" group="DirectionFlag" name="To_Owner"/>
861
  </defines>
874
  </defines>