node-poweredup 7.1.0 → 8.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +40 -40
  2. package/dist/browser/poweredup.js +1 -1
  3. package/dist/browser/poweredup.js.map +1 -1
  4. package/dist/node/consts.d.ts +41 -24
  5. package/dist/node/consts.js +41 -24
  6. package/dist/node/consts.js.map +1 -1
  7. package/dist/node/devices/colordistancesensor.d.ts +11 -0
  8. package/dist/node/devices/colordistancesensor.js +93 -1
  9. package/dist/node/devices/colordistancesensor.js.map +1 -1
  10. package/dist/node/devices/device.js +2 -0
  11. package/dist/node/devices/device.js.map +1 -1
  12. package/dist/node/devices/technicmediumhubtiltsensor.d.ts +25 -1
  13. package/dist/node/devices/technicmediumhubtiltsensor.js +70 -2
  14. package/dist/node/devices/technicmediumhubtiltsensor.js.map +1 -1
  15. package/dist/node/hubs/basehub.d.ts +10 -0
  16. package/dist/node/hubs/basehub.js +14 -0
  17. package/dist/node/hubs/basehub.js.map +1 -1
  18. package/dist/node/hubs/lpf2hub.js +5 -4
  19. package/dist/node/hubs/lpf2hub.js.map +1 -1
  20. package/dist/node/nobleabstraction.js +2 -0
  21. package/dist/node/nobleabstraction.js.map +1 -1
  22. package/dist/node/poweredup-node.js +26 -1
  23. package/dist/node/poweredup-node.js.map +1 -1
  24. package/dist/node/webbleabstraction.js +1 -0
  25. package/dist/node/webbleabstraction.js.map +1 -1
  26. package/docs/AbsoluteMotor.html +1 -1
  27. package/docs/BaseHub.html +251 -9
  28. package/docs/BasicMotor.html +1 -1
  29. package/docs/ColorDistanceSensor.html +841 -53
  30. package/docs/CurrentSensor.html +1 -1
  31. package/docs/Device.html +1 -1
  32. package/docs/DuploTrainBase.html +269 -9
  33. package/docs/DuploTrainBaseColorSensor.html +1 -1
  34. package/docs/DuploTrainBaseMotor.html +1 -1
  35. package/docs/DuploTrainBaseSpeaker.html +1 -1
  36. package/docs/DuploTraniBaseSpeedometer.html +1 -1
  37. package/docs/Hub.html +658 -138
  38. package/docs/HubLED.html +1 -1
  39. package/docs/LPF2Hub.html +269 -9
  40. package/docs/Light.html +1 -1
  41. package/docs/Mario.html +269 -9
  42. package/docs/MarioAccelerometer.html +1 -1
  43. package/docs/MarioBarcodeSensor.html +1 -1
  44. package/docs/MarioPantsSensor.html +1 -1
  45. package/docs/MediumLinearMotor.html +1 -1
  46. package/docs/MotionSensor.html +1 -1
  47. package/docs/MoveHub.html +269 -9
  48. package/docs/MoveHubMediumLinearMotor.html +1 -1
  49. package/docs/MoveHubTiltSensor.html +1 -1
  50. package/docs/PiezoBuzzer.html +1 -1
  51. package/docs/PoweredUP.html +24 -24
  52. package/docs/RemoteControl.html +269 -9
  53. package/docs/RemoteControlButton.html +1 -1
  54. package/docs/SimpleMediumLinearMotor.html +1 -1
  55. package/docs/TachoMotor.html +1 -1
  56. package/docs/Technic3x3ColorLightMatrix.html +1 -1
  57. package/docs/TechnicColorSensor.html +1 -1
  58. package/docs/TechnicDistanceSensor.html +1 -1
  59. package/docs/TechnicForceSensor.html +1 -1
  60. package/docs/TechnicLargeAngularMotor.html +1 -1
  61. package/docs/TechnicLargeLinearMotor.html +1 -1
  62. package/docs/TechnicMediumAngularMotor.html +1 -1
  63. package/docs/TechnicMediumHub.html +269 -9
  64. package/docs/TechnicMediumHubAccelerometerSensor.html +1 -1
  65. package/docs/TechnicMediumHubGyroSensor.html +1 -1
  66. package/docs/TechnicMediumHubTiltSensor.html +590 -2
  67. package/docs/TechnicSmallAngularMotor.html +1 -1
  68. package/docs/TechnicXLargeLinearMotor.html +1 -1
  69. package/docs/TiltSensor.html +1 -1
  70. package/docs/TrainMotor.html +1 -1
  71. package/docs/VoltageSensor.html +1 -1
  72. package/docs/WeDo2SmartHub.html +269 -9
  73. package/docs/consts.js.html +42 -25
  74. package/docs/devices_absolutemotor.js.html +1 -1
  75. package/docs/devices_basicmotor.js.html +1 -1
  76. package/docs/devices_colordistancesensor.js.html +94 -2
  77. package/docs/devices_currentsensor.js.html +1 -1
  78. package/docs/devices_device.js.html +3 -1
  79. package/docs/devices_duplotrainbasecolorsensor.js.html +1 -1
  80. package/docs/devices_duplotrainbasemotor.js.html +1 -1
  81. package/docs/devices_duplotrainbasespeaker.js.html +1 -1
  82. package/docs/devices_duplotrainbasespeedometer.js.html +1 -1
  83. package/docs/devices_hubled.js.html +1 -1
  84. package/docs/devices_light.js.html +1 -1
  85. package/docs/devices_marioaccelerometer.js.html +1 -1
  86. package/docs/devices_mariobarcodesensor.js.html +1 -1
  87. package/docs/devices_mariopantssensor.js.html +1 -1
  88. package/docs/devices_mediumlinearmotor.js.html +1 -1
  89. package/docs/devices_motionsensor.js.html +1 -1
  90. package/docs/devices_movehubmediumlinearmotor.js.html +1 -1
  91. package/docs/devices_movehubtiltsensor.js.html +1 -1
  92. package/docs/devices_piezobuzzer.js.html +1 -1
  93. package/docs/devices_remotecontrolbutton.js.html +1 -1
  94. package/docs/devices_simplemediumlinearmotor.js.html +1 -1
  95. package/docs/devices_tachomotor.js.html +1 -1
  96. package/docs/devices_technic3x3colorlightmatrix.js.html +1 -1
  97. package/docs/devices_techniccolorsensor.js.html +1 -1
  98. package/docs/devices_technicdistancesensor.js.html +1 -1
  99. package/docs/devices_technicforcesensor.js.html +1 -1
  100. package/docs/devices_techniclargeangularmotor.js.html +1 -1
  101. package/docs/devices_techniclargelinearmotor.js.html +1 -1
  102. package/docs/devices_technicmediumangularmotor.js.html +1 -1
  103. package/docs/devices_technicmediumhubaccelerometersensor.js.html +1 -1
  104. package/docs/devices_technicmediumhubgyrosensor.js.html +1 -1
  105. package/docs/devices_technicmediumhubtiltsensor.js.html +71 -3
  106. package/docs/devices_technicsmallangularmotor.js.html +1 -1
  107. package/docs/devices_technicxlargelinearmotor.js.html +1 -1
  108. package/docs/devices_tiltsensor.js.html +1 -1
  109. package/docs/devices_trainmotor.js.html +1 -1
  110. package/docs/devices_voltagesensor.js.html +1 -1
  111. package/docs/global.html +541 -48
  112. package/docs/hubs_basehub.js.html +15 -1
  113. package/docs/hubs_duplotrainbase.js.html +1 -1
  114. package/docs/hubs_hub.js.html +1 -1
  115. package/docs/hubs_lpf2hub.js.html +6 -5
  116. package/docs/hubs_mario.js.html +1 -1
  117. package/docs/hubs_movehub.js.html +1 -1
  118. package/docs/hubs_remotecontrol.js.html +1 -1
  119. package/docs/hubs_technicmediumhub.js.html +1 -1
  120. package/docs/hubs_technicsmallhub.js.html +1 -1
  121. package/docs/hubs_wedo2smarthub.js.html +1 -1
  122. package/docs/index.html +35 -35
  123. package/docs/poweredup-browser.js.html +1 -1
  124. package/docs/poweredup-node.js.html +27 -2
  125. package/package.json +12 -12
  126. package/src/consts.ts +41 -24
  127. package/src/devices/colordistancesensor.ts +96 -2
  128. package/src/devices/device.ts +1 -0
  129. package/src/devices/technicmediumhubtiltsensor.ts +75 -3
  130. package/src/hubs/basehub.ts +18 -0
  131. package/src/hubs/lpf2hub.ts +5 -6
  132. package/src/nobleabstraction.ts +2 -0
  133. package/src/poweredup-node.ts +6 -1
  134. package/src/webbleabstraction.ts +1 -0
package/docs/global.html CHANGED
@@ -73,7 +73,7 @@
73
73
 
74
74
 
75
75
 
