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/Hub.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">
@@ -122,7 +122,7 @@
122
122
 
123
123
 
124
124
  <div class="description">
125
- <p>The TechnicSmallHub is emitted if the discovered device is a Technic Small Hub.</p>
125
+ <p>The Hub is emitted if the discovered device is a Hub.</p>
126
126
  </div>
127
127
 
128
128
 
@@ -165,7 +165,7 @@
165
165
  <dd class="tag-source">
166
166
  <ul class="dummy">
167
167
  <li>
168
- <a href="hubs_technicsmallhub.js.html">hubs/technicsmallhub.js</a>, <a href="hubs_technicsmallhub.js.html#line27">line 27</a>
168
+ <a href="hubs_hub.js.html">hubs/hub.js</a>, <a href="hubs_hub.js.html#line31">line 31</a>
169
169
  </li>
170
170
  </ul>
171
171
  </dd>
@@ -331,7 +331,267 @@
331
331
  <dd class="tag-source">
332
332
  <ul class="dummy">
333
333
  <li>
334
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
334
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line157">line 157</a>
335
+ </li>
336
+ </ul>
337
+ </dd>
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+ </dl>
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+ <h4 class="name" id="connected">
357
+ <span class="type-signature">(readonly) </span>connected<span class="type-signature"></span>
358
+ </h4>
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+ <h5 class="subsection-title">Properties:</h5>
367
+
368
+
369
+
370
+ <table class="props">
371
+ <thead>
372
+ <tr>
373
+
374
+ <th>Name</th>
375
+
376
+
377
+ <th>Type</th>
378
+
379
+
380
+
381
+
382
+
383
+ <th class="last">Description</th>
384
+ </tr>
385
+ </thead>
386
+
387
+ <tbody>
388
+
389
+
390
+ <tr>
391
+
392
+ <td class="name"><code>connected</code></td>
393
+
394
+
395
+ <td class="type">
396
+
397
+
398
+ <span class="param-type">
399
+ string
400
+ </span>
401
+
402
+
403
+
404
+
405
+
406
+ </td>
407
+
408
+
409
+
410
+
411
+
412
+ <td class="description last">
413
+ <p>Connected status</p>
414
+ </td>
415
+ </tr>
416
+
417
+
418
+ </tbody>
419
+ </table>
420
+
421
+
422
+
423
+
424
+ <dl class="details">
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+ <dt class="tag-overrides">Overrides:</dt>
434
+ <dd class="tag-overrides">
435
+ <ul class="dummy">
436
+ <li>
437
+ <a href="BaseHub.html#connected">BaseHub#connected</a>
438
+ </li>
439
+ </ul>
440
+ </dd>
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+ <dt class="tag-source">Source:</dt>
461
+ <dd class="tag-source">
462
+ <ul class="dummy">
463
+ <li>
464
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
465
+ </li>
466
+ </ul>
467
+ </dd>
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+ </dl>
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+ <h4 class="name" id="connecting">
487
+ <span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span>
488
+ </h4>
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+ <h5 class="subsection-title">Properties:</h5>
497
+
498
+
499
+
500
+ <table class="props">
501
+ <thead>
502
+ <tr>
503
+
504
+ <th>Name</th>
505
+
506
+
507
+ <th>Type</th>
508
+
509
+
510
+
511
+
512
+
513
+ <th class="last">Description</th>
514
+ </tr>
515
+ </thead>
516
+
517
+ <tbody>
518
+
519
+
520
+ <tr>
521
+
522
+ <td class="name"><code>connecting</code></td>
523
+
524
+
525
+ <td class="type">
526
+
527
+
528
+ <span class="param-type">
529
+ string
530
+ </span>
531
+
532
+
533
+
534
+
535
+
536
+ </td>
537
+
538
+
539
+
540
+
541
+
542
+ <td class="description last">
543
+ <p>Connecting status</p>
544
+ </td>
545
+ </tr>
546
+
547
+
548
+ </tbody>
549
+ </table>
550
+
551
+
552
+
553
+
554
+ <dl class="details">
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+ <dt class="tag-overrides">Overrides:</dt>
564
+ <dd class="tag-overrides">
565
+ <ul class="dummy">
566
+ <li>
567
+ <a href="BaseHub.html#connecting">BaseHub#connecting</a>
568
+ </li>
569
+ </ul>
570
+ </dd>
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+ <dt class="tag-source">Source:</dt>
591
+ <dd class="tag-source">
592
+ <ul class="dummy">
593
+ <li>
594
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
335
595
  </li>
