dimmer.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>dimmer.ac</path>
  4. <animation>
  5. <object-name>dimmer</object-name>
  6. </animation>
  7. <animation>
  8. <type>pick</type>
  9. <object-name>dimmer</object-name>
  10. <action>
  11. <button>0</button>
  12. <repeatable>true</repeatable>
  13. <interval-sec>0.1</interval-sec>
  14. <binding>
  15. <command>property-adjust</command>
  16. <property>/controls/lighting/instruments-norm</property>
  17. <step>0.05</step>
  18. <min>0</min>
  19. <max>1.0</max>
  20. <wrap>false</wrap>
  21. </binding>
  22. </action>
  23. </animation>
  24. <animation>
  25. <type>pick</type>
  26. <object-name>dimmer</object-name>
  27. <action>
  28. <button>1</button>
  29. <repeatable>true</repeatable>
  30. <interval-sec>0.1</interval-sec>
  31. <binding>
  32. <command>property-adjust</command>
  33. <property>/controls/lighting/instruments-norm</property>
  34. <step>-0.05</step>
  35. <min>0</min>
  36. <max>1.0</max>
  37. <wrap>false</wrap>
  38. </binding>
  39. </action>
  40. </animation>
  41. <animation>
  42. <type>pick</type>
  43. <object-name>dimmer</object-name>
  44. <action>
  45. <button>3</button>
  46. <repeatable>true</repeatable>
  47. <interval-sec>0.1</interval-sec>
  48. <binding>
  49. <command>property-adjust</command>
  50. <property>/controls/lighting/instruments-norm</property>
  51. <step>0.05</step>
  52. <min>0</min>
  53. <max>1.0</max>
  54. <wrap>false</wrap>
  55. </binding>
  56. </action>
  57. </animation>
  58. <animation>
  59. <type>pick</type>
  60. <object-name>dimmer</object-name>
  61. <action>
  62. <button>4</button>
  63. <repeatable>true</repeatable>
  64. <interval-sec>0.1</interval-sec>
  65. <binding>
  66. <command>property-adjust</command>
  67. <property>/controls/lighting/instruments-norm</property>
  68. <step>-0.05</step>
  69. <min>0</min>
  70. <max>1.0</max>
  71. <wrap>false</wrap>
  72. </binding>
  73. </action>
  74. </animation>
  75. <animation>
  76. <type>rotate</type>
  77. <object-name>dimmer</object-name>
  78. <property>/controls/lighting/instruments-norm</property>
  79. <factor> -180 </factor>
  80. <center>
  81. <x-m> 0 </x-m>
  82. <y-m> 0 </y-m>
  83. <z-m> 0 </z-m>
  84. </center>
  85. <axis>
  86. <x> 1 </x>
  87. <y> 0 </y>
  88. <z> 0 </z>
  89. </axis>
  90. </animation>
  91. </PropertyList>