76
- <h3>Classes</h3><ul><li id="AbsoluteMotor-nav"><a href="AbsoluteMotor.html">AbsoluteMotor</a><ul class='methods'><li data-type="method" id="AbsoluteMotor-gotoAngle-nav"><a href="AbsoluteMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="AbsoluteMotor-gotoRealZero-nav"><a href="AbsoluteMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="AbsoluteMotor-resetZero-nav"><a href="AbsoluteMotor.html#resetZero">resetZero</a></li><li data-type="method" id="AbsoluteMotor-rotateByDegrees-nav"><a href="AbsoluteMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="AbsoluteMotor-setAccelerationTime-nav"><a href="AbsoluteMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="AbsoluteMotor-setBrakingStyle-nav"><a href="AbsoluteMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="AbsoluteMotor-setDecelerationTime-nav"><a href="AbsoluteMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="AbsoluteMotor-setMaxPower-nav"><a href="AbsoluteMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="AbsoluteMotor-setSpeed-nav"><a href="AbsoluteMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="BaseHub-nav"><a href="BaseHub.html">BaseHub</a></li><li id="BasicMotor-nav"><a href="BasicMotor.html">BasicMotor</a><ul class='methods'><li data-type="method" id="BasicMotor-brake-nav"><a href="BasicMotor.html#brake">brake</a></li><li data-type="method" id="BasicMotor-rampPower-nav"><a href="BasicMotor.html#rampPower">rampPower</a></li><li data-type="method" id="BasicMotor-setPower-nav"><a href="BasicMotor.html#setPower">setPower</a></li><li data-type="method" id="BasicMotor-stop-nav"><a href="BasicMotor.html#stop">stop</a></li></ul></li><li id="ColorDistanceSensor-nav"><a href="ColorDistanceSensor.html">ColorDistanceSensor</a><ul class='methods'><li data-type="method" id="ColorDistanceSensor-sendPFIRMessage-nav"><a href="ColorDistanceSensor.html#sendPFIRMessage">sendPFIRMessage</a></li><li data-type="method" id="ColorDistanceSensor-setColor-nav"><a href="ColorDistanceSensor.html#setColor">setColor</a></li><li data-type="method" id="ColorDistanceSensor-setPFExtendedChannel-nav"><a href="ColorDistanceSensor.html#setPFExtendedChannel">setPFExtendedChannel</a></li><li data-type="method" id="ColorDistanceSensor-setPFPower-nav"><a href="ColorDistanceSensor.html#setPFPower">setPFPower</a></li><li data-type="method" id="ColorDistanceSensor-startPFMotors-nav"><a href="ColorDistanceSensor.html#startPFMotors">startPFMotors</a></li></ul></li><li id="CurrentSensor-nav"><a href="CurrentSensor.html">CurrentSensor</a></li><li id="Device-nav"><a href="Device.html">Device</a></li><li id="DuploTrainBase-nav"><a href="DuploTrainBase.html">DuploTrainBase</a><ul class='methods'><li data-type="method" id="DuploTrainBase-createVirtualPort-nav"><a href="DuploTrainBase.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="DuploTrainBase-setName-nav"><a href="DuploTrainBase.html#setName">setName</a></li><li data-type="method" id="DuploTrainBase-shutdown-nav"><a href="DuploTrainBase.html#shutdown">shutdown</a></li></ul></li><li id="DuploTrainBaseColorSensor-nav"><a href="DuploTrainBaseColorSensor.html">DuploTrainBaseColorSensor</a></li><li id="DuploTrainBaseMotor-nav"><a href="DuploTrainBaseMotor.html">DuploTrainBaseMotor</a><ul class='methods'><li data-type="method" id="DuploTrainBaseMotor-brake-nav"><a href="DuploTrainBaseMotor.html#brake">brake</a></li><li data-type="method" id="DuploTrainBaseMotor-rampPower-nav"><a href="DuploTrainBaseMotor.html#rampPower">rampPower</a></li><li data-type="method" id="DuploTrainBaseMotor-setPower-nav"><a href="DuploTrainBaseMotor.html#setPower">setPower</a></li><li data-type="method" id="DuploTrainBaseMotor-stop-nav"><a href="DuploTrainBaseMotor.html#stop">stop</a></li></ul></li><li id="DuploTrainBaseSpeaker-nav"><a href="DuploTrainBaseSpeaker.html">DuploTrainBaseSpeaker</a><ul class='methods'><li data-type="method" id="DuploTrainBaseSpeaker-playSound-nav"><a href="DuploTrainBaseSpeaker.html#playSound">playSound</a></li><li data-type="method" id="DuploTrainBaseSpeaker-playTone-nav"><a href="DuploTrainBaseSpeaker.html#playTone">playTone</a></li></ul></li><li id="DuploTraniBaseSpeedometer-nav"><a href="DuploTraniBaseSpeedometer.html">DuploTraniBaseSpeedometer</a></li><li id="Hub-nav"><a href="Hub.html">Hub</a><ul class='methods'><li data-type="method" id="Hub-connect-nav"><a href="Hub.html#connect">connect</a></li><li data-type="method" id="Hub-createVirtualPort-nav"><a href="Hub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="Hub-disconnect-nav"><a href="Hub.html#disconnect">disconnect</a></li><li data-type="method" id="Hub-getDeviceAtPort-nav"><a href="Hub.html#getDeviceAtPort">getDeviceAtPort</a></li><li data-type="method" id="Hub-getDevices-nav"><a href="Hub.html#getDevices">getDevices</a></li><li data-type="method" id="Hub-getDevicesByType-nav"><a href="Hub.html#getDevicesByType">getDevicesByType</a></li><li data-type="method" id="Hub-setName-nav"><a href="Hub.html#setName">setName</a></li><li data-type="method" id="Hub-shutdown-nav"><a href="Hub.html#shutdown">shutdown</a></li><li data-type="method" id="Hub-sleep-nav"><a href="Hub.html#sleep">sleep</a></li><li data-type="method" id="Hub-wait-nav"><a href="Hub.html#wait">wait</a></li><li data-type="method" id="Hub-waitForDeviceAtPort-nav"><a href="Hub.html#waitForDeviceAtPort">waitForDeviceAtPort</a></li><li data-type="method" id="Hub-waitForDeviceByType-nav"><a href="Hub.html#waitForDeviceByType">waitForDeviceByType</a></li></ul></li><li id="HubLED-nav"><a href="HubLED.html">HubLED</a><ul class='methods'><li data-type="method" id="HubLED-setColor-nav"><a href="HubLED.html#setColor">setColor</a></li><li data-type="method" id="HubLED-setRGB-nav"><a href="HubLED.html#setRGB">setRGB</a></li></ul></li><li id="Light-nav"><a href="Light.html">Light</a><ul class='methods'><li data-type="method" id="Light-rampBrightness-nav"><a href="Light.html#rampBrightness">rampBrightness</a></li><li data-type="method" id="Light-setBrightness-nav"><a href="Light.html#setBrightness">setBrightness</a></li></ul></li><li id="LPF2Hub-nav"><a href="LPF2Hub.html">LPF2Hub</a><ul class='methods'><li data-type="method" id="LPF2Hub-createVirtualPort-nav"><a href="LPF2Hub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="LPF2Hub-setName-nav"><a href="LPF2Hub.html#setName">setName</a></li><li data-type="method" id="LPF2Hub-shutdown-nav"><a href="LPF2Hub.html#shutdown">shutdown</a></li></ul></li><li id="Mario-nav"><a href="Mario.html">Mario</a><ul class='methods'><li data-type="method" id="Mario-createVirtualPort-nav"><a href="Mario.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="Mario-setName-nav"><a href="Mario.html#setName">setName</a></li><li data-type="method" id="Mario-shutdown-nav"><a href="Mario.html#shutdown">shutdown</a></li></ul></li><li id="MarioAccelerometer-nav"><a href="MarioAccelerometer.html">MarioAccelerometer</a></li><li id="MarioBarcodeSensor-nav"><a href="MarioBarcodeSensor.html">MarioBarcodeSensor</a></li><li id="MarioPantsSensor-nav"><a href="MarioPantsSensor.html">MarioPantsSensor</a></li><li id="MediumLinearMotor-nav"><a href="MediumLinearMotor.html">MediumLinearMotor</a><ul class='methods'><li data-type="method" id="MediumLinearMotor-rotateByDegrees-nav"><a href="MediumLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="MediumLinearMotor-setAccelerationTime-nav"><a href="MediumLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="MediumLinearMotor-setBrakingStyle-nav"><a href="MediumLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="MediumLinearMotor-setDecelerationTime-nav"><a href="MediumLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="MediumLinearMotor-setMaxPower-nav"><a href="MediumLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="MediumLinearMotor-setSpeed-nav"><a href="MediumLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="MotionSensor-nav"><a href="MotionSensor.html">MotionSensor</a></li><li id="MoveHub-nav"><a href="MoveHub.html">MoveHub</a><ul class='methods'><li data-type="method" id="MoveHub-createVirtualPort-nav"><a href="MoveHub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="MoveHub-setName-nav"><a href="MoveHub.html#setName">setName</a></li><li data-type="method" id="MoveHub-shutdown-nav"><a href="MoveHub.html#shutdown">shutdown</a></li></ul></li><li id="MoveHubMediumLinearMotor-nav"><a href="MoveHubMediumLinearMotor.html">MoveHubMediumLinearMotor</a><ul class='methods'><li data-type="method" id="MoveHubMediumLinearMotor-rotateByDegrees-nav"><a href="MoveHubMediumLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setAccelerationTime-nav"><a href="MoveHubMediumLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setBrakingStyle-nav"><a href="MoveHubMediumLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setDecelerationTime-nav"><a href="MoveHubMediumLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setMaxPower-nav"><a href="MoveHubMediumLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setSpeed-nav"><a href="MoveHubMediumLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="MoveHubTiltSensor-nav"><a href="MoveHubTiltSensor.html">MoveHubTiltSensor</a></li><li id="PiezoBuzzer-nav"><a href="PiezoBuzzer.html">PiezoBuzzer</a><ul class='methods'><li data-type="method" id="PiezoBuzzer-playTone-nav"><a href="PiezoBuzzer.html#playTone">playTone</a></li></ul></li><li id="PoweredUP-nav"><a href="PoweredUP.html">PoweredUP</a><ul class='methods'><li data-type="method" id="PoweredUP-getHubByPrimaryMACAddress-nav"><a href="PoweredUP.html#getHubByPrimaryMACAddress">getHubByPrimaryMACAddress</a></li><li data-type="method" id="PoweredUP-getHubByPrimaryMACAddress-nav"><a href="PoweredUP.html#getHubByPrimaryMACAddress">getHubByPrimaryMACAddress</a></li><li data-type="method" id="PoweredUP-getHubByUUID-nav"><a href="PoweredUP.html#getHubByUUID">getHubByUUID</a></li><li data-type="method" id="PoweredUP-getHubByUUID-nav"><a href="PoweredUP.html#getHubByUUID">getHubByUUID</a></li><li data-type="method" id="PoweredUP-getHubs-nav"><a href="PoweredUP.html#getHubs">getHubs</a></li><li data-type="method" id="PoweredUP-getHubs-nav"><a href="PoweredUP.html#getHubs">getHubs</a></li><li data-type="method" id="PoweredUP-getHubsByName-nav"><a href="PoweredUP.html#getHubsByName">getHubsByName</a></li><li data-type="method" id="PoweredUP-getHubsByName-nav"><a href="PoweredUP.html#getHubsByName">getHubsByName</a></li><li data-type="method" id="PoweredUP-getHubsByType-nav"><a href="PoweredUP.html#getHubsByType">getHubsByType</a></li><li data-type="method" id="PoweredUP-getHubsByType-nav"><a href="PoweredUP.html#getHubsByType">getHubsByType</a></li><li data-type="method" id="PoweredUP-scan-nav"><a href="PoweredUP.html#scan">scan</a></li><li data-type="method" id="PoweredUP-scan-nav"><a href="PoweredUP.html#scan">scan</a></li><li data-type="method" id="PoweredUP-stop-nav"><a href="PoweredUP.html#stop">stop</a></li></ul></li><li id="RemoteControl-nav"><a href="RemoteControl.html">RemoteControl</a><ul class='methods'><li data-type="method" id="RemoteControl-createVirtualPort-nav"><a href="RemoteControl.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="RemoteControl-setName-nav"><a href="RemoteControl.html#setName">setName</a></li><li data-type="method" id="RemoteControl-shutdown-nav"><a href="RemoteControl.html#shutdown">shutdown</a></li></ul></li><li id="RemoteControlButton-nav"><a href="RemoteControlButton.html">RemoteControlButton</a></li><li id="SimpleMediumLinearMotor-nav"><a href="SimpleMediumLinearMotor.html">SimpleMediumLinearMotor</a></li><li id="TachoMotor-nav"><a href="TachoMotor.html">TachoMotor</a><ul class='methods'><li data-type="method" id="TachoMotor-brake-nav"><a href="TachoMotor.html#brake">brake</a></li><li data-type="method" id="TachoMotor-rampPower-nav"><a href="TachoMotor.html#rampPower">rampPower</a></li><li data-type="method" id="TachoMotor-rotateByDegrees-nav"><a href="TachoMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TachoMotor-setAccelerationTime-nav"><a href="TachoMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TachoMotor-setBrakingStyle-nav"><a href="TachoMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TachoMotor-setDecelerationTime-nav"><a href="TachoMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TachoMotor-setMaxPower-nav"><a href="TachoMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TachoMotor-setPower-nav"><a href="TachoMotor.html#setPower">setPower</a></li><li data-type="method" id="TachoMotor-setSpeed-nav"><a href="TachoMotor.html#setSpeed">setSpeed</a></li><li data-type="method" id="TachoMotor-stop-nav"><a href="TachoMotor.html#stop">stop</a></li></ul></li><li id="Technic3x3ColorLightMatrix-nav"><a href="Technic3x3ColorLightMatrix.html">Technic3x3ColorLightMatrix</a><ul class='methods'><li data-type="method" id="Technic3x3ColorLightMatrix-setMatrix-nav"><a href="Technic3x3ColorLightMatrix.html#setMatrix">setMatrix</a></li></ul></li><li id="TechnicColorSensor-nav"><a href="TechnicColorSensor.html">TechnicColorSensor</a><ul class='methods'><li data-type="method" id="TechnicColorSensor-setBrightness-nav"><a href="TechnicColorSensor.html#setBrightness">setBrightness</a></li></ul></li><li id="TechnicDistanceSensor-nav"><a href="TechnicDistanceSensor.html">TechnicDistanceSensor</a><ul class='methods'><li data-type="method" id="TechnicDistanceSensor-setBrightness-nav"><a href="TechnicDistanceSensor.html#setBrightness">setBrightness</a></li></ul></li><li id="TechnicForceSensor-nav"><a href="TechnicForceSensor.html">TechnicForceSensor</a></li><li id="TechnicLargeAngularMotor-nav"><a href="TechnicLargeAngularMotor.html">TechnicLargeAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicLargeAngularMotor-gotoAngle-nav"><a href="TechnicLargeAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicLargeAngularMotor-gotoRealZero-nav"><a href="TechnicLargeAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicLargeAngularMotor-resetZero-nav"><a href="TechnicLargeAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicLargeAngularMotor-rotateByDegrees-nav"><a href="TechnicLargeAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicLargeAngularMotor-setAccelerationTime-nav"><a href="TechnicLargeAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicLargeAngularMotor-setBrakingStyle-nav"><a href="TechnicLargeAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicLargeAngularMotor-setDecelerationTime-nav"><a href="TechnicLargeAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicLargeAngularMotor-setMaxPower-nav"><a href="TechnicLargeAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicLargeAngularMotor-setSpeed-nav"><a href="TechnicLargeAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicLargeLinearMotor-nav"><a href="TechnicLargeLinearMotor.html">TechnicLargeLinearMotor</a><ul class='methods'><li data-type="method" id="TechnicLargeLinearMotor-gotoAngle-nav"><a href="TechnicLargeLinearMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicLargeLinearMotor-gotoRealZero-nav"><a href="TechnicLargeLinearMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicLargeLinearMotor-resetZero-nav"><a href="TechnicLargeLinearMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicLargeLinearMotor-rotateByDegrees-nav"><a href="TechnicLargeLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicLargeLinearMotor-setAccelerationTime-nav"><a href="TechnicLargeLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicLargeLinearMotor-setBrakingStyle-nav"><a href="TechnicLargeLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicLargeLinearMotor-setDecelerationTime-nav"><a href="TechnicLargeLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicLargeLinearMotor-setMaxPower-nav"><a href="TechnicLargeLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicLargeLinearMotor-setSpeed-nav"><a href="TechnicLargeLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicMediumAngularMotor-nav"><a href="TechnicMediumAngularMotor.html">TechnicMediumAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicMediumAngularMotor-gotoAngle-nav"><a href="TechnicMediumAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicMediumAngularMotor-gotoRealZero-nav"><a href="TechnicMediumAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicMediumAngularMotor-resetZero-nav"><a href="TechnicMediumAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicMediumAngularMotor-rotateByDegrees-nav"><a href="TechnicMediumAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicMediumAngularMotor-setAccelerationTime-nav"><a href="TechnicMediumAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicMediumAngularMotor-setBrakingStyle-nav"><a href="TechnicMediumAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicMediumAngularMotor-setDecelerationTime-nav"><a href="TechnicMediumAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicMediumAngularMotor-setMaxPower-nav"><a href="TechnicMediumAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicMediumAngularMotor-setSpeed-nav"><a href="TechnicMediumAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicMediumHub-nav"><a href="TechnicMediumHub.html">TechnicMediumHub</a><ul class='methods'><li data-type="method" id="TechnicMediumHub-createVirtualPort-nav"><a href="TechnicMediumHub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="TechnicMediumHub-setName-nav"><a href="TechnicMediumHub.html#setName">setName</a></li><li data-type="method" id="TechnicMediumHub-shutdown-nav"><a href="TechnicMediumHub.html#shutdown">shutdown</a></li></ul></li><li id="TechnicMediumHubAccelerometerSensor-nav"><a href="TechnicMediumHubAccelerometerSensor.html">TechnicMediumHubAccelerometerSensor</a></li><li id="TechnicMediumHubGyroSensor-nav"><a href="TechnicMediumHubGyroSensor.html">TechnicMediumHubGyroSensor</a></li><li id="TechnicMediumHubTiltSensor-nav"><a href="TechnicMediumHubTiltSensor.html">TechnicMediumHubTiltSensor</a></li><li id="TechnicSmallAngularMotor-nav"><a href="TechnicSmallAngularMotor.html">TechnicSmallAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicSmallAngularMotor-gotoAngle-nav"><a href="TechnicSmallAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicSmallAngularMotor-gotoRealZero-nav"><a href="TechnicSmallAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicSmallAngularMotor-resetZero-nav"><a href="TechnicSmallAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicSmallAngularMotor-rotateByDegrees-nav"><a href="TechnicSmallAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicSmallAngularMotor-setAccelerationTime-nav"><a href="TechnicSmallAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicSmallAngularMotor-setBrakingStyle-nav"><a href="TechnicSmallAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicSmallAngularMotor-setDecelerationTime-nav"><a href="TechnicSmallAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicSmallAngularMotor-setMaxPower-nav"><a href="TechnicSmallAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicSmallAngularMotor-setSpeed-nav"><a href="TechnicSmallAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicXLargeLinearMotor-nav"><a href="TechnicXLargeLinearMotor.html">TechnicXLargeLinearMotor</a><ul class='methods'><li data-type="method" id="TechnicXLargeLinearMotor-gotoAngle-nav"><a href="TechnicXLargeLinearMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicXLargeLinearMotor-gotoRealZero-nav"><a href="TechnicXLargeLinearMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicXLargeLinearMotor-resetZero-nav"><a href="TechnicXLargeLinearMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicXLargeLinearMotor-rotateByDegrees-nav"><a href="TechnicXLargeLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setAccelerationTime-nav"><a href="TechnicXLargeLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setBrakingStyle-nav"><a href="TechnicXLargeLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setDecelerationTime-nav"><a href="TechnicXLargeLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setMaxPower-nav"><a href="TechnicXLargeLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setSpeed-nav"><a href="TechnicXLargeLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TiltSensor-nav"><a href="TiltSensor.html">TiltSensor</a></li><li id="TrainMotor-nav"><a href="TrainMotor.html">TrainMotor</a><ul class='methods'><li data-type="method" id="TrainMotor-brake-nav"><a href="TrainMotor.html#brake">brake</a></li><li data-type="method" id="TrainMotor-rampPower-nav"><a href="TrainMotor.html#rampPower">rampPower</a></li><li data-type="method" id="TrainMotor-setPower-nav"><a href="TrainMotor.html#setPower">setPower</a></li><li data-type="method" id="TrainMotor-stop-nav"><a href="TrainMotor.html#stop">stop</a></li></ul></li><li id="VoltageSensor-nav"><a href="VoltageSensor.html">VoltageSensor</a></li><li id="WeDo2SmartHub-nav"><a href="WeDo2SmartHub.html">WeDo2SmartHub</a><ul class='methods'><li data-type="method" id="WeDo2SmartHub-setName-nav"><a href="WeDo2SmartHub.html#setName">setName</a></li><li data-type="method" id="WeDo2SmartHub-shutdown-nav"><a href="WeDo2SmartHub.html#shutdown">shutdown</a></li></ul></li></ul><h3 id="global-nav"><a href="global.html">Global</a></h3>
76
+ <h3>Classes</h3><ul><li id="AbsoluteMotor-nav"><a href="AbsoluteMotor.html">AbsoluteMotor</a><ul class='methods'><li data-type="method" id="AbsoluteMotor-gotoAngle-nav"><a href="AbsoluteMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="AbsoluteMotor-gotoRealZero-nav"><a href="AbsoluteMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="AbsoluteMotor-resetZero-nav"><a href="AbsoluteMotor.html#resetZero">resetZero</a></li><li data-type="method" id="AbsoluteMotor-rotateByDegrees-nav"><a href="AbsoluteMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="AbsoluteMotor-setAccelerationTime-nav"><a href="AbsoluteMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="AbsoluteMotor-setBrakingStyle-nav"><a href="AbsoluteMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="AbsoluteMotor-setDecelerationTime-nav"><a href="AbsoluteMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="AbsoluteMotor-setMaxPower-nav"><a href="AbsoluteMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="AbsoluteMotor-setSpeed-nav"><a href="AbsoluteMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="BaseHub-nav"><a href="BaseHub.html">BaseHub</a></li><li id="BasicMotor-nav"><a href="BasicMotor.html">BasicMotor</a><ul class='methods'><li data-type="method" id="BasicMotor-brake-nav"><a href="BasicMotor.html#brake">brake</a></li><li data-type="method" id="BasicMotor-rampPower-nav"><a href="BasicMotor.html#rampPower">rampPower</a></li><li data-type="method" id="BasicMotor-setPower-nav"><a href="BasicMotor.html#setPower">setPower</a></li><li data-type="method" id="BasicMotor-stop-nav"><a href="BasicMotor.html#stop">stop</a></li></ul></li><li id="ColorDistanceSensor-nav"><a href="ColorDistanceSensor.html">ColorDistanceSensor</a><ul class='methods'><li data-type="method" id="ColorDistanceSensor-sendPFIRMessage-nav"><a href="ColorDistanceSensor.html#sendPFIRMessage">sendPFIRMessage</a></li><li data-type="method" id="ColorDistanceSensor-setColor-nav"><a href="ColorDistanceSensor.html#setColor">setColor</a></li><li data-type="method" id="ColorDistanceSensor-setDistanceCount-nav"><a href="ColorDistanceSensor.html#setDistanceCount">setDistanceCount</a></li><li data-type="method" id="ColorDistanceSensor-setPFExtendedChannel-nav"><a href="ColorDistanceSensor.html#setPFExtendedChannel">setPFExtendedChannel</a></li><li data-type="method" id="ColorDistanceSensor-setPFPower-nav"><a href="ColorDistanceSensor.html#setPFPower">setPFPower</a></li><li data-type="method" id="ColorDistanceSensor-startPFMotors-nav"><a href="ColorDistanceSensor.html#startPFMotors">startPFMotors</a></li></ul></li><li id="CurrentSensor-nav"><a href="CurrentSensor.html">CurrentSensor</a></li><li id="Device-nav"><a href="Device.html">Device</a></li><li id="DuploTrainBase-nav"><a href="DuploTrainBase.html">DuploTrainBase</a><ul class='methods'><li data-type="method" id="DuploTrainBase-createVirtualPort-nav"><a href="DuploTrainBase.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="DuploTrainBase-setName-nav"><a href="DuploTrainBase.html#setName">setName</a></li><li data-type="method" id="DuploTrainBase-shutdown-nav"><a href="DuploTrainBase.html#shutdown">shutdown</a></li></ul></li><li id="DuploTrainBaseColorSensor-nav"><a href="DuploTrainBaseColorSensor.html">DuploTrainBaseColorSensor</a></li><li id="DuploTrainBaseMotor-nav"><a href="DuploTrainBaseMotor.html">DuploTrainBaseMotor</a><ul class='methods'><li data-type="method" id="DuploTrainBaseMotor-brake-nav"><a href="DuploTrainBaseMotor.html#brake">brake</a></li><li data-type="method" id="DuploTrainBaseMotor-rampPower-nav"><a href="DuploTrainBaseMotor.html#rampPower">rampPower</a></li><li data-type="method" id="DuploTrainBaseMotor-setPower-nav"><a href="DuploTrainBaseMotor.html#setPower">setPower</a></li><li data-type="method" id="DuploTrainBaseMotor-stop-nav"><a href="DuploTrainBaseMotor.html#stop">stop</a></li></ul></li><li id="DuploTrainBaseSpeaker-nav"><a href="DuploTrainBaseSpeaker.html">DuploTrainBaseSpeaker</a><ul class='methods'><li data-type="method" id="DuploTrainBaseSpeaker-playSound-nav"><a href="DuploTrainBaseSpeaker.html#playSound">playSound</a></li><li data-type="method" id="DuploTrainBaseSpeaker-playTone-nav"><a href="DuploTrainBaseSpeaker.html#playTone">playTone</a></li></ul></li><li id="DuploTraniBaseSpeedometer-nav"><a href="DuploTraniBaseSpeedometer.html">DuploTraniBaseSpeedometer</a></li><li id="Hub-nav"><a href="Hub.html">Hub</a><ul class='methods'><li data-type="method" id="Hub-connect-nav"><a href="Hub.html#connect">connect</a></li><li data-type="method" id="Hub-createVirtualPort-nav"><a href="Hub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="Hub-disconnect-nav"><a href="Hub.html#disconnect">disconnect</a></li><li data-type="method" id="Hub-getDeviceAtPort-nav"><a href="Hub.html#getDeviceAtPort">getDeviceAtPort</a></li><li data-type="method" id="Hub-getDevices-nav"><a href="Hub.html#getDevices">getDevices</a></li><li data-type="method" id="Hub-getDevicesByType-nav"><a href="Hub.html#getDevicesByType">getDevicesByType</a></li><li data-type="method" id="Hub-setName-nav"><a href="Hub.html#setName">setName</a></li><li data-type="method" id="Hub-shutdown-nav"><a href="Hub.html#shutdown">shutdown</a></li><li data-type="method" id="Hub-sleep-nav"><a href="Hub.html#sleep">sleep</a></li><li data-type="method" id="Hub-wait-nav"><a href="Hub.html#wait">wait</a></li><li data-type="method" id="Hub-waitForDeviceAtPort-nav"><a href="Hub.html#waitForDeviceAtPort">waitForDeviceAtPort</a></li><li data-type="method" id="Hub-waitForDeviceByType-nav"><a href="Hub.html#waitForDeviceByType">waitForDeviceByType</a></li></ul></li><li id="HubLED-nav"><a href="HubLED.html">HubLED</a><ul class='methods'><li data-type="method" id="HubLED-setColor-nav"><a href="HubLED.html#setColor">setColor</a></li><li data-type="method" id="HubLED-setRGB-nav"><a href="HubLED.html#setRGB">setRGB</a></li></ul></li><li id="Light-nav"><a href="Light.html">Light</a><ul class='methods'><li data-type="method" id="Light-rampBrightness-nav"><a href="Light.html#rampBrightness">rampBrightness</a></li><li data-type="method" id="Light-setBrightness-nav"><a href="Light.html#setBrightness">setBrightness</a></li></ul></li><li id="LPF2Hub-nav"><a href="LPF2Hub.html">LPF2Hub</a><ul class='methods'><li data-type="method" id="LPF2Hub-createVirtualPort-nav"><a href="LPF2Hub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="LPF2Hub-setName-nav"><a href="LPF2Hub.html#setName">setName</a></li><li data-type="method" id="LPF2Hub-shutdown-nav"><a href="LPF2Hub.html#shutdown">shutdown</a></li></ul></li><li id="Mario-nav"><a href="Mario.html">Mario</a><ul class='methods'><li data-type="method" id="Mario-createVirtualPort-nav"><a href="Mario.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="Mario-setName-nav"><a href="Mario.html#setName">setName</a></li><li data-type="method" id="Mario-shutdown-nav"><a href="Mario.html#shutdown">shutdown</a></li></ul></li><li id="MarioAccelerometer-nav"><a href="MarioAccelerometer.html">MarioAccelerometer</a></li><li id="MarioBarcodeSensor-nav"><a href="MarioBarcodeSensor.html">MarioBarcodeSensor</a></li><li id="MarioPantsSensor-nav"><a href="MarioPantsSensor.html">MarioPantsSensor</a></li><li id="MediumLinearMotor-nav"><a href="MediumLinearMotor.html">MediumLinearMotor</a><ul class='methods'><li data-type="method" id="MediumLinearMotor-rotateByDegrees-nav"><a href="MediumLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="MediumLinearMotor-setAccelerationTime-nav"><a href="MediumLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="MediumLinearMotor-setBrakingStyle-nav"><a href="MediumLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="MediumLinearMotor-setDecelerationTime-nav"><a href="MediumLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="MediumLinearMotor-setMaxPower-nav"><a href="MediumLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="MediumLinearMotor-setSpeed-nav"><a href="MediumLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="MotionSensor-nav"><a href="MotionSensor.html">MotionSensor</a></li><li id="MoveHub-nav"><a href="MoveHub.html">MoveHub</a><ul class='methods'><li data-type="method" id="MoveHub-createVirtualPort-nav"><a href="MoveHub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="MoveHub-setName-nav"><a href="MoveHub.html#setName">setName</a></li><li data-type="method" id="MoveHub-shutdown-nav"><a href="MoveHub.html#shutdown">shutdown</a></li></ul></li><li id="MoveHubMediumLinearMotor-nav"><a href="MoveHubMediumLinearMotor.html">MoveHubMediumLinearMotor</a><ul class='methods'><li data-type="method" id="MoveHubMediumLinearMotor-rotateByDegrees-nav"><a href="MoveHubMediumLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setAccelerationTime-nav"><a href="MoveHubMediumLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setBrakingStyle-nav"><a href="MoveHubMediumLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setDecelerationTime-nav"><a href="MoveHubMediumLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setMaxPower-nav"><a href="MoveHubMediumLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="MoveHubMediumLinearMotor-setSpeed-nav"><a href="MoveHubMediumLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="MoveHubTiltSensor-nav"><a href="MoveHubTiltSensor.html">MoveHubTiltSensor</a></li><li id="PiezoBuzzer-nav"><a href="PiezoBuzzer.html">PiezoBuzzer</a><ul class='methods'><li data-type="method" id="PiezoBuzzer-playTone-nav"><a href="PiezoBuzzer.html#playTone">playTone</a></li></ul></li><li id="PoweredUP-nav"><a href="PoweredUP.html">PoweredUP</a><ul class='methods'><li data-type="method" id="PoweredUP-getHubByPrimaryMACAddress-nav"><a href="PoweredUP.html#getHubByPrimaryMACAddress">getHubByPrimaryMACAddress</a></li><li data-type="method" id="PoweredUP-getHubByPrimaryMACAddress-nav"><a href="PoweredUP.html#getHubByPrimaryMACAddress">getHubByPrimaryMACAddress</a></li><li data-type="method" id="PoweredUP-getHubByUUID-nav"><a href="PoweredUP.html#getHubByUUID">getHubByUUID</a></li><li data-type="method" id="PoweredUP-getHubByUUID-nav"><a href="PoweredUP.html#getHubByUUID">getHubByUUID</a></li><li data-type="method" id="PoweredUP-getHubs-nav"><a href="PoweredUP.html#getHubs">getHubs</a></li><li data-type="method" id="PoweredUP-getHubs-nav"><a href="PoweredUP.html#getHubs">getHubs</a></li><li data-type="method" id="PoweredUP-getHubsByName-nav"><a href="PoweredUP.html#getHubsByName">getHubsByName</a></li><li data-type="method" id="PoweredUP-getHubsByName-nav"><a href="PoweredUP.html#getHubsByName">getHubsByName</a></li><li data-type="method" id="PoweredUP-getHubsByType-nav"><a href="PoweredUP.html#getHubsByType">getHubsByType</a></li><li data-type="method" id="PoweredUP-getHubsByType-nav"><a href="PoweredUP.html#getHubsByType">getHubsByType</a></li><li data-type="method" id="PoweredUP-scan-nav"><a href="PoweredUP.html#scan">scan</a></li><li data-type="method" id="PoweredUP-scan-nav"><a href="PoweredUP.html#scan">scan</a></li><li data-type="method" id="PoweredUP-stop-nav"><a href="PoweredUP.html#stop">stop</a></li></ul></li><li id="RemoteControl-nav"><a href="RemoteControl.html">RemoteControl</a><ul class='methods'><li data-type="method" id="RemoteControl-createVirtualPort-nav"><a href="RemoteControl.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="RemoteControl-setName-nav"><a href="RemoteControl.html#setName">setName</a></li><li data-type="method" id="RemoteControl-shutdown-nav"><a href="RemoteControl.html#shutdown">shutdown</a></li></ul></li><li id="RemoteControlButton-nav"><a href="RemoteControlButton.html">RemoteControlButton</a></li><li id="SimpleMediumLinearMotor-nav"><a href="SimpleMediumLinearMotor.html">SimpleMediumLinearMotor</a></li><li id="TachoMotor-nav"><a href="TachoMotor.html">TachoMotor</a><ul class='methods'><li data-type="method" id="TachoMotor-brake-nav"><a href="TachoMotor.html#brake">brake</a></li><li data-type="method" id="TachoMotor-rampPower-nav"><a href="TachoMotor.html#rampPower">rampPower</a></li><li data-type="method" id="TachoMotor-rotateByDegrees-nav"><a href="TachoMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TachoMotor-setAccelerationTime-nav"><a href="TachoMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TachoMotor-setBrakingStyle-nav"><a href="TachoMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TachoMotor-setDecelerationTime-nav"><a href="TachoMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TachoMotor-setMaxPower-nav"><a href="TachoMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TachoMotor-setPower-nav"><a href="TachoMotor.html#setPower">setPower</a></li><li data-type="method" id="TachoMotor-setSpeed-nav"><a href="TachoMotor.html#setSpeed">setSpeed</a></li><li data-type="method" id="TachoMotor-stop-nav"><a href="TachoMotor.html#stop">stop</a></li></ul></li><li id="Technic3x3ColorLightMatrix-nav"><a href="Technic3x3ColorLightMatrix.html">Technic3x3ColorLightMatrix</a><ul class='methods'><li data-type="method" id="Technic3x3ColorLightMatrix-setMatrix-nav"><a href="Technic3x3ColorLightMatrix.html#setMatrix">setMatrix</a></li></ul></li><li id="TechnicColorSensor-nav"><a href="TechnicColorSensor.html">TechnicColorSensor</a><ul class='methods'><li data-type="method" id="TechnicColorSensor-setBrightness-nav"><a href="TechnicColorSensor.html#setBrightness">setBrightness</a></li></ul></li><li id="TechnicDistanceSensor-nav"><a href="TechnicDistanceSensor.html">TechnicDistanceSensor</a><ul class='methods'><li data-type="method" id="TechnicDistanceSensor-setBrightness-nav"><a href="TechnicDistanceSensor.html#setBrightness">setBrightness</a></li></ul></li><li id="TechnicForceSensor-nav"><a href="TechnicForceSensor.html">TechnicForceSensor</a></li><li id="TechnicLargeAngularMotor-nav"><a href="TechnicLargeAngularMotor.html">TechnicLargeAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicLargeAngularMotor-gotoAngle-nav"><a href="TechnicLargeAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicLargeAngularMotor-gotoRealZero-nav"><a href="TechnicLargeAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicLargeAngularMotor-resetZero-nav"><a href="TechnicLargeAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicLargeAngularMotor-rotateByDegrees-nav"><a href="TechnicLargeAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicLargeAngularMotor-setAccelerationTime-nav"><a href="TechnicLargeAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicLargeAngularMotor-setBrakingStyle-nav"><a href="TechnicLargeAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicLargeAngularMotor-setDecelerationTime-nav"><a href="TechnicLargeAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicLargeAngularMotor-setMaxPower-nav"><a href="TechnicLargeAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicLargeAngularMotor-setSpeed-nav"><a href="TechnicLargeAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicLargeLinearMotor-nav"><a href="TechnicLargeLinearMotor.html">TechnicLargeLinearMotor</a><ul class='methods'><li data-type="method" id="TechnicLargeLinearMotor-gotoAngle-nav"><a href="TechnicLargeLinearMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicLargeLinearMotor-gotoRealZero-nav"><a href="TechnicLargeLinearMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicLargeLinearMotor-resetZero-nav"><a href="TechnicLargeLinearMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicLargeLinearMotor-rotateByDegrees-nav"><a href="TechnicLargeLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicLargeLinearMotor-setAccelerationTime-nav"><a href="TechnicLargeLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicLargeLinearMotor-setBrakingStyle-nav"><a href="TechnicLargeLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicLargeLinearMotor-setDecelerationTime-nav"><a href="TechnicLargeLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicLargeLinearMotor-setMaxPower-nav"><a href="TechnicLargeLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicLargeLinearMotor-setSpeed-nav"><a href="TechnicLargeLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicMediumAngularMotor-nav"><a href="TechnicMediumAngularMotor.html">TechnicMediumAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicMediumAngularMotor-gotoAngle-nav"><a href="TechnicMediumAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicMediumAngularMotor-gotoRealZero-nav"><a href="TechnicMediumAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicMediumAngularMotor-resetZero-nav"><a href="TechnicMediumAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicMediumAngularMotor-rotateByDegrees-nav"><a href="TechnicMediumAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicMediumAngularMotor-setAccelerationTime-nav"><a href="TechnicMediumAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicMediumAngularMotor-setBrakingStyle-nav"><a href="TechnicMediumAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicMediumAngularMotor-setDecelerationTime-nav"><a href="TechnicMediumAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicMediumAngularMotor-setMaxPower-nav"><a href="TechnicMediumAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicMediumAngularMotor-setSpeed-nav"><a href="TechnicMediumAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicMediumHub-nav"><a href="TechnicMediumHub.html">TechnicMediumHub</a><ul class='methods'><li data-type="method" id="TechnicMediumHub-createVirtualPort-nav"><a href="TechnicMediumHub.html#createVirtualPort">createVirtualPort</a></li><li data-type="method" id="TechnicMediumHub-setName-nav"><a href="TechnicMediumHub.html#setName">setName</a></li><li data-type="method" id="TechnicMediumHub-shutdown-nav"><a href="TechnicMediumHub.html#shutdown">shutdown</a></li></ul></li><li id="TechnicMediumHubAccelerometerSensor-nav"><a href="TechnicMediumHubAccelerometerSensor.html">TechnicMediumHubAccelerometerSensor</a></li><li id="TechnicMediumHubGyroSensor-nav"><a href="TechnicMediumHubGyroSensor.html">TechnicMediumHubGyroSensor</a></li><li id="TechnicMediumHubTiltSensor-nav"><a href="TechnicMediumHubTiltSensor.html">TechnicMediumHubTiltSensor</a><ul class='methods'><li data-type="method" id="TechnicMediumHubTiltSensor-setImpactCount-nav"><a href="TechnicMediumHubTiltSensor.html#setImpactCount">setImpactCount</a></li><li data-type="method" id="TechnicMediumHubTiltSensor-setImpactHoldoff-nav"><a href="TechnicMediumHubTiltSensor.html#setImpactHoldoff">setImpactHoldoff</a></li><li data-type="method" id="TechnicMediumHubTiltSensor-setImpactThreshold-nav"><a href="TechnicMediumHubTiltSensor.html#setImpactThreshold">setImpactThreshold</a></li></ul></li><li id="TechnicSmallAngularMotor-nav"><a href="TechnicSmallAngularMotor.html">TechnicSmallAngularMotor</a><ul class='methods'><li data-type="method" id="TechnicSmallAngularMotor-gotoAngle-nav"><a href="TechnicSmallAngularMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicSmallAngularMotor-gotoRealZero-nav"><a href="TechnicSmallAngularMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicSmallAngularMotor-resetZero-nav"><a href="TechnicSmallAngularMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicSmallAngularMotor-rotateByDegrees-nav"><a href="TechnicSmallAngularMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicSmallAngularMotor-setAccelerationTime-nav"><a href="TechnicSmallAngularMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicSmallAngularMotor-setBrakingStyle-nav"><a href="TechnicSmallAngularMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicSmallAngularMotor-setDecelerationTime-nav"><a href="TechnicSmallAngularMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicSmallAngularMotor-setMaxPower-nav"><a href="TechnicSmallAngularMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicSmallAngularMotor-setSpeed-nav"><a href="TechnicSmallAngularMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TechnicXLargeLinearMotor-nav"><a href="TechnicXLargeLinearMotor.html">TechnicXLargeLinearMotor</a><ul class='methods'><li data-type="method" id="TechnicXLargeLinearMotor-gotoAngle-nav"><a href="TechnicXLargeLinearMotor.html#gotoAngle">gotoAngle</a></li><li data-type="method" id="TechnicXLargeLinearMotor-gotoRealZero-nav"><a href="TechnicXLargeLinearMotor.html#gotoRealZero">gotoRealZero</a></li><li data-type="method" id="TechnicXLargeLinearMotor-resetZero-nav"><a href="TechnicXLargeLinearMotor.html#resetZero">resetZero</a></li><li data-type="method" id="TechnicXLargeLinearMotor-rotateByDegrees-nav"><a href="TechnicXLargeLinearMotor.html#rotateByDegrees">rotateByDegrees</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setAccelerationTime-nav"><a href="TechnicXLargeLinearMotor.html#setAccelerationTime">setAccelerationTime</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setBrakingStyle-nav"><a href="TechnicXLargeLinearMotor.html#setBrakingStyle">setBrakingStyle</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setDecelerationTime-nav"><a href="TechnicXLargeLinearMotor.html#setDecelerationTime">setDecelerationTime</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setMaxPower-nav"><a href="TechnicXLargeLinearMotor.html#setMaxPower">setMaxPower</a></li><li data-type="method" id="TechnicXLargeLinearMotor-setSpeed-nav"><a href="TechnicXLargeLinearMotor.html#setSpeed">setSpeed</a></li></ul></li><li id="TiltSensor-nav"><a href="TiltSensor.html">TiltSensor</a></li><li id="TrainMotor-nav"><a href="TrainMotor.html">TrainMotor</a><ul class='methods'><li data-type="method" id="TrainMotor-brake-nav"><a href="TrainMotor.html#brake">brake</a></li><li data-type="method" id="TrainMotor-rampPower-nav"><a href="TrainMotor.html#rampPower">rampPower</a></li><li data-type="method" id="TrainMotor-setPower-nav"><a href="TrainMotor.html#setPower">setPower</a></li><li data-type="method" id="TrainMotor-stop-nav"><a href="TrainMotor.html#stop">stop</a></li></ul></li><li id="VoltageSensor-nav"><a href="VoltageSensor.html">VoltageSensor</a></li><li id="WeDo2SmartHub-nav"><a href="WeDo2SmartHub.html">WeDo2SmartHub</a><ul class='methods'><li data-type="method" id="WeDo2SmartHub-setName-nav"><a href="WeDo2SmartHub.html#setName">setName</a></li><li data-type="method" id="WeDo2SmartHub-shutdown-nav"><a href="WeDo2SmartHub.html#shutdown">shutdown</a></li></ul></li></ul><h3 id="global-nav"><a href="global.html">Global</a></h3>
77
77
  </nav>