336
596
  </ul>
337
597
  </dd>
@@ -461,7 +721,7 @@
461
721
  <dd class="tag-source">
462
722
  <ul class="dummy">
463
723
  <li>
464
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
724
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
465
725
  </li>
466
726
  </ul>
467
727
  </dd>
@@ -591,7 +851,7 @@
591
851
  <dd class="tag-source">
592
852
  <ul class="dummy">
593
853
  <li>
594
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
854
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
595
855
  </li>
596
856
  </ul>
597
857
  </dd>
@@ -851,7 +1111,7 @@
851
1111
  <dd class="tag-source">
852
1112
  <ul class="dummy">
853
1113
  <li>
854
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
1114
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
855
1115
  </li>
856
1116
  </ul>
857
1117
  </dd>
@@ -981,7 +1241,7 @@
981
1241
  <dd class="tag-source">
982
1242
  <ul class="dummy">
983
1243
  <li>
984
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
1244
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
985
1245
  </li>
986
1246
  </ul>
987
1247
  </dd>
@@ -1111,7 +1371,7 @@
1111
1371
  <dd class="tag-source">
1112
1372
  <ul class="dummy">
1113
1373
  <li>
1114
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
1374
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line164">line 164</a>
1115
1375
  </li>
1116
1376
  </ul>
1117
1377
  </dd>
@@ -1241,7 +1501,7 @@
1241
1501
  <dd class="tag-source">
1242
1502
  <ul class="dummy">
1243
1503
  <li>
1244
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
1504
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
1245
1505
  </li>
1246
1506
  </ul>
1247
1507
  </dd>
@@ -1371,7 +1631,7 @@
1371
1631
  <dd class="tag-source">
1372
1632
  <ul class="dummy">
1373
1633
  <li>
1374
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
1634
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
1375
1635
  </li>
1376
1636
  </ul>
1377
1637
  </dd>
@@ -1461,7 +1721,7 @@
1461
1721
  <dd class="tag-source">
1462
1722
  <ul class="dummy">
1463
1723
  <li>
1464
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line153">line 153</a>
1724
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line167">line 167</a>
1465
1725
  </li>
1466
1726
  </ul>
1467
1727
  </dd>
@@ -1737,7 +1997,7 @@
1737
1997
  <dd class="tag-source">
1738
1998
  <ul class="dummy">
1739
1999
  <li>
1740
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line167">line 167</a>
2000
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line181">line 181</a>
1741
2001
  </li>
1742
2002
  </ul>
1743
2003
  </dd>
@@ -1883,7 +2143,7 @@
1883
2143
  <dd class="tag-source">
1884
2144
  <ul class="dummy">
1885
2145
  <li>
1886
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line175">line 175</a>
2146
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line189">line 189</a>
1887
2147
  </li>
1888
2148
  </ul>
1889
2149
  </dd>
@@ -1974,7 +2234,7 @@
1974
2234
  <dd class="tag-source">
1975
2235
  <ul class="dummy">
1976
2236
  <li>
1977
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line215">line 215</a>
2237
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line229">line 229</a>
1978
2238
  </li>
1979
2239
  </ul>
1980
2240
  </dd>
@@ -2120,7 +2380,7 @@
2120
2380
  <dd class="tag-source">
2121
2381
  <ul class="dummy">
2122
2382
  <li>
2123
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line223">line 223</a>
2383
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line237">line 237</a>
2124
2384
  </li>
2125
2385
  </ul>
2126
2386
  </dd>
@@ -2522,7 +2782,7 @@
2522
2782
  <dd class="tag-source">
2523
2783
  <ul class="dummy">
2524
2784
  <li>
2525
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line268">line 268</a>
2785
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line282">line 282</a>
2526
2786
  </li>
2527
2787
  </ul>
2528
2788
  </dd>
@@ -2669,7 +2929,7 @@
2669
2929
  <dd class="tag-source">
2670
2930
  <ul class="dummy">
2671
2931
  <li>
2672
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line281">line 281</a>
2932
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line295">line 295</a>
2673
2933
  </li>
2674
2934
  </ul>
2675
2935
  </dd>
@@ -2816,7 +3076,7 @@
2816
3076
  <dd class="tag-source">
2817
3077
  <ul class="dummy">
2818
3078
  <li>
2819
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line190">line 190</a>
3079
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line204">line 204</a>
2820
3080
  </li>
2821
3081
  </ul>
2822
3082
  </dd>
@@ -2963,7 +3223,7 @@
2963
3223
  <dd class="tag-source">
2964
3224
  <ul class="dummy">
2965
3225
  <li>
2966
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line232">line 232</a>
3226
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line246">line 246</a>
2967
3227
  </li>
2968
3228
  </ul>
2969
3229
  </dd>
@@ -3117,7 +3377,7 @@
3117
3377
  <dd class="tag-source">
3118
3378
  <ul class="dummy">
3119
3379
  <li>
3120
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line323">line 323</a>
3380
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line337">line 337</a>
3121
3381
  </li>
3122
3382
  </ul>
3123
3383
  </dd>
@@ -3408,9 +3668,214 @@
3408
3668
  </td>
3409
3669
  </tr>
3410
3670
 
3411
-
3412
- </tbody>
3413
- </table>
3671
+
3672
+ </tbody>
3673
+ </table>
3674
+
3675
+
3676
+
3677
+
3678
+
3679
+ <dl class="details">
3680
+
3681
+
3682
+
3683
+
3684
+
3685
+
3686
+
3687
+
3688
+
3689
+
3690
+
3691
+
3692
+
3693
+
3694
+
3695
+
3696
+
3697
+
3698
+
3699
+
3700
+
3701
+
3702
+
3703
+
3704
+
3705
+
3706
+ <dt class="tag-source">Source:</dt>
3707
+ <dd class="tag-source">
3708
+ <ul class="dummy">
3709
+ <li>
3710
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line354">line 354</a>
3711
+ </li>
3712
+ </ul>
3713
+ </dd>
3714
+
3715
+
3716
+
3717
+
3718
+
3719
+
3720
+
3721
+ </dl>
3722
+
3723
+
3724
+
3725
+
3726
+
3727
+
3728
+
3729
+
3730
+
3731
+
3732
+
3733
+
3734
+
3735
+
3736
+
3737
+
3738
+
3739
+
3740
+
3741
+
3742
+ <span class='name-container'>
3743
+ <a class="link-icon" href="#event:disconnect">
3744
+ <svg height="20" width="20" style="fill: black;">
3745
+ <use xlink:href="#linkIcon"></use>
3746
+ </svg>
3747
+ </a>
3748
+ <h4 class="name" id="event:disconnect">
3749
+ <span class="type-signature"></span>disconnect<span class="type-signature"></span>
3750
+ </h4>
3751
+ </span>
3752
+
3753
+
3754
+
3755
+
3756
+
3757
+ <div class="description">
3758
+ <p>Emits when the hub is disconnected.</p>
3759
+ </div>
3760
+
3761
+
3762
+
3763
+
3764
+
3765
+
3766
+
3767
+
3768
+
3769
+
3770
+ <dl class="details">
3771
+
3772
+
3773
+
3774
+
3775
+
3776
+
3777
+
3778
+
3779
+
3780
+
3781
+
3782
+
3783
+
3784
+
3785
+
3786
+
3787
+
3788
+
3789
+
3790
+
3791
+
3792
+
3793
+
3794
+
3795
+
3796
+
3797
+ <dt class="tag-source">Source:</dt>
3798
+ <dd class="tag-source">
3799
+ <ul class="dummy">
3800
+ <li>
3801
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line83">line 83</a>
3802
+ </li>
3803
+ </ul>
3804
+ </dd>
3805
+
3806
+
3807
+
3808
+
3809
+
3810
+
3811
+
3812
+ </dl>
3813
+
3814
+
3815
+
3816
+
3817
+
3818
+
3819
+
3820
+
3821
+
3822
+
3823
+
3824
+
3825
+
3826
+
3827
+
3828
+
3829
+ </article>
3830
+ </section>
3831
+
3832
+
3833
+
3834
+
3835
+ <section>
3836
+ <header>
3837
+
3838
+ <h2>
3839
+
3840
+ Hub
3841
+
3842
+ </h2>
3843
+
3844
+
3845
+
3846
+ </header>
3847
+
3848
+ <article>
3849
+ <div class="container-overview">
3850
+
3851
+
3852
+
3853
+
3854
+
3855
+
3856
+ <span class='name-container'>
3857
+ <a class="link-icon" href="#Hub">
3858
+ <svg height="20" width="20" style="fill: black;">
3859
+ <use xlink:href="#linkIcon"></use>
3860
+ </svg>
3861
+ </a>
3862
+ <h4 class="name" id="Hub">
3863
+ <span class="type-signature"></span>new Hub<span class="signature">()</span><span class="type-signature"></span>
3864
+ </h4>
3865
+ </span>
3866
+
3867
+
3868
+
3869
+
3870
+
3871
+ <div class="description">
3872
+ <p>The TechnicSmallHub is emitted if the discovered device is a Technic Small Hub.</p>
3873
+ </div>
3874
+
3875
+
3876
+
3877
+
3878
+
3414
3879
 