78
78
 
79
79
  <div id="main">
@@ -543,7 +543,7 @@
543
543
  <dd class="tag-source">
544
544
  <ul class="dummy">
545
545
  <li>
546
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line357">line 357</a>
546
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line374">line 374</a>
547
547
  </li>
548
548
  </ul>
549
549
  </dd>
@@ -776,7 +776,7 @@
776
776
  <dd class="tag-source">
777
777
  <ul class="dummy">
778
778
  <li>
779
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line399">line 399</a>
779
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line416">line 416</a>
780
780
  </li>
781
781
  </ul>
782
782
  </dd>
@@ -951,7 +951,7 @@
951
951
  <dd class="tag-source">
952
952
  <ul class="dummy">
953
953
  <li>
954
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line414">line 414</a>
954
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line431">line 431</a>
955
955
  </li>
956
956
  </ul>
957
957
  </dd>
@@ -1184,7 +1184,7 @@
1184
1184
  <dd class="tag-source">
1185
1185
  <ul class="dummy">
1186
1186
  <li>
1187
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line384">line 384</a>
1187
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line401">line 401</a>
1188
1188
  </li>
1189
1189
  </ul>
1190
1190
  </dd>
@@ -1264,6 +1264,35 @@
1264
1264
  <tbody>
1265
1265
 