3415
3880
 
3416
3881
 
@@ -3447,7 +3912,7 @@
3447
3912
  <dd class="tag-source">
3448
3913
  <ul class="dummy">
3449
3914
  <li>
3450
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line340">line 340</a>
3915
+ <a href="hubs_technicsmallhub.js.html">hubs/technicsmallhub.js</a>, <a href="hubs_technicsmallhub.js.html#line27">line 27</a>
3451
3916
  </li>
3452
3917
  </ul>
3453
3918
  </dd>
@@ -3474,35 +3939,101 @@
3474
3939
 
3475
3940
 
3476
3941
 
3477
-
3942
+ </div>
3943
+
3944
+
3945
+ <h3 class="subsection-title">Extends</h3>
3946
+
3947
+
3478
3948
 
3479
3949
 
3950
+ <ul>
3951
+ <li><a href="LPF2Hub.html">LPF2Hub</a></li>
3480
3952
 
3953
+ <li><a href="BaseHub.html">BaseHub</a></li>
3954
+ </ul>
3481
3955
 
3482
- <span class='name-container'>
3483
- <a class="link-icon" href="#event:disconnect">
3484
- <svg height="20" width="20" style="fill: black;">
3485
- <use xlink:href="#linkIcon"></use>
3486
- </svg>
3487
- </a>
3488
- <h4 class="name" id="event:disconnect">
3489
- <span class="type-signature"></span>disconnect<span class="type-signature"></span>
3490
- </h4>
3491
- </span>
3956
+
3957
+
3958
+
3959
+
3960
+
3961
+
3962
+
3963
+
3964
+
3965
+
3966
+
3967
+
3968
+ <h3 class="subsection-title">Members</h3>
3969
+
3970
+
3971
+
3972
+
3973
+ <h4 class="name" id="batteryLevel">
3974
+ <span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span>
3975
+ </h4>
3976
+
3977
+
3978
+
3979
+
3980
+
3981
+
3982
+
3983
+ <h5 class="subsection-title">Properties:</h5>
3492
3984
 
3493
3985
 
3494
3986
 
3987
+ <table class="props">
3988
+ <thead>
3989
+ <tr>
3990
+
3991
+ <th>Name</th>
3992
+
3495
3993
 
3994
+ <th>Type</th>
3496
3995
 
3497
- <div class="description">
3498
- <p>Emits when the hub is disconnected.</p>
3499
- </div>
3996
+
3997
+
3998
+
3999
+
4000
+ <th class="last">Description</th>
4001
+ </tr>
4002
+ </thead>
4003
+
4004
+ <tbody>
4005
+
4006
+
4007
+ <tr>
4008
+
4009
+ <td class="name"><code>batteryLevel</code></td>
4010
+
4011
+
4012
+ <td class="type">
4013
+
4014
+
4015
+ <span class="param-type">
4016
+ number
4017
+ </span>
4018
+
4019
+
3500
4020
 
3501
4021
 
4022
+
4023
+ </td>
3502
4024
 
4025
+
3503
4026
 
4027
+
3504
4028
 
4029
+ <td class="description last">
4030
+ <p>Battery level of the hub (Percentage between 0-100)</p>
4031
+ </td>
4032
+ </tr>
3505
4033
 
4034
+
4035
+ </tbody>
4036
+ </table>
3506
4037
 
3507
4038
 
3508
4039
 
@@ -3516,6 +4047,15 @@
3516
4047
 
3517
4048
 
3518
4049
 
4050
+ <dt class="tag-overrides">Overrides:</dt>
4051
+ <dd class="tag-overrides">
4052
+ <ul class="dummy">
4053
+ <li>
4054
+ <a href="BaseHub.html#batteryLevel">BaseHub#batteryLevel</a>
4055
+ </li>
4056
+ </ul>
4057
+ </dd>
4058
+
3519
4059
 
3520
4060
 
3521
4061
 
@@ -3538,7 +4078,7 @@
3538
4078
  <dd class="tag-source">
3539
4079
  <ul class="dummy">
3540
4080
  <li>
3541
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line83">line 83</a>
4081
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line157">line 157</a>
3542
4082
  </li>
3543
4083
  </ul>
3544
4084
  </dd>
@@ -3556,7 +4096,13 @@
3556
4096
 
3557
4097
 
3558
4098
 
4099
+
4100
+
4101
+
3559
4102
 
4103
+ <h4 class="name" id="connected">
4104
+ <span class="type-signature">(readonly) </span>connected<span class="type-signature"></span>
4105
+ </h4>
3560
4106
 
3561
4107
 
3562
4108
 
@@ -3564,59 +4110,60 @@
3564
4110
 
3565
4111
 
3566
4112
 
3567
-
3568
-
3569
- </article>
3570
- </section>
3571
-
4113
+ <h5 class="subsection-title">Properties:</h5>
3572
4114
 
4115
+
3573
4116
 
4117
+ <table class="props">
4118
+ <thead>
4119
+ <tr>
4120
+
4121
+ <th>Name</th>
4122
+
3574
4123
 
3575
- <section>
3576
- <header>
3577
-
3578
- <h2>
3579
-
3580
- Hub
3581
-
3582
- </h2>
4124
+ <th>Type</th>
3583
4125
 
3584
4126
 
3585
-
3586
- </header>
3587
4127
 
3588
- <article>
3589
- <div class="container-overview">
3590
4128
 
3591
-
3592
-
3593
-
3594
-
3595
4129
 
3596
- <span class='name-container'>
3597
- <a class="link-icon" href="#Hub">
3598
- <svg height="20" width="20" style="fill: black;">
3599
- <use xlink:href="#linkIcon"></use>
3600
- </svg>
3601
- </a>
3602
- <h4 class="name" id="Hub">
3603
- <span class="type-signature"></span>new Hub<span class="signature">()</span><span class="type-signature"></span>
3604
- </h4>
3605
- </span>
4130
+ <th class="last">Description</th>
4131
+ </tr>
4132
+ </thead>
3606
4133
 
3607
-
4134
+ <tbody>
4135
+
3608
4136
 
4137
+ <tr>
4138
+
4139
+ <td class="name"><code>connected</code></td>
4140
+
3609
4141
 
4142
+ <td class="type">
4143
+
4144
+
4145
+ <span class="param-type">
4146
+ string
4147
+ </span>
3610
4148
 
3611
- <div class="description">
3612
- <p>The Hub is emitted if the discovered device is a Hub.</p>
3613
- </div>
4149
+
3614
4150
 
3615
4151
 
4152
+
4153
+ </td>
3616
4154
 
4155
+
3617
4156
 
4157
+
3618
4158
 
4159
+ <td class="description last">
4160
+ <p>Connected status</p>
4161
+ </td>
4162
+ </tr>
3619
4163
 
4164
+
4165
+ </tbody>
4166
+ </table>
3620
4167
 
3621
4168
 
3622
4169
 
@@ -3630,6 +4177,15 @@
3630
4177
 
3631
4178
 
3632
4179
 
4180
+ <dt class="tag-overrides">Overrides:</dt>
4181
+ <dd class="tag-overrides">
4182
+ <ul class="dummy">
4183
+ <li>
4184
+ <a href="BaseHub.html#connected">BaseHub#connected</a>
4185
+ </li>
4186
+ </ul>
4187
+ </dd>
4188
+
3633
4189
 
3634
4190
 
3635
4191
 