1266
1266
 
1267
+ <tr>
1268
+
1269
+ <td class="name"><code>FLOAT</code></td>
1270
+
1271
+
1272
+ <td class="type">
1273
+
1274
+
1275
+ <span class="param-type">
1276
+ number
1277
+ </span>
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ </td>
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+ <td class="description last">
1290
+ <p>0</p>
1291
+ </td>
1292
+ </tr>
1293
+
1294
+
1295
+
1267
1296
  <tr>
1268
1297
 
1269
1298
  <td class="name"><code>HOLD</code></td>
@@ -1358,7 +1387,7 @@
1358
1387
  <dd class="tag-source">
1359
1388
  <ul class="dummy">
1360
1389
  <li>
1361
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line148">line 148</a>
1390
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line164">line 164</a>
1362
1391
  </li>
1363
1392
  </ul>
1364
1393
  </dd>
@@ -1461,7 +1490,7 @@
1461
1490
 
1462
1491
 
1463
1492
  <td class="description last">
1464
- <p>0</p>
1493
+ <p>2</p>
1465
1494
  </td>
1466
1495
  </tr>
1467
1496
 
@@ -1490,7 +1519,7 @@
1490
1519
 
1491
1520
 
1492
1521
  <td class="description last">
1493
- <p>1</p>
1522
+ <p>0</p>
1494
1523
  </td>