@@ -3652,7 +4208,7 @@
3652
4208
  <dd class="tag-source">
3653
4209
  <ul class="dummy">
3654
4210
  <li>
3655
- <a href="hubs_hub.js.html">hubs/hub.js</a>, <a href="hubs_hub.js.html#line31">line 31</a>
4211
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
3656
4212
  </li>
3657
4213
  </ul>
3658
4214
  </dd>
@@ -3670,48 +4226,12 @@
3670
4226
 
3671
4227
 
3672
4228
 
3673
-
3674
-
3675
-
3676
-
3677
-
3678
-
3679
-
3680
-
3681
-
3682
- </div>
3683
-
3684
-
3685
- <h3 class="subsection-title">Extends</h3>
3686
-
3687
-
3688
-
3689
-
3690
- <ul>
3691
- <li><a href="LPF2Hub.html">LPF2Hub</a></li>
3692
-
3693
- <li><a href="BaseHub.html">BaseHub</a></li>
3694
- </ul>
3695
-
3696
-
3697
-
3698
-
3699
-
3700
-
3701
-
3702
-
3703
-
3704
-
3705
-
3706
-
3707
-
3708
- <h3 class="subsection-title">Members</h3>
3709
-
4229
+
3710
4230
 
3711
4231
 
3712
4232
 
3713
- <h4 class="name" id="batteryLevel">
3714
- <span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span>
4233
+ <h4 class="name" id="connecting">
4234
+ <span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span>
3715
4235
  </h4>
3716
4236
 
3717
4237
 
@@ -3746,14 +4266,14 @@
3746
4266
 
3747
4267
  <tr>
3748
4268
 
3749
- <td class="name"><code>batteryLevel</code></td>
4269
+ <td class="name"><code>connecting</code></td>
3750
4270
 
3751
4271
 
3752
4272
  <td class="type">
3753
4273
 
3754
4274
 
3755
4275
  <span class="param-type">
3756
- number
4276
+ string
3757
4277
  </span>
3758
4278
 
3759
4279
 
@@ -3767,7 +4287,7 @@
3767
4287
 
3768
4288
 
3769
4289
  <td class="description last">
3770
- <p>Battery level of the hub (Percentage between 0-100)</p>
4290
+ <p>Connecting status</p>
3771
4291
  </td>
3772
4292
  </tr>
3773
4293
 
@@ -3791,7 +4311,7 @@
3791
4311
  <dd class="tag-overrides">
3792
4312
  <ul class="dummy">
3793
4313
  <li>
3794
- <a href="BaseHub.html#batteryLevel">BaseHub#batteryLevel</a>
4314
+ <a href="BaseHub.html#connecting">BaseHub#connecting</a>
3795
4315
  </li>
3796
4316
  </ul>
3797
4317
  </dd>
@@ -3818,7 +4338,7 @@
3818
4338
  <dd class="tag-source">
3819
4339
  <ul class="dummy">
3820
4340
  <li>
3821
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
4341
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
3822
4342
  </li>
3823
4343
  </ul>
3824
4344
  </dd>
@@ -3948,7 +4468,7 @@
3948
4468
  <dd class="tag-source">
3949
4469
  <ul class="dummy">
3950
4470
  <li>
3951
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
4471
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
3952
4472
  </li>
3953
4473
  </ul>
3954
4474
  </dd>
@@ -4078,7 +4598,7 @@
4078
4598
  <dd class="tag-source">
4079
4599
  <ul class="dummy">
4080
4600
  <li>
4081
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
4601
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
4082
4602
  </li>
4083
4603
  </ul>
4084
4604
  </dd>
@@ -4338,7 +4858,7 @@
4338
4858
  <dd class="tag-source">
4339
4859
  <ul class="dummy">
4340
4860
  <li>
4341
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
4861
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
4342
4862
  </li>
4343
4863
  </ul>
4344
4864
  </dd>
@@ -4468,7 +4988,7 @@
4468
4988
  <dd class="tag-source">
4469
4989
  <ul class="dummy">
4470
4990
  <li>
4471
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
4991
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
4472
4992
  </li>
4473
4993
  </ul>
4474
4994
  </dd>
@@ -4598,7 +5118,7 @@
4598
5118
  <dd class="tag-source">
4599
5119
  <ul class="dummy">
4600
5120
  <li>
4601
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
5121
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line164">line 164</a>
4602
5122
  </li>
4603
5123
  </ul>
4604
5124
  </dd>
@@ -4728,7 +5248,7 @@
4728
5248
  <dd class="tag-source">
4729
5249
  <ul class="dummy">
4730
5250
  <li>
4731
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
5251
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
4732
5252
  </li>
4733
5253
  </ul>
4734
5254
  </dd>
@@ -4858,7 +5378,7 @@
4858
5378
  <dd class="tag-source">
4859
5379
  <ul class="dummy">
4860
5380
  <li>
4861
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
5381
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
4862
5382
  </li>
4863
5383
  </ul>
4864
5384
  </dd>
@@ -4948,7 +5468,7 @@
4948
5468
  <dd class="tag-source">
4949
5469
  <ul class="dummy">
4950
5470
  <li>
4951
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line153">line 153</a>
5471
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line167">line 167</a>
4952
5472
  </li>
4953
5473
  </ul>
4954
5474
  </dd>
@@ -5224,7 +5744,7 @@
5224
5744
  <dd class="tag-source">
5225
5745
  <ul class="dummy">
5226
5746
  <li>
5227
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line167">line 167</a>
5747
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line181">line 181</a>
5228
5748
  </li>
5229
5749
  </ul>
5230
5750
  </dd>
@@ -5370,7 +5890,7 @@
5370
5890
  <dd class="tag-source">
5371
5891
  <ul class="dummy">
5372
5892
  <li>
5373
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line175">line 175</a>
5893
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line189">line 189</a>
5374
5894
  </li>
5375
5895
  </ul>
5376
5896
  </dd>
@@ -5461,7 +5981,7 @@
5461
5981
  <dd class="tag-source">
5462
5982
  <ul class="dummy">
5463
5983
  <li>
5464
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line215">line 215</a>
5984
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line229">line 229</a>
5465
5985
  </li>
5466
5986
  </ul>
5467
5987
  </dd>
@@ -5607,7 +6127,7 @@
5607
6127
  <dd class="tag-source">
5608
6128
  <ul class="dummy">
5609
6129
  <li>
5610
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line223">line 223</a>
6130
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line237">line 237</a>
5611
6131
  </li>
5612
6132
  </ul>
5613
6133
  </dd>
@@ -6009,7 +6529,7 @@
6009
6529
  <dd class="tag-source">
6010
6530
  <ul class="dummy">
6011
6531
  <li>
6012
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line268">line 268</a>
6532
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line282">line 282</a>
6013
6533
  </li>
6014
6534
  </ul>
6015
6535
  </dd>
@@ -6156,7 +6676,7 @@
6156
6676
  <dd class="tag-source">
6157
6677
  <ul class="dummy">
6158
6678
  <li>
6159
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line281">line 281</a>
6679
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line295">line 295</a>
6160
6680
  </li>
6161
6681
  </ul>
6162
6682
  </dd>
@@ -6303,7 +6823,7 @@
6303
6823
  <dd class="tag-source">
6304
6824
  <ul class="dummy">
6305
6825
  <li>
6306
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line190">line 190</a>
6826
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line204">line 204</a>
6307
6827
  </li>
6308
6828
  </ul>
6309
6829
  </dd>
@@ -6450,7 +6970,7 @@
6450
6970
  <dd class="tag-source">
6451
6971
  <ul class="dummy">
6452
6972
  <li>
6453
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line232">line 232</a>
6973
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line246">line 246</a>
6454
6974
  </li>
6455
6975
  </ul>
6456
6976
  </dd>
@@ -6604,7 +7124,7 @@
6604
7124
  <dd class="tag-source">
6605
7125
  <ul class="dummy">
6606
7126
  <li>
6607
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line323">line 323</a>
7127
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line337">line 337</a>
6608
7128
  </li>
6609
7129
  </ul>
6610
7130
  </dd>
@@ -6934,7 +7454,7 @@
6934
7454
  <dd class="tag-source">
6935
7455
  <ul class="dummy">
6936
7456
  <li>
6937
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line340">line 340</a>
7457
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line354">line 354</a>
6938
7458
  </li>
6939
7459
  </ul>
6940
7460
  </dd>