1495
1524
  </tr>
1496
1525
 
@@ -1519,7 +1548,7 @@
1519
1548
 
1520
1549
 
1521
1550
  <td class="description last">
1522
- <p>2</p>
1551
+ <p>1</p>
1523
1552
  </td>
1524
1553
  </tr>
1525
1554
 
@@ -1548,7 +1577,7 @@
1548
1577
 
1549
1578
 
1550
1579
  <td class="description last">
1551
- <p>3</p>
1580
+ <p>255</p>
1552
1581
  </td>
1553
1582
  </tr>
1554
1583
 
@@ -1577,7 +1606,7 @@
1577
1606
 
1578
1607
 
1579
1608
  <td class="description last">
1580
- <p>4</p>
1609
+ <p>127</p>
1581
1610
  </td>
1582
1611
  </tr>
1583
1612
 
@@ -1619,7 +1648,7 @@
1619
1648
  <dd class="tag-source">
1620
1649
  <ul class="dummy">
1621
1650
  <li>
1622
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line132">line 132</a>
1651
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line148">line 148</a>
1623
1652
  </li>
1624
1653
  </ul>
1625
1654
  </dd>
@@ -2083,7 +2112,7 @@
2083
2112
  <dd class="tag-source">
2084
2113
  <ul class="dummy">
2085
2114
  <li>
2086
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line100">line 100</a>
2115
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line116">line 116</a>
2087
2116
  </li>
2088
2117
  </ul>
2089
2118
  </dd>
@@ -2252,7 +2281,7 @@
2252
2281
 
2253
2282
  <tr>
2254
2283
 
2255
- <td class="name"><code>LED_LIGHTS</code></td>
2284
+ <td class="name"><code>LIGHT</code></td>
2256
2285
 
2257
2286
 
2258
2287
  <td class="type">
@@ -2281,7 +2310,7 @@
2281
2310
 
2282
2311
  <tr>
2283
2312
 
2284
- <td class="name"><code>VOLTAGE</code></td>
2313
+ <td class="name"><code>VOLTAGE_SENSOR</code></td>
2285
2314
 
2286
2315
 
2287
2316
  <td class="type">
@@ -2310,7 +2339,7 @@
2310
2339
 
2311
2340
  <tr>
2312
2341
 
2313
- <td class="name"><code>CURRENT</code></td>
2342
+ <td class="name"><code>CURRENT_SENSOR</code></td>
2314
2343
 
2315
2344
 
2316
2345
  <td class="type">
@@ -2339,7 +2368,7 @@
2339
2368
 
2340
2369
  <tr>
2341
2370
 
2342
- <td class="name"><code>PIEZO_TONE</code></td>
2371
+ <td class="name"><code>PIEZO_BUZZER</code></td>
2343
2372
 
2344
2373
 
2345
2374
  <td class="type">
@@ -2368,7 +2397,7 @@
2368
2397
 
2369
2398
  <tr>
2370
2399
 
2371
- <td class="name"><code>RGB_LIGHT</code></td>
2400
+ <td class="name"><code>HUB_LED</code></td>
2372
2401
 
2373
2402
 
2374
2403
  <td class="type">
@@ -2397,7 +2426,7 @@
2397
2426
 
2398
2427
  <tr>
2399
2428
 
2400
- <td class="name"><code>WEDO2_TILT</code></td>
2429
+ <td class="name"><code>TILT_SENSOR</code></td>
2401
2430
 
2402
2431
 
2403
2432
  <td class="type">
@@ -2426,7 +2455,7 @@
2426
2455
 
2427
2456
  <tr>
2428
2457
 
2429
- <td class="name"><code>WEDO2_DISTANCE</code></td>
2458
+ <td class="name"><code>MOTION_SENSOR</code></td>
2430
2459
 
2431
2460
 
2432
2461
  <td class="type">
@@ -2542,7 +2571,7 @@
2542
2571
 
2543
2572
  <tr>
2544
2573
 
2545
- <td class="name"><code>BOOST_TILT</code></td>
2574
+ <td class="name"><code>MOVE_HUB_TILT_SENSOR</code></td>
2546
2575
 
2547
2576
 
2548
2577
  <td class="type">
@@ -2629,7 +2658,7 @@
2629
2658
 
2630
2659
  <tr>
2631
2660
 
2632
- <td class="name"><code>DUPLO_TRAIN_BASE_COLOR</code></td>
2661
+ <td class="name"><code>DUPLO_TRAIN_BASE_COLOR_SENSOR</code></td>
2633
2662
 
2634
2663
 
2635
2664
  <td class="type">
@@ -2687,7 +2716,7 @@
2687
2716
 
2688
2717
  <tr>
2689
2718
 
2690
- <td class="name"><code>CONTROL_PLUS_LARGE_MOTOR</code></td>
2719
+ <td class="name"><code>TECHNIC_LARGE_LINEAR_MOTOR</code></td>
2691
2720
 
2692
2721
 
2693
2722
  <td class="type">
@@ -2716,7 +2745,7 @@
2716
2745
 
2717
2746
  <tr>
2718
2747
 
2719
- <td class="name"><code>CONTROL_PLUS_XLARGE_MOTOR</code></td>
2748
+ <td class="name"><code>TECHNIC_XLARGE_LINEAR_MOTOR</code></td>
2720
2749
 
2721
2750
 
2722
2751
  <td class="type">
@@ -2745,7 +2774,94 @@
2745
2774
 
2746
2775
  <tr>
2747
2776
 
2748
- <td class="name"><code>POWERED_UP_REMOTE_BUTTON</code></td>
2777
+ <td class="name"><code>TECHNIC_MEDIUM_ANGULAR_MOTOR</code></td>
2778
+
2779
+
2780
+ <td class="type">
2781
+
2782
+
2783
+ <span class="param-type">
2784
+ number
2785
+ </span>
2786
+
2787
+
2788
+
2789
+
2790
+
2791
+ </td>
2792
+
2793
+
2794
+
2795
+
2796
+
2797
+ <td class="description last">
2798
+ <p>48</p>
2799
+ </td>
2800
+ </tr>
2801
+
2802
+
2803
+
2804
+ <tr>
2805
+
2806
+ <td class="name"><code>TECHNIC_LARGE_ANGULAR_MOTOR</code></td>
2807
+
2808
+
2809
+ <td class="type">
2810
+
2811
+
2812
+ <span class="param-type">
2813
+ number
2814
+ </span>
2815
+
2816
+
2817
+
2818
+
2819
+
2820
+ </td>
2821
+
2822
+
2823
+
2824
+
2825
+
2826
+ <td class="description last">
2827
+ <p>49</p>
2828
+ </td>
2829
+ </tr>
2830
+
2831
+
2832
+
2833
+ <tr>
2834
+
2835
+ <td class="name"><code>TECHNIC_MEDIUM_HUB_GEST_SENSOR</code></td>
2836
+
2837
+
2838
+ <td class="type">
2839
+
2840
+
2841
+ <span class="param-type">
2842
+ number
2843
+ </span>
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+ </td>
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+ <td class="description last">
2856
+ <p>54</p>
2857
+ </td>
2858
+ </tr>
2859
+
2860
+
2861
+
2862
+ <tr>
2863
+
2864
+ <td class="name"><code>REMOTE_CONTROL_BUTTON</code></td>
2749
2865
 
2750
2866
 
2751
2867
  <td class="type">
@@ -2774,7 +2890,7 @@
2774
2890
 
2775
2891
  <tr>
2776
2892
 
2777
- <td class="name"><code>RSSI</code></td>
2893
+ <td class="name"><code>REMOTE_CONTROL_RSSI</code></td>
2778
2894
 
2779
2895
 
2780
2896
  <td class="type">
@@ -2803,7 +2919,36 @@
2803
2919
 
2804
2920
  <tr>
2805
2921
 
2806
- <td class="name"><code>CONTROL_PLUS_ACCELEROMETER</code></td>
2922
+ <td class="name"><code>TECHNIC_MEDIUM_HUB_ACCELEROMETER</code></td>
2923
+
2924
+
2925
+ <td class="type">
2926
+
2927
+
2928
+ <span class="param-type">
2929
+ number
2930
+ </span>
2931
+
2932
+
2933
+
2934
+
2935
+
2936
+ </td>
2937
+
2938
+
2939
+
2940
+
2941
+
2942
+ <td class="description last">
2943
+ <p>57</p>
2944
+ </td>
2945
+ </tr>
2946
+
2947
+
2948
+
2949
+ <tr>
2950
+
2951
+ <td class="name"><code>TECHNIC_MEDIUM_HUB_GYRO_SENSOR</code></td>
2807
2952
 
2808
2953
 
2809
2954
  <td class="type">
@@ -2832,7 +2977,7 @@
2832
2977
 
2833
2978
  <tr>
2834
2979
 
2835
- <td class="name"><code>CONTROL_PLUS_TILT</code></td>
2980
+ <td class="name"><code>TECHNIC_MEDIUM_HUB_TILT_SENSOR</code></td>
2836
2981
 
2837
2982
 
2838
2983
  <td class="type">
@@ -2858,6 +3003,325 @@
2858
3003
  </tr>
2859
3004
 
2860
3005
 
3006
+
3007
+ <tr>
3008
+
3009
+ <td class="name"><code>TECHNIC_MEDIUM_HUB_TEMPERATURE_SENSOR</code></td>
3010
+
3011
+
3012
+ <td class="type">
3013
+
3014
+
3015
+ <span class="param-type">
3016
+ number
3017
+ </span>
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+ </td>
3024
+
3025
+
3026
+
3027
+
3028
+
3029
+ <td class="description last">
3030
+ <p>60</p>
3031
+ </td>
3032
+ </tr>
3033
+
3034
+
3035
+
3036
+ <tr>
3037
+
3038
+ <td class="name"><code>TECHNIC_COLOR_SENSOR</code></td>
3039
+
3040
+
3041
+ <td class="type">
3042
+
3043
+
3044
+ <span class="param-type">
3045
+ number
3046
+ </span>
3047
+
3048
+
3049
+
3050
+
3051
+
3052
+ </td>
3053
+
3054
+
3055
+
3056
+
3057
+
3058
+ <td class="description last">
3059
+ <p>61</p>
3060
+ </td>
3061
+ </tr>
3062
+
3063
+
3064
+
3065
+ <tr>
3066
+
3067
+ <td class="name"><code>TECHNIC_DISTANCE_SENSOR</code></td>
3068
+
3069
+
3070
+ <td class="type">
3071
+
3072
+
3073
+ <span class="param-type">
3074
+ number
3075
+ </span>
3076
+
3077
+
3078
+
3079
+
3080
+
3081
+ </td>
3082
+
3083
+
3084
+
3085
+
3086
+
3087
+ <td class="description last">
3088
+ <p>62</p>
3089
+ </td>
3090
+ </tr>
3091
+
3092
+
3093
+
3094
+ <tr>
3095
+
3096
+ <td class="name"><code>TECHNIC_FORCE_SENSOR</code></td>
3097
+
3098
+
3099
+ <td class="type">
3100
+
3101
+
3102
+ <span class="param-type">
3103
+ number
3104
+ </span>
3105
+
3106
+
3107
+
3108
+
3109
+
3110
+ </td>
3111
+
3112
+
3113
+
3114
+
3115
+
3116
+ <td class="description last">
3117
+ <p>63</p>
3118
+ </td>
3119
+ </tr>
3120
+
3121
+
3122
+
3123
+ <tr>
3124
+
3125
+ <td class="name"><code>TECHNIC_3X3_COLOR_LIGHT_MATRIX</code></td>
3126
+
3127
+
3128
+ <td class="type">
3129
+
3130
+
3131
+ <span class="param-type">
3132
+ number
3133
+ </span>
3134
+
3135
+
3136
+
3137
+
3138
+
3139
+ </td>
3140
+
3141
+
3142
+
3143
+
3144
+
3145
+ <td class="description last">
3146
+ <p>64</p>
3147
+ </td>
3148
+ </tr>
3149
+
3150
+
3151
+
3152
+ <tr>
3153
+
3154
+ <td class="name"><code>TECHNIC_SMALL_ANGULAR_MOTOR</code></td>
3155
+
3156
+
3157
+ <td class="type">
3158
+
3159
+
3160
+ <span class="param-type">
3161
+ number
3162
+ </span>
3163
+
3164
+
3165
+
3166
+
3167
+
3168
+ </td>
3169
+
3170
+
3171
+
3172
+
3173
+
3174
+ <td class="description last">
3175
+ <p>65</p>
3176
+ </td>
3177
+ </tr>
3178
+
3179
+
3180
+
3181
+ <tr>
3182
+
3183
+ <td class="name"><code>MARIO_ACCELEROMETER</code></td>
3184
+
3185
+
3186
+ <td class="type">
3187
+
3188
+
3189
+ <span class="param-type">
3190
+ number
3191
+ </span>
3192
+
3193
+
3194
+
3195
+
3196
+
3197
+ </td>
3198
+
3199
+
3200
+
3201
+
3202
+
3203
+ <td class="description last">
3204
+ <p>71</p>
3205
+ </td>
3206
+ </tr>
3207
+
3208
+
3209
+
3210
+ <tr>
3211
+
3212
+ <td class="name"><code>MARIO_BARCODE_SENSOR</code></td>
3213
+
3214
+
3215
+ <td class="type">
3216
+
3217
+
3218
+ <span class="param-type">
3219
+ number
3220
+ </span>
3221
+
3222
+
3223
+
3224
+
3225
+
3226
+ </td>
3227
+
3228
+
3229
+
3230
+
3231
+
3232
+ <td class="description last">
3233
+ <p>73</p>
3234
+ </td>
3235
+ </tr>
3236
+
3237
+
3238
+
3239
+ <tr>
3240
+
3241
+ <td class="name"><code>MARIO_PANTS_SENSOR</code></td>
3242
+
3243
+
3244
+ <td class="type">
3245
+
3246
+
3247
+ <span class="param-type">
3248
+ number
3249
+ </span>
3250
+
3251
+
3252
+
3253
+
3254
+
3255
+ </td>
3256
+
3257
+
3258
+
3259
+
3260
+
3261
+ <td class="description last">
3262
+ <p>74</p>
3263
+ </td>
3264
+ </tr>
3265
+
3266
+
3267
+
3268
+ <tr>
3269
+
3270
+ <td class="name"><code>TECHNIC_MEDIUM_ANGULAR_MOTOR_GREY</code></td>
3271
+
3272
+
3273
+ <td class="type">
3274
+
3275
+
3276
+ <span class="param-type">
3277
+ number
3278
+ </span>
3279
+
3280
+
3281
+
3282
+
3283
+
3284
+ </td>
3285
+
3286
+
3287
+
3288
+
3289
+
3290
+ <td class="description last">
3291
+ <p>75</p>
3292
+ </td>
3293
+ </tr>
3294
+
3295
+
3296
+
3297
+ <tr>
3298
+
3299
+ <td class="name"><code>TECHNIC_LARGE_ANGULAR_MOTOR_GREY</code></td>
3300
+
3301
+
3302
+ <td class="type">
3303
+
3304
+
3305
+ <span class="param-type">
3306
+ number
3307
+ </span>
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+ </td>
3314
+
3315
+
3316
+
3317
+
3318
+
3319
+ <td class="description last">
3320
+ <p>76</p>
3321
+ </td>
3322
+ </tr>
3323
+
3324
+
2861
3325
  </tbody>
2862
3326
  </table>
2863
3327
 
@@ -2895,7 +3359,7 @@
2895
3359
  <dd class="tag-source">
2896
3360
  <ul class="dummy">
2897
3361
  <li>
2898
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line29">line 29</a>
3362
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line30">line 30</a>
2899
3363
  </li>
2900
3364
  </ul>
2901
3365
  </dd>
@@ -3156,7 +3620,7 @@
3156
3620
  <dd class="tag-source">
3157
3621
  <ul class="dummy">
3158
3622
  <li>
3159
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line159">line 159</a>
3623
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line176">line 176</a>
3160
3624
  </li>
3161
3625
  </ul>
3162
3626
  </dd>
@@ -3505,7 +3969,7 @@
3505
3969
  <dd class="tag-source">
3506
3970
  <ul class="dummy">
3507
3971
  <li>
3508
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line473">line 473</a>
3972
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line490">line 490</a>
3509
3973
  </li>
3510
3974
  </ul>
3511
3975
  </dd>
@@ -3709,7 +4173,7 @@
3709
4173
  <dd class="tag-source">
3710
4174
  <ul class="dummy">
3711
4175
  <li>
3712
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line425">line 425</a>
4176
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line442">line 442</a>
3713
4177
  </li>
3714
4178
  </ul>
3715
4179
  </dd>
@@ -4000,7 +4464,7 @@
4000
4464
  <dd class="tag-source">
4001
4465
  <ul class="dummy">
4002
4466
  <li>
4003
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line301">line 301</a>
4467
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line318">line 318</a>
4004
4468
  </li>
4005
4469
  </ul>
4006
4470
  </dd>
@@ -4552,7 +5016,7 @@
4552
5016
  <dd class="tag-source">
4553
5017
  <ul class="dummy">
4554
5018
  <li>
4555
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line320">line 320</a>
5019
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line337">line 337</a>
4556
5020
  </li>
4557
5021
  </ul>
4558
5022
  </dd>
@@ -5104,7 +5568,7 @@
5104
5568
  <dd class="tag-source">
5105
5569
  <ul class="dummy">
5106
5570
  <li>
5107
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line264">line 264</a>
5571
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line281">line 281</a>
5108
5572
  </li>
5109
5573
  </ul>
5110
5574
  </dd>
@@ -5273,7 +5737,7 @@
5273
5737
 
5274
5738
  <tr>
5275
5739
 
5276
- <td class="name"><code>POWERED_UP_HUB</code></td>
5740
+ <td class="name"><code>HUB</code></td>
5277
5741
 
5278
5742
 
5279
5743
  <td class="type">
@@ -5302,7 +5766,7 @@
5302
5766
 
5303
5767
  <tr>
5304
5768
 
5305
- <td class="name"><code>POWERED_UP_REMOTE</code></td>
5769
+ <td class="name"><code>REMOTE_CONTROL</code></td>
5306
5770
 
5307
5771
 
5308
5772
  <td class="type">
@@ -5331,7 +5795,7 @@
5331
5795
 
5332
5796
  <tr>
5333
5797
 
5334
- <td class="name"><code>DUPLO_TRAIN_HUB</code></td>
5798
+ <td class="name"><code>DUPLO_TRAIN_BASE</code></td>
5335
5799
 
5336
5800
 
5337
5801
  <td class="type">
@@ -5360,7 +5824,7 @@
5360
5824
 
5361
5825
  <tr>
5362
5826
 
5363
- <td class="name"><code>CONTROL_PLUS_HUB</code></td>
5827
+ <td class="name"><code>TECHNIC_MEDIUM_HUB</code></td>
5364
5828
 
5365
5829
 
5366
5830
  <td class="type">
@@ -5415,6 +5879,35 @@
5415
5879
  </tr>
5416
5880
 
5417
5881
 
5882
+
5883
+ <tr>
5884
+
5885
+ <td class="name"><code>TECHNIC_SMALL_HUB</code></td>
5886
+
5887
+
5888
+ <td class="type">
5889
+
5890
+
5891
+ <span class="param-type">
5892
+ number
5893
+ </span>
5894
+
5895
+
5896
+
5897
+
5898
+
5899
+ </td>
5900
+
5901
+
5902
+
5903
+
5904
+
5905
+ <td class="description last">
5906
+ <p>8</p>
5907
+ </td>
5908
+ </tr>
5909
+
5910
+
5418
5911
  </tbody>
5419
5912
  </table>
5420
5913
 
@@ -5946,7 +6439,7 @@
5946
6439
  <dd class="tag-source">
5947
6440
  <ul class="dummy">
5948
6441
  <li>
5949
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line496">line 496</a>
6442
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line513">line 513</a>
5950
6443
  </li>
5951
6444
  </ul>
5952
6445
  </dd>
@@ -6324,7 +6817,7 @@
6324
6817
  <dd class="tag-source">
6325
6818
  <ul class="dummy">
6326
6819
  <li>
6327
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line529">line 529</a>
6820
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line546">line 546</a>
6328
6821
  </li>
6329
6822
  </ul>
6330
6823
  </dd>
@@ -6644,7 +7137,7 @@
6644
7137
  <dd class="tag-source">
6645
7138
  <ul class="dummy">
6646
7139
  <li>
6647
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line554">line 554</a>
7140
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line571">line 571</a>
6648
7141
  </li>
6649
7142
  </ul>
6650
7143
  </dd>
@@ -7167,7 +7660,7 @@
7167
7660
  <dd class="tag-source">
7168
7661
  <ul class="dummy">
7169
7662
  <li>
7170
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line438">line 438</a>
7663
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line455">line 455</a>
7171
7664
  </li>
7172
7665
  </ul>
7173
7666
  </dd>
@@ -7512,7 +8005,7 @@
7512
8005
  <dd class="tag-source">
7513
8006
  <ul class="dummy">
7514
8007
  <li>
7515
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line639">line 639</a>
8008
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line656">line 656</a>
7516
8009
  </li>
7517
8010
  </ul>
7518
8011
  </dd>
@@ -7799,7 +8292,7 @@
7799
8292
  <dd class="tag-source">
7800
8293
  <ul class="dummy">
7801
8294
  <li>
7802
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line621">line 621</a>
8295
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line638">line 638</a>
7803
8296
  </li>
7804
8297
  </ul>
7805
8298
  </dd>
@@ -8586,7 +9079,7 @@
8586
9079
  <dd class="tag-source">
8587
9080
  <ul class="dummy">
8588
9081
  <li>
8589
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line211">line 211</a>
9082
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line228">line 228</a>
8590
9083
  </li>
8591
9084
  </ul>
8592
9085
  </dd>
@@ -8993,7 +9486,7 @@
8993
9486
  <dd class="tag-source">
8994
9487
  <ul class="dummy">
8995
9488
  <li>
8996
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line575">line 575</a>
9489
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line592">line 592</a>
8997
9490
  </li>
8998
9491
  </ul>
8999
9492
  </dd>
@@ -9284,7 +9777,7 @@
9284
9777
  <dd class="tag-source">
9285
9778
  <ul class="dummy">
9286
9779
  <li>
9287
- <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line602">line 602</a>
9780
+ <a href="consts.js.html">consts.js</a>, <a href="consts.js.html#line619">line 619</a>
9288
9781
  </li>
9289
9782
  </ul>
9290
9783
  </dd>