node-poweredup 8.0.4 → 9.0.0

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 (300) hide show
  1. package/.drone.yml +2 -2
  2. package/.gitmodules +0 -3
  3. package/.jsdoc.json +1 -2
  4. package/dist/browser/poweredup.js +1 -1
  5. package/dist/browser/poweredup.js.map +1 -1
  6. package/dist/node/color.js +5 -1
  7. package/dist/node/color.js.map +1 -1
  8. package/dist/node/consts.d.ts +21 -21
  9. package/dist/node/consts.js +27 -27
  10. package/dist/node/consts.js.map +1 -1
  11. package/dist/node/devices/absolutemotor.js +6 -2
  12. package/dist/node/devices/absolutemotor.js.map +1 -1
  13. package/dist/node/devices/basicmotor.js +5 -1
  14. package/dist/node/devices/basicmotor.js.map +1 -1
  15. package/dist/node/devices/colordistancesensor.js +7 -3
  16. package/dist/node/devices/colordistancesensor.js.map +1 -1
  17. package/dist/node/devices/currentsensor.js +6 -2
  18. package/dist/node/devices/currentsensor.js.map +1 -1
  19. package/dist/node/devices/device.d.ts +3 -1
  20. package/dist/node/devices/device.js +5 -1
  21. package/dist/node/devices/device.js.map +1 -1
  22. package/dist/node/devices/duplotrainbasecolorsensor.js +6 -2
  23. package/dist/node/devices/duplotrainbasecolorsensor.js.map +1 -1
  24. package/dist/node/devices/duplotrainbasemotor.js +5 -1
  25. package/dist/node/devices/duplotrainbasemotor.js.map +1 -1
  26. package/dist/node/devices/duplotrainbasespeaker.js +6 -2
  27. package/dist/node/devices/duplotrainbasespeaker.js.map +1 -1
  28. package/dist/node/devices/duplotrainbasespeedometer.js +6 -2
  29. package/dist/node/devices/duplotrainbasespeedometer.js.map +1 -1
  30. package/dist/node/devices/hubled.js +6 -2
  31. package/dist/node/devices/hubled.js.map +1 -1
  32. package/dist/node/devices/light.js +5 -1
  33. package/dist/node/devices/light.js.map +1 -1
  34. package/dist/node/devices/marioaccelerometer.js +6 -2
  35. package/dist/node/devices/marioaccelerometer.js.map +1 -1
  36. package/dist/node/devices/mariobarcodesensor.js +6 -2
  37. package/dist/node/devices/mariobarcodesensor.js.map +1 -1
  38. package/dist/node/devices/mariopantssensor.js +6 -2
  39. package/dist/node/devices/mariopantssensor.js.map +1 -1
  40. package/dist/node/devices/mediumlinearmotor.js +5 -1
  41. package/dist/node/devices/mediumlinearmotor.js.map +1 -1
  42. package/dist/node/devices/motionsensor.js +6 -2
  43. package/dist/node/devices/motionsensor.js.map +1 -1
  44. package/dist/node/devices/movehubmediumlinearmotor.js +5 -1
  45. package/dist/node/devices/movehubmediumlinearmotor.js.map +1 -1
  46. package/dist/node/devices/movehubtiltsensor.js +6 -2
  47. package/dist/node/devices/movehubtiltsensor.js.map +1 -1
  48. package/dist/node/devices/piezobuzzer.js +5 -1
  49. package/dist/node/devices/piezobuzzer.js.map +1 -1
  50. package/dist/node/devices/remotecontrolbutton.js +7 -3
  51. package/dist/node/devices/remotecontrolbutton.js.map +1 -1
  52. package/dist/node/devices/simplemediumlinearmotor.js +5 -1
  53. package/dist/node/devices/simplemediumlinearmotor.js.map +1 -1
  54. package/dist/node/devices/tachomotor.js +6 -2
  55. package/dist/node/devices/tachomotor.js.map +1 -1
  56. package/dist/node/devices/technic3x3colorlightmatrix.js +6 -2
  57. package/dist/node/devices/technic3x3colorlightmatrix.js.map +1 -1
  58. package/dist/node/devices/techniccolorsensor.js +6 -2
  59. package/dist/node/devices/techniccolorsensor.js.map +1 -1
  60. package/dist/node/devices/technicdistancesensor.js +6 -2
  61. package/dist/node/devices/technicdistancesensor.js.map +1 -1
  62. package/dist/node/devices/technicforcesensor.js +6 -2
  63. package/dist/node/devices/technicforcesensor.js.map +1 -1
  64. package/dist/node/devices/techniclargeangularmotor.js +5 -1
  65. package/dist/node/devices/techniclargeangularmotor.js.map +1 -1
  66. package/dist/node/devices/techniclargelinearmotor.js +5 -1
  67. package/dist/node/devices/techniclargelinearmotor.js.map +1 -1
  68. package/dist/node/devices/technicmediumangularmotor.js +5 -1
  69. package/dist/node/devices/technicmediumangularmotor.js.map +1 -1
  70. package/dist/node/devices/technicmediumhubaccelerometersensor.js +6 -2
  71. package/dist/node/devices/technicmediumhubaccelerometersensor.js.map +1 -1
  72. package/dist/node/devices/technicmediumhubgyrosensor.js +6 -2
  73. package/dist/node/devices/technicmediumhubgyrosensor.js.map +1 -1
  74. package/dist/node/devices/technicmediumhubtiltsensor.js +7 -3
  75. package/dist/node/devices/technicmediumhubtiltsensor.js.map +1 -1
  76. package/dist/node/devices/technicsmallangularmotor.js +5 -1
  77. package/dist/node/devices/technicsmallangularmotor.js.map +1 -1
  78. package/dist/node/devices/technicxlargelinearmotor.js +5 -1
  79. package/dist/node/devices/technicxlargelinearmotor.js.map +1 -1
  80. package/dist/node/devices/tiltsensor.js +6 -2
  81. package/dist/node/devices/tiltsensor.js.map +1 -1
  82. package/dist/node/devices/trainmotor.js +5 -1
  83. package/dist/node/devices/trainmotor.js.map +1 -1
  84. package/dist/node/devices/voltagesensor.js +6 -2
  85. package/dist/node/devices/voltagesensor.js.map +1 -1
  86. package/dist/node/hubs/basehub.d.ts +1 -0
  87. package/dist/node/hubs/basehub.js +5 -1
  88. package/dist/node/hubs/basehub.js.map +1 -1
  89. package/dist/node/hubs/duplotrainbase.d.ts +1 -0
  90. package/dist/node/hubs/duplotrainbase.js +5 -1
  91. package/dist/node/hubs/duplotrainbase.js.map +1 -1
  92. package/dist/node/hubs/hub.d.ts +1 -0
  93. package/dist/node/hubs/hub.js +12 -11
  94. package/dist/node/hubs/hub.js.map +1 -1
  95. package/dist/node/hubs/lpf2hub.js +5 -1
  96. package/dist/node/hubs/lpf2hub.js.map +1 -1
  97. package/dist/node/hubs/mario.d.ts +1 -0
  98. package/dist/node/hubs/mario.js +5 -1
  99. package/dist/node/hubs/mario.js.map +1 -1
  100. package/dist/node/hubs/movehub.d.ts +1 -0
  101. package/dist/node/hubs/movehub.js +7 -6
  102. package/dist/node/hubs/movehub.js.map +1 -1
  103. package/dist/node/hubs/remotecontrol.d.ts +1 -0
  104. package/dist/node/hubs/remotecontrol.js +5 -1
  105. package/dist/node/hubs/remotecontrol.js.map +1 -1
  106. package/dist/node/hubs/technicmediumhub.d.ts +1 -0
  107. package/dist/node/hubs/technicmediumhub.js +5 -1
  108. package/dist/node/hubs/technicmediumhub.js.map +1 -1
  109. package/dist/node/hubs/technicsmallhub.d.ts +1 -0
  110. package/dist/node/hubs/technicsmallhub.js +10 -6
  111. package/dist/node/hubs/technicsmallhub.js.map +1 -1
  112. package/dist/node/hubs/wedo2smarthub.d.ts +1 -0
  113. package/dist/node/hubs/wedo2smarthub.js +10 -6
  114. package/dist/node/hubs/wedo2smarthub.js.map +1 -1
  115. package/dist/node/index-browser.js +5 -1
  116. package/dist/node/index-browser.js.map +1 -1
  117. package/dist/node/index-node.js +5 -1
  118. package/dist/node/index-node.js.map +1 -1
  119. package/dist/node/interfaces.d.ts +1 -0
  120. package/dist/node/nobleabstraction.d.ts +1 -0
  121. package/dist/node/nobleabstraction.js.map +1 -1
  122. package/dist/node/poweredup-browser.js +10 -3
  123. package/dist/node/poweredup-browser.js.map +1 -1
  124. package/dist/node/poweredup-node.js +5 -3
  125. package/dist/node/poweredup-node.js.map +1 -1
  126. package/dist/node/utils.d.ts +2 -1
  127. package/dist/node/utils.js.map +1 -1
  128. package/dist/node/webbleabstraction.d.ts +2 -1
  129. package/dist/node/webbleabstraction.js +1 -1
  130. package/dist/node/webbleabstraction.js.map +1 -1
  131. package/docs/AbsoluteMotor.html +1037 -1066
  132. package/docs/BaseHub.html +622 -807
  133. package/docs/BasicMotor.html +707 -809
  134. package/docs/ColorDistanceSensor.html +1500 -1611
  135. package/docs/CurrentSensor.html +470 -623
  136. package/docs/Device.html +372 -502
  137. package/docs/DuploTrainBase.html +1004 -1225
  138. package/docs/DuploTrainBaseColorSensor.html +712 -874
  139. package/docs/DuploTrainBaseMotor.html +723 -841
  140. package/docs/DuploTrainBaseSpeaker.html +565 -693
  141. package/docs/DuploTraniBaseSpeedometer.html +396 -550
  142. package/docs/Hub.html +3842 -3987
  143. package/docs/HubLED.html +591 -731
  144. package/docs/LPF2Hub.html +983 -1188
  145. package/docs/Light.html +591 -731
  146. package/docs/Mario.html +1004 -1225
  147. package/docs/MarioAccelerometer.html +568 -732
  148. package/docs/MarioBarcodeSensor.html +568 -732
  149. package/docs/MarioPantsSensor.html +470 -623
  150. package/docs/MediumLinearMotor.html +679 -748
  151. package/docs/MotionSensor.html +470 -623
  152. package/docs/MoveHub.html +1004 -1225
  153. package/docs/MoveHubMediumLinearMotor.html +679 -748
  154. package/docs/MoveHubTiltSensor.html +483 -642
  155. package/docs/PiezoBuzzer.html +495 -642
  156. package/docs/PoweredUP.html +2223 -2174
  157. package/docs/RemoteControl.html +1004 -1225
  158. package/docs/RemoteControlButton.html +470 -623
  159. package/docs/SimpleMediumLinearMotor.html +396 -550
  160. package/docs/TachoMotor.html +1298 -1393
  161. package/docs/Technic3x3ColorLightMatrix.html +484 -628
  162. package/docs/TechnicColorSensor.html +726 -876
  163. package/docs/TechnicDistanceSensor.html +667 -824
  164. package/docs/TechnicForceSensor.html +614 -765
  165. package/docs/TechnicLargeAngularMotor.html +1046 -1091
  166. package/docs/TechnicLargeLinearMotor.html +1046 -1091
  167. package/docs/TechnicMediumAngularMotor.html +1046 -1091
  168. package/docs/TechnicMediumHub.html +1004 -1225
  169. package/docs/TechnicMediumHubAccelerometerSensor.html +496 -661
  170. package/docs/TechnicMediumHubGyroSensor.html +496 -661
  171. package/docs/TechnicMediumHubTiltSensor.html +820 -945
  172. package/docs/TechnicSmallAngularMotor.html +1046 -1091
  173. package/docs/TechnicXLargeLinearMotor.html +1046 -1091
  174. package/docs/TiltSensor.html +483 -642
  175. package/docs/TrainMotor.html +723 -841
  176. package/docs/VoltageSensor.html +470 -623
  177. package/docs/WeDo2SmartHub.html +890 -1102
  178. package/docs/consts.js.html +53 -116
  179. package/docs/devices_absolutemotor.js.html +35 -94
  180. package/docs/devices_basicmotor.js.html +34 -93
  181. package/docs/devices_colordistancesensor.js.html +33 -92
  182. package/docs/devices_currentsensor.js.html +35 -94
  183. package/docs/devices_device.js.html +32 -91
  184. package/docs/devices_duplotrainbasecolorsensor.js.html +35 -94
  185. package/docs/devices_duplotrainbasemotor.js.html +34 -93
  186. package/docs/devices_duplotrainbasespeaker.js.html +35 -94
  187. package/docs/devices_duplotrainbasespeedometer.js.html +35 -94
  188. package/docs/devices_hubled.js.html +35 -94
  189. package/docs/devices_light.js.html +34 -93
  190. package/docs/devices_marioaccelerometer.js.html +35 -94
  191. package/docs/devices_mariobarcodesensor.js.html +35 -94
  192. package/docs/devices_mariopantssensor.js.html +35 -94
  193. package/docs/devices_mediumlinearmotor.js.html +34 -93
  194. package/docs/devices_motionsensor.js.html +35 -94
  195. package/docs/devices_movehubmediumlinearmotor.js.html +34 -93
  196. package/docs/devices_movehubtiltsensor.js.html +35 -94
  197. package/docs/devices_piezobuzzer.js.html +34 -93
  198. package/docs/devices_remotecontrolbutton.js.html +36 -95
  199. package/docs/devices_simplemediumlinearmotor.js.html +34 -93
  200. package/docs/devices_tachomotor.js.html +33 -92
  201. package/docs/devices_technic3x3colorlightmatrix.js.html +35 -94
  202. package/docs/devices_techniccolorsensor.js.html +35 -94
  203. package/docs/devices_technicdistancesensor.js.html +35 -94
  204. package/docs/devices_technicforcesensor.js.html +35 -94
  205. package/docs/devices_techniclargeangularmotor.js.html +34 -93
  206. package/docs/devices_techniclargelinearmotor.js.html +34 -93
  207. package/docs/devices_technicmediumangularmotor.js.html +34 -93
  208. package/docs/devices_technicmediumhubaccelerometersensor.js.html +35 -94
  209. package/docs/devices_technicmediumhubgyrosensor.js.html +35 -94
  210. package/docs/devices_technicmediumhubtiltsensor.js.html +36 -95
  211. package/docs/devices_technicsmallangularmotor.js.html +34 -93
  212. package/docs/devices_technicxlargelinearmotor.js.html +34 -93
  213. package/docs/devices_tiltsensor.js.html +35 -94
  214. package/docs/devices_trainmotor.js.html +34 -93
  215. package/docs/devices_voltagesensor.js.html +35 -94
  216. package/docs/global.html +2094 -7927
  217. package/docs/hubs_basehub.js.html +31 -90
  218. package/docs/hubs_duplotrainbase.js.html +34 -93
  219. package/docs/hubs_hub.js.html +41 -103
  220. package/docs/hubs_lpf2hub.js.html +31 -90
  221. package/docs/hubs_mario.js.html +34 -93
  222. package/docs/hubs_movehub.js.html +36 -98
  223. package/docs/hubs_remotecontrol.js.html +34 -93
  224. package/docs/hubs_technicmediumhub.js.html +34 -93
  225. package/docs/hubs_technicsmallhub.js.html +39 -98
  226. package/docs/hubs_wedo2smarthub.js.html +36 -95
  227. package/docs/index.html +36 -83
  228. package/docs/poweredup-browser.js.html +36 -92
  229. package/docs/poweredup-node.js.html +32 -93
  230. package/docs/scripts/linenumber.js +21 -19
  231. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  232. package/docs/scripts/prettify/lang-css.js +2 -0
  233. package/docs/scripts/prettify/prettify.js +28 -0
  234. package/docs/styles/jsdoc-default.css +192 -787
  235. package/docs/styles/prettify-jsdoc.css +1 -1
  236. package/docs/styles/prettify-tomorrow.css +8 -14
  237. package/package.json +13 -13
  238. package/src/devices/device.ts +2 -2
  239. package/src/devices/remotecontrolbutton.ts +1 -1
  240. package/src/devices/technicmediumhubtiltsensor.ts +1 -1
  241. package/src/hubs/hub.ts +2 -2
  242. package/src/hubs/movehub.ts +2 -2
  243. package/src/poweredup-browser.ts +5 -2
  244. package/src/poweredup-node.ts +0 -2
  245. package/src/webbleabstraction.ts +2 -2
  246. package/jsdoc-template/braintree/CHANGELOG.md +0 -31
  247. package/jsdoc-template/braintree/LICENSE +0 -27
  248. package/jsdoc-template/braintree/README.md +0 -90
  249. package/jsdoc-template/braintree/package.json +0 -39
  250. package/jsdoc-template/braintree/publish.js +0 -675
  251. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.eot +0 -0
  252. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.svg +0 -1830
  253. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.woff +0 -0
  254. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  255. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
  256. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  257. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.eot +0 -0
  258. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.svg +0 -1830
  259. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.woff +0 -0
  260. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.eot +0 -0
  261. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.svg +0 -1831
  262. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.woff +0 -0
  263. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  264. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
  265. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  266. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.eot +0 -0
  267. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.svg +0 -1831
  268. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.woff +0 -0
  269. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.eot +0 -0
  270. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.svg +0 -1830
  271. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  272. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.woff +0 -0
  273. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  274. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1830
  275. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  276. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  277. package/jsdoc-template/braintree/static/icons/home.svg +0 -4
  278. package/jsdoc-template/braintree/static/icons/search.svg +0 -4
  279. package/jsdoc-template/braintree/static/scripts/linenumber.js +0 -23
  280. package/jsdoc-template/braintree/static/scripts/pagelocation.js +0 -89
  281. package/jsdoc-template/braintree/static/styles/collapse.css +0 -27
  282. package/jsdoc-template/braintree/static/styles/jsdoc-default.css +0 -953
  283. package/jsdoc-template/braintree/static/styles/prettify-jsdoc.css +0 -111
  284. package/jsdoc-template/braintree/static/styles/prettify-tomorrow.css +0 -138
  285. package/jsdoc-template/braintree/tmpl/augments.tmpl +0 -10
  286. package/jsdoc-template/braintree/tmpl/container.tmpl +0 -213
  287. package/jsdoc-template/braintree/tmpl/details.tmpl +0 -223
  288. package/jsdoc-template/braintree/tmpl/example.tmpl +0 -2
  289. package/jsdoc-template/braintree/tmpl/examples.tmpl +0 -14
  290. package/jsdoc-template/braintree/tmpl/exceptions.tmpl +0 -28
  291. package/jsdoc-template/braintree/tmpl/layout.tmpl +0 -150
  292. package/jsdoc-template/braintree/tmpl/mainpage.tmpl +0 -9
  293. package/jsdoc-template/braintree/tmpl/members.tmpl +0 -38
  294. package/jsdoc-template/braintree/tmpl/method.tmpl +0 -128
  295. package/jsdoc-template/braintree/tmpl/params.tmpl +0 -125
  296. package/jsdoc-template/braintree/tmpl/properties.tmpl +0 -111
  297. package/jsdoc-template/braintree/tmpl/returns.tmpl +0 -17
  298. package/jsdoc-template/braintree/tmpl/source.tmpl +0 -9
  299. package/jsdoc-template/braintree/tmpl/tutorial.tmpl +0 -23
  300. package/jsdoc-template/braintree/tmpl/type.tmpl +0 -11
package/docs/BaseHub.html CHANGED
@@ -1,123 +1,53 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
-
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
-
8
- <title>
9
- BaseHub - Documentation
10
- </title>
11
-
12
- <link href="https://www.braintreepayments.com/images/favicon-ccda0b14.png" rel="icon" type="image/png">
13
-
14
- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
15
- <script>hljs.initHighlightingOnLoad();</script>
16
-
17
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
18
-
19
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
20
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
21
-
22
-
23
-
24
-
25
- <!-- start Mixpanel -->
26
- <script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
27
- 0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
28
- for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]);
29
- mixpanel.init("1919205b2da72e4da3b9b6639b444d59");</script>
30
- <!-- end Mixpanel -->
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: BaseHub</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
31
14
  </head>
32
15
 
33
16
  <body>
34
- <svg style="display: none;">
35
- <defs>
36
- <symbol id="linkIcon" fill="#706d77" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
37
- <path d="M0 0h24v24H0z" fill="none"/>
38
- <path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
39
- </symbol>
40
- </defs>
41
- </svg>
42
-
43
- <input type="checkbox" id="nav-trigger" class="nav-trigger" />
44
- <label for="nav-trigger" class="navicon-button x">
45
- <div class="navicon"></div>
46
- </label>
47
-
48
- <label for="nav-trigger" class="overlay"></label>
49
-
50
- <div class="top-nav-wrapper">
51
- <ul>
52
- <li >
53
- <a href="index.html">
54
-
55
- <svg fill="#6D6D6D" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
56
- <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
57
- <path d="M0 0h24v24H0z" fill="none"/>
58
- </svg>
59
-
60
-
61
- </a>
62
- </li>
63
-
64
-
65
17
 
66
- </ul>
67
- </div>
18
+ <div id="main">
68
19
 
69
- <nav>
70
- <h3 class="reference-title">
71
- node-poweredup Reference
72
- </h3>
20
+ <h1 class="page-title">Class: BaseHub</h1>
73
21
 
74
22
 
75
23
 
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
- </nav>
78
24
 
79
- <div id="main">
80
-
81
- <h1 class="page-title">
82
- BaseHub
83
- </h1>
84
-
85
25
 
86
-
87
26
 
88
27
  <section>
89
- <header>
28
+
29
+ <header>
90
30
 
91
- <h2>
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>BaseHub<span class="signature">()</span><span class="type-signature"></span></h2>
92
32
 
93
- BaseHub
94
-
95
- </h2>
96
-
97
-
98
33
 
99
- </header>
34
+ </header>
100
35
 
101
- <article>
36
+ <article>
102
37
  <div class="container-overview">
103
-
38
+
104
39
 
105
40
 
41
+
42
+
43
+
44
+ <h4 class="name" id="BaseHub"><span class="type-signature"></span>new BaseHub<span class="signature">()</span><span class="type-signature"></span></h4>
45
+
46
+
47
+
106
48
 
107
-
108
49
 
109
- <span class='name-container'>
110
- <a class="link-icon" href="#BaseHub">
111
- <svg height="20" width="20" style="fill: black;">
112
- <use xlink:href="#linkIcon"></use>
113
- </svg>
114
- </a>
115
- <h4 class="name" id="BaseHub">
116
- <span class="type-signature"></span>new BaseHub<span class="signature">()</span><span class="type-signature"></span>
117
- </h4>
118
- </span>
119
50
 
120
-
121
51
 
122
52
 
123
53
 
@@ -132,46 +62,42 @@
132
62
 
133
63
  <dl class="details">
134
64
 
135
-
65
+
136
66
 
137
-
67
+
138
68
 
139
-
69
+
140
70
 
141
-
71
+
142
72
 
143
-
73
+
144
74
 
145
-
75
+
146
76
 
147
-
77
+
148
78
 
149
-
79
+
150
80
 
151
-
81
+
152
82
 
153
-
83
+
154
84
 
155
-
85
+
156
86
 
157
-
87
+
158
88
 
159
-
89
+
160
90
  <dt class="tag-source">Source:</dt>
161
- <dd class="tag-source">
162
- <ul class="dummy">
163
- <li>
164
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line61">line 61</a>
165
- </li>
166
- </ul>
167
- </dd>
168
-
91
+ <dd class="tag-source"><ul class="dummy"><li>
92
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line65">line 65</a>
93
+ </li></ul></dd>
94
+
169
95
 
170
-
96
+
171
97
 
172
-
98
+
173
99
 
174
-
100
+
175
101
  </dl>
176
102
 
177
103
 
@@ -187,19 +113,27 @@
187
113
 
188
114
 
189
115
 
190
-
116
+
117
+
118
+
119
+
120
+
121
+
122
+
191
123
  </div>
192
124
 
193
125
 
194
- <h3 class="subsection-title">Extends</h3>
126
+ <h3 class="subsection-title">Extends</h3>
127
+
128
+
195
129
 
196
-
197
130
 
131
+ <ul>
132
+ <li>EventEmitter</li>
133
+ </ul>
198
134
 
199
- <ul>
200
- <li>EventEmitter</li>
201
- </ul>
202
135
 
136
+
203
137
 
204
138
 
205
139
 
@@ -207,7 +141,7 @@
207
141
 
208
142
 
209
143
 
210
-
144
+
211
145
 
212
146
 
213
147
 
@@ -216,10 +150,9 @@
216
150
 
217
151
 
218
152
 
153
+ <h4 class="name" id="batteryLevel"><span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span></h4>
154
+
219
155
 
220
- <h4 class="name" id="batteryLevel">
221
- <span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span>
222
- </h4>
223
156
 
224
157
 
225
158
 
@@ -227,59 +160,54 @@
227
160
 
228
161
 
229
162
 
230
- <h5 class="subsection-title">Properties:</h5>
231
163
 
232
-
164
+ <h5 class="subsection-title">Properties:</h5>
165
+
166
+
233
167
 
234
168
  <table class="props">
235
- <thead>
169
+ <thead>
236
170
  <tr>
237
-
171
+
238
172
  <th>Name</th>
239
-
173
+
240
174
 
241
- <th>Type</th>
175
+ <th>Type</th>
242
176
 
243
-
177
+
244
178
 
245
-
179
+
246
180
 
247
- <th class="last">Description</th>
181
+ <th class="last">Description</th>
248
182
  </tr>
249
- </thead>
183
+ </thead>
250
184
 
251
- <tbody>
185
+ <tbody>
252
186
 
253
187
 
254
- <tr>
255
-
256
- <td class="name"><code>batteryLevel</code></td>
257
-
258
-
259
- <td class="type">
260
-
261
-
262
- <span class="param-type">
263
- number
264
- </span>
188
+ <tr>
189
+
190
+ <td class="name"><code>batteryLevel</code></td>
191
+
265
192
 
266
-
193
+ <td class="type">
194
+
195
+
196
+ <span class="param-type">number</span>
267
197
 
268
198
 
269
-
270
- </td>
199
+
200
+ </td>
271
201
 
272
-
202
+
273
203
 
274
-
204
+
275
205
 
276
- <td class="description last">
277
- <p>Battery level of the hub (Percentage between 0-100)</p>
278
- </td>
279
- </tr>
206
+ <td class="description last"><p>Battery level of the hub (Percentage between 0-100)</p></td>
207
+ </tr>
280
208
 
281
-
282
- </tbody>
209
+
210
+ </tbody>
283
211
  </table>
284
212
 
285
213
 
@@ -287,46 +215,42 @@
287
215
 
288
216
  <dl class="details">
289
217
 
290
-
218
+
291
219
 
292
-
220
+
293
221
 
294
-
222
+
295
223
 
296
-
224
+
297
225
 
298
-
226
+
299
227
 
300
-
228
+
301
229
 
302
-
230
+
303
231
 
304
-
232
+
305
233
 
306
-
234
+
307
235
 
308
-
236
+
309
237
 
310
-
238
+
311
239
 
312
-
240
+
313
241
 
314
-
242
+
315
243
  <dt class="tag-source">Source:</dt>
316
- <dd class="tag-source">
317
- <ul class="dummy">
318
- <li>
319
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line157">line 157</a>
320
- </li>
321
- </ul>
322
- </dd>
323
-
244
+ <dd class="tag-source"><ul class="dummy"><li>
245
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line161">line 161</a>
246
+ </li></ul></dd>
247
+
324
248
 
325
-
249
+
326
250
 
327
-
251
+
328
252
 
329
-
253
+
330
254
  </dl>
331
255
 
332
256
 
@@ -334,13 +258,11 @@
334
258
 
335
259
 
336
260
 
337
-
338
261
 
339
262
 
263
+ <h4 class="name" id="connected"><span class="type-signature">(readonly) </span>connected<span class="type-signature"></span></h4>
264
+
340
265
 
341
- <h4 class="name" id="connected">
342
- <span class="type-signature">(readonly) </span>connected<span class="type-signature"></span>
343
- </h4>
344
266
 
345
267
 
346
268
 
@@ -348,59 +270,54 @@
348
270
 
349
271
 
350
272
 
351
- <h5 class="subsection-title">Properties:</h5>
352
273
 
353
-
274
+ <h5 class="subsection-title">Properties:</h5>
275
+
276
+
354
277
 
355
278
  <table class="props">
356
- <thead>
279
+ <thead>
357
280
  <tr>
358
-
281
+
359
282
  <th>Name</th>
360
-
283
+
361
284
 
362
- <th>Type</th>
285
+ <th>Type</th>
363
286
 
364
-
287
+
365
288
 
366
-
289
+
367
290
 
368
- <th class="last">Description</th>
291
+ <th class="last">Description</th>
369
292
  </tr>
370
- </thead>
293
+ </thead>
371
294
 
372
- <tbody>
295
+ <tbody>
373
296
 
374
297
 
375
- <tr>
376
-
377
- <td class="name"><code>connected</code></td>
378
-
379
-
380
- <td class="type">
381
-
382
-
383
- <span class="param-type">
384
- string
385
- </span>
298
+ <tr>
299
+
300
+ <td class="name"><code>connected</code></td>
301
+
386
302
 
387
-
303
+ <td class="type">
304
+
305
+
306
+ <span class="param-type">string</span>
388
307
 
389
308
 
390
-
391
- </td>
309
+
310
+ </td>
392
311
 
393
-
312
+
394
313
 
395
-
314
+
396
315
 
397
- <td class="description last">
398
- <p>Connected status</p>
399
- </td>
400
- </tr>
316
+ <td class="description last"><p>Connected status</p></td>
317
+ </tr>
401
318
 
402
-
403
- </tbody>
319
+
320
+ </tbody>
404
321
  </table>
405
322
 
406
323
 
@@ -408,46 +325,42 @@
408
325
 
409
326
  <dl class="details">
410
327
 
411
-
328
+
412
329
 
413
-
330
+
414
331
 
415
-
332
+
416
333
 
417
-
334
+
418
335
 
419
-
336
+
420
337
 
421
-
338
+
422
339
 
423
-
340
+
424
341
 
425
-
342
+
426
343
 
427
-
344
+
428
345
 
429
-
346
+
430
347
 
431
-
348
+
432
349
 
433
-
350
+
434
351
 
435
-
352
+
436
353
  <dt class="tag-source">Source:</dt>
437
- <dd class="tag-source">
438
- <ul class="dummy">
439
- <li>
440
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
441
- </li>
442
- </ul>
443
- </dd>
444
-
354
+ <dd class="tag-source"><ul class="dummy"><li>
355
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line105">line 105</a>
356
+ </li></ul></dd>
357
+
445
358
 
446
-
359
+
447
360
 
448
-
361
+
449
362
 
450
-
363
+
451
364
  </dl>
452
365
 
453
366
 
@@ -455,13 +368,12 @@
455
368
 
456
369
 
457
370
 
458
-
459
371
 
460
372
 
373
+ <h4 class="name" id="connecting"><span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span></h4>
374
+
375
+
461
376
 
462
- <h4 class="name" id="connecting">
463
- <span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span>
464
- </h4>
465
377
 
466
378
 
467
379
 
@@ -469,59 +381,53 @@
469
381
 
470
382
 
471
383
 
472
- <h5 class="subsection-title">Properties:</h5>
384
+ <h5 class="subsection-title">Properties:</h5>
473
385
 
474
-
386
+
475
387
 
476
388
  <table class="props">
477
- <thead>
389
+ <thead>
478
390
  <tr>
479
-
391
+
480
392
  <th>Name</th>
481
-
393
+
482
394
 
483
- <th>Type</th>
395
+ <th>Type</th>
484
396
 
485
-
397
+
486
398
 
487
-
399
+
488
400
 
489
- <th class="last">Description</th>
401
+ <th class="last">Description</th>
490
402
  </tr>
491
- </thead>
403
+ </thead>
492
404
 
493
- <tbody>
405
+ <tbody>
494
406
 
495
407
 
496
- <tr>
497
-
498
- <td class="name"><code>connecting</code></td>
499
-
500
-
501
- <td class="type">
502
-
503
-
504
- <span class="param-type">
505
- string
506
- </span>
408
+ <tr>
409
+
410
+ <td class="name"><code>connecting</code></td>
411
+
507
412
 
508
-
413
+ <td class="type">
414
+
415
+
416
+ <span class="param-type">string</span>
509
417
 
510
418
 
511
-
512
- </td>
419
+
420
+ </td>
513
421
 
514
-
422
+
515
423
 
516
-
424
+
517
425
 
518
- <td class="description last">
519
- <p>Connecting status</p>
520
- </td>
521
- </tr>
426
+ <td class="description last"><p>Connecting status</p></td>
427
+ </tr>
522
428
 
523
-
524
- </tbody>
429
+
430
+ </tbody>
525
431
  </table>
526
432
 
527
433
 
@@ -529,46 +435,42 @@
529
435
 
530
436
  <dl class="details">
531
437
 
532
-
438
+
533
439
 
534
-
440
+
535
441
 
536
-
442
+
537
443
 
538
-
444
+
539
445
 
540
-
446
+
541
447
 
542
-
448
+
543
449
 
544
-
450
+
545
451
 
546
-
452
+
547
453
 
548
-
454
+
549
455
 
550
-
456
+
551
457
 
552
-
458
+
553
459
 
554
-
460
+
555
461
 
556
-
462
+
557
463
  <dt class="tag-source">Source:</dt>
558
- <dd class="tag-source">
559
- <ul class="dummy">
560
- <li>
561
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
562
- </li>
563
- </ul>
564
- </dd>
565
-
464
+ <dd class="tag-source"><ul class="dummy"><li>
465
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line112">line 112</a>
466
+ </li></ul></dd>
467
+
566
468
 
567
-
469
+
568
470
 
569
-
471
+
570
472
 
571
-
473
+
572
474
  </dl>
573
475
 
574
476
 
@@ -576,13 +478,11 @@
576
478
 
577
479
 
578
480
 
579
-
580
481
 
581
482
 
483
+ <h4 class="name" id="firmwareVersion"><span class="type-signature">(readonly) </span>firmwareVersion<span class="type-signature"></span></h4>
484
+
582
485
 
583
- <h4 class="name" id="firmwareVersion">
584
- <span class="type-signature">(readonly) </span>firmwareVersion<span class="type-signature"></span>
585
- </h4>
586
486
 
587
487
 
588
488
 
@@ -590,59 +490,54 @@
590
490
 
591
491
 
592
492
 
593
- <h5 class="subsection-title">Properties:</h5>
594
493
 
595
-
494
+ <h5 class="subsection-title">Properties:</h5>
495
+
496
+
596
497
 
597
498
  <table class="props">
598
- <thead>
499
+ <thead>
599
500
  <tr>
600
-
501
+
601
502
  <th>Name</th>
602
-
503
+
603
504
 
604
- <th>Type</th>
505
+ <th>Type</th>
605
506
 
606
-
507
+
607
508
 
608
-
509
+
609
510
 
610
- <th class="last">Description</th>
511
+ <th class="last">Description</th>
611
512
  </tr>
612
- </thead>
513
+ </thead>
613
514
 
614
- <tbody>
515
+ <tbody>
615
516
 
616
517
 
617
- <tr>
618
-
619
- <td class="name"><code>firmwareVersion</code></td>
620
-
621
-
622
- <td class="type">
623
-
624
-
625
- <span class="param-type">
626
- string
627
- </span>
518
+ <tr>
519
+
520
+ <td class="name"><code>firmwareVersion</code></td>
521
+
628
522
 
629
-
523
+ <td class="type">
524
+
525
+
526
+ <span class="param-type">string</span>
630
527
 
631
528
 
632
-
633
- </td>
529
+
530
+ </td>
634
531
 
635
-
532
+
636
533
 
637
-
534
+
638
535
 
639
- <td class="description last">
640
- <p>Firmware version of the hub</p>
641
- </td>
642
- </tr>
536
+ <td class="description last"><p>Firmware version of the hub</p></td>
537
+ </tr>
643
538
 
644
-
645
- </tbody>
539
+
540
+ </tbody>
646
541
  </table>
647
542
 
648
543
 
@@ -650,46 +545,42 @@
650
545
 
651
546
  <dl class="details">
652
547
 
653
-
548
+
654
549
 
655
-
550
+
656
551
 
657
-
552
+
658
553
 
659
-
554
+
660
555
 
661
-
556
+
662
557
 
663
-
558
+
664
559
 
665
-
560
+
666
561
 
667
-
562
+
668
563
 
669
-
564
+
670
565
 
671
-
566
+
672
567
 
673
-
568
+
674
569
 
675
-
570
+
676
571
 
677
-
572
+
678
573
  <dt class="tag-source">Source:</dt>
679
- <dd class="tag-source">
680
- <ul class="dummy">
681
- <li>
682
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
683
- </li>
684
- </ul>
685
- </dd>
686
-
574
+ <dd class="tag-source"><ul class="dummy"><li>
575
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line133">line 133</a>
576
+ </li></ul></dd>
577
+
687
578
 
688
-
579
+
689
580
 
690
-
581
+
691
582
 
692
-
583
+
693
584
  </dl>
694
585
 
695
586
 
@@ -697,13 +588,10 @@
697
588
 
698
589
 
699
590
 
700
-
701
591
 
702
592
 
593
+ <h4 class="name" id="hardwareVersion"><span class="type-signature">(readonly) </span>hardwareVersion<span class="type-signature"></span></h4>
703
594
 
704
- <h4 class="name" id="hardwareVersion">
705
- <span class="type-signature">(readonly) </span>hardwareVersion<span class="type-signature"></span>
706
- </h4>
707
595
 
708
596
 
709
597
 
@@ -711,59 +599,55 @@
711
599
 
712
600
 
713
601
 
714
- <h5 class="subsection-title">Properties:</h5>
715
602
 
716
-
603
+
604
+ <h5 class="subsection-title">Properties:</h5>
605
+
606
+
717
607
 
718
608
  <table class="props">
719
- <thead>
609
+ <thead>
720
610
  <tr>
721
-
611
+
722
612
  <th>Name</th>
723
-
613
+
724
614
 
725
- <th>Type</th>
615
+ <th>Type</th>
726
616
 
727
-
617
+
728
618
 
729
-
619
+
730
620
 
731
- <th class="last">Description</th>
621
+ <th class="last">Description</th>
732
622
  </tr>
733
- </thead>
623
+ </thead>
734
624
 
735
- <tbody>
625
+ <tbody>
736
626
 
737
627
 
738
- <tr>
739
-
740
- <td class="name"><code>hardwareVersion</code></td>
741
-
742
-
743
- <td class="type">
744
-
745
-
746
- <span class="param-type">
747
- string
748
- </span>
628
+ <tr>
629
+
630
+ <td class="name"><code>hardwareVersion</code></td>
631
+
749
632
 
750
-
633
+ <td class="type">
634
+
635
+
636
+ <span class="param-type">string</span>
751
637
 
752
638
 
753
-
754
- </td>
639
+
640
+ </td>
755
641
 
756
-
642
+
757
643
 
758
-
644
+
759
645
 
760
- <td class="description last">
761
- <p>Hardware version of the hub</p>
762
- </td>
763
- </tr>
646
+ <td class="description last"><p>Hardware version of the hub</p></td>
647
+ </tr>
764
648
 
765
-
766
- </tbody>
649
+
650
+ </tbody>
767
651
  </table>
768
652
 
769
653
 
@@ -771,46 +655,42 @@
771
655
 
772
656
  <dl class="details">
773
657
 
774
-
658
+
775
659
 
776
-
660
+
777
661
 
778
-
662
+
779
663
 
780
-
664
+
781
665
 
782
-
666
+
783
667
 
784
-
668
+
785
669
 
786
-
670
+
787
671
 
788
-
672
+
789
673
 
790
-
674
+
791
675
 
792
-
676
+
793
677
 
794
-
678
+
795
679
 
796
-
680
+
797
681
 
798
-
682
+
799
683
  <dt class="tag-source">Source:</dt>
800
- <dd class="tag-source">
801
- <ul class="dummy">
802
- <li>
803
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
804
- </li>
805
- </ul>
806
- </dd>
807
-
684
+ <dd class="tag-source"><ul class="dummy"><li>
685
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line140">line 140</a>
686
+ </li></ul></dd>
687
+
808
688
 
809
-
689
+
810
690
 
811
-
691
+
812
692
 
813
-
693
+
814
694
  </dl>
815
695
 
816
696
 
@@ -818,13 +698,12 @@
818
698
 
819
699
 
820
700
 
821
-
822
701
 
823
702
 
703
+ <h4 class="name" id="name"><span class="type-signature">(readonly) </span>name<span class="type-signature"></span></h4>
704
+
705
+
824
706
 
825
- <h4 class="name" id="name">
826
- <span class="type-signature">(readonly) </span>name<span class="type-signature"></span>
827
- </h4>
828
707
 
829
708
 
830
709
 
@@ -832,59 +711,53 @@
832
711
 
833
712
 
834
713
 
835
- <h5 class="subsection-title">Properties:</h5>
714
+ <h5 class="subsection-title">Properties:</h5>
836
715
 
837
-
716
+
838
717
 
839
718
  <table class="props">
840
- <thead>
719
+ <thead>
841
720
  <tr>
842
-
721
+
843
722
  <th>Name</th>
844
-
723
+
845
724
 
846
- <th>Type</th>
725
+ <th>Type</th>
847
726
 
848
-
727
+
849
728
 
850
-
729
+
851
730
 
852
- <th class="last">Description</th>
731
+ <th class="last">Description</th>
853
732
  </tr>
854
- </thead>
733
+ </thead>
855
734
 
856
- <tbody>
735
+ <tbody>
857
736
 
858
737
 
859
- <tr>
860
-
861
- <td class="name"><code>name</code></td>
862
-
863
-
864
- <td class="type">
865
-
866
-
867
- <span class="param-type">
868
- string
869
- </span>
738
+ <tr>
739
+
740
+ <td class="name"><code>name</code></td>
741
+
870
742
 
871
-
743
+ <td class="type">
744
+
745
+
746
+ <span class="param-type">string</span>
872
747
 
873
748
 
874
-
875
- </td>
749
+
750
+ </td>
876
751
 
877
-
752
+
878
753
 
879
-
754
+
880
755
 
881
- <td class="description last">
882
- <p>Name of the hub</p>
883
- </td>
884
- </tr>
756
+ <td class="description last"><p>Name of the hub</p></td>
757
+ </tr>
885
758
 
886
-
887
- </tbody>
759
+
760
+ </tbody>
888
761
  </table>
889
762
 
890
763
 
@@ -892,46 +765,42 @@
892
765
 
893
766
  <dl class="details">
894
767
 
895
-
768
+
896
769
 
897
-
770
+
898
771
 
899
-
772
+
900
773
 
901
-
774
+
902
775
 
903
-
776
+
904
777
 
905
-
778
+
906
779
 
907
-
780
+
908
781
 
909
-
782
+
910
783
 
911
-
784
+
912
785
 
913
-
786
+
914
787
 
915
-
788
+
916
789
 
917
-
790
+
918
791
 
919
-
792
+
920
793
  <dt class="tag-source">Source:</dt>
921
- <dd class="tag-source">
922
- <ul class="dummy">
923
- <li>
924
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line94">line 94</a>
925
- </li>
926
- </ul>
927
- </dd>
928
-
794
+ <dd class="tag-source"><ul class="dummy"><li>
795
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line98">line 98</a>
796
+ </li></ul></dd>
797
+
929
798
 
930
-
799
+
931
800
 
932
-
801
+
933
802
 
934
-
803
+
935
804
  </dl>
936
805
 
937
806
 
@@ -939,13 +808,11 @@
939
808
 
940
809
 
941
810
 
942
-
943
811
 
944
812
 
813
+ <h4 class="name" id="ports"><span class="type-signature">(readonly) </span>ports<span class="type-signature"></span></h4>
814
+
945
815
 
946
- <h4 class="name" id="ports">
947
- <span class="type-signature">(readonly) </span>ports<span class="type-signature"></span>
948
- </h4>
949
816
 
950
817
 
951
818
 
@@ -953,59 +820,54 @@
953
820
 
954
821
 
955
822
 
956
- <h5 class="subsection-title">Properties:</h5>
957
823
 
958
-
824
+ <h5 class="subsection-title">Properties:</h5>
825
+
826
+
959
827
 
960
828
  <table class="props">
961
- <thead>
829
+ <thead>
962
830
  <tr>
963
-
831
+
964
832
  <th>Name</th>
965
-
833
+
966
834
 
967
- <th>Type</th>
835
+ <th>Type</th>
968
836
 
969
-
837
+
970
838
 
971
-
839
+
972
840
 
973
- <th class="last">Description</th>
841
+ <th class="last">Description</th>
974
842
  </tr>
975
- </thead>
843
+ </thead>
976
844
 
977
- <tbody>
845
+ <tbody>
978
846
 
979
847
 
980
- <tr>
981
-
982
- <td class="name"><code>ports</code></td>
983
-
984
-
985
- <td class="type">
986
-
987
-
988
- <span class="param-type">
989
- Array.&lt;string>
990
- </span>
848
+ <tr>
849
+
850
+ <td class="name"><code>ports</code></td>
851
+
991
852
 
992
-
853
+ <td class="type">
854
+
855
+
856
+ <span class="param-type">Array.&lt;string></span>
993
857
 
994
858
 
995
-
996
- </td>
859
+
860
+ </td>
997
861
 
998
-
862
+
999
863
 
1000
-
864
+
1001
865
 
1002
- <td class="description last">
1003
- <p>Array of port names</p>
1004
- </td>
1005
- </tr>
866
+ <td class="description last"><p>Array of port names</p></td>
867
+ </tr>
1006
868
 
1007
-
1008
- </tbody>
869
+
870
+ </tbody>
1009
871
  </table>
1010
872
 
1011
873
 
@@ -1013,46 +875,42 @@
1013
875
 
1014
876
  <dl class="details">
1015
877
 
1016
-
878
+
1017
879
 
1018
-
880
+
1019
881
 
1020
-
882
+
1021
883
 
1022
-
884
+
1023
885
 
1024
-
886
+
1025
887
 
1026
-
888
+
1027
889
 
1028
-
890
+
1029
891
 
1030
-
892
+
1031
893
 
1032
-
894
+
1033
895
 
1034
-
896
+
1035
897
 
1036
-
898
+
1037
899
 
1038
-
900
+
1039
901
 
1040
-
902
+
1041
903
  <dt class="tag-source">Source:</dt>
1042
- <dd class="tag-source">
1043
- <ul class="dummy">
1044
- <li>
1045
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
1046
- </li>
1047
- </ul>
1048
- </dd>
1049
-
904
+ <dd class="tag-source"><ul class="dummy"><li>
905
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line126">line 126</a>
906
+ </li></ul></dd>
907
+
1050
908
 
1051
-
909
+
1052
910
 
1053
-
911
+
1054
912
 
1055
-
913
+
1056
914
  </dl>
1057
915
 
1058
916
 
@@ -1060,13 +918,10 @@
1060
918
 
1061
919
 
1062
920
 
1063
-
1064
921
 
1065
922
 
923
+ <h4 class="name" id="primaryMACAddress"><span class="type-signature">(readonly) </span>primaryMACAddress<span class="type-signature"></span></h4>
1066
924
 
1067
- <h4 class="name" id="primaryMACAddress">
1068
- <span class="type-signature">(readonly) </span>primaryMACAddress<span class="type-signature"></span>
1069
- </h4>
1070
925
 
1071
926
 
1072
927
 
@@ -1074,59 +929,55 @@
1074
929
 
1075
930
 
1076
931
 
1077
- <h5 class="subsection-title">Properties:</h5>
1078
932
 
1079
-
933
+
934
+ <h5 class="subsection-title">Properties:</h5>
935
+
936
+
1080
937
 
1081
938
  <table class="props">
1082
- <thead>
939
+ <thead>
1083
940
  <tr>
1084
-
941
+
1085
942
  <th>Name</th>
1086
-
943
+
1087
944
 
1088
- <th>Type</th>
945
+ <th>Type</th>
1089
946
 
1090
-
947
+
1091
948
 
1092
-
949
+
1093
950
 
1094
- <th class="last">Description</th>
951
+ <th class="last">Description</th>
1095
952
  </tr>
1096
- </thead>
953
+ </thead>
1097
954
 
1098
- <tbody>
955
+ <tbody>
1099
956
 
1100
957
 
1101
- <tr>
1102
-
1103
- <td class="name"><code>primaryMACAddress</code></td>
1104
-
1105
-
1106
- <td class="type">
1107
-
1108
-
1109
- <span class="param-type">
1110
- string
1111
- </span>
958
+ <tr>
959
+
960
+ <td class="name"><code>primaryMACAddress</code></td>
961
+
1112
962
 
1113
-
963
+ <td class="type">
964
+
965
+
966
+ <span class="param-type">string</span>
1114
967
 
1115
968
 
1116
-
1117
- </td>
969
+
970
+ </td>
1118
971
 
1119
-
972
+
1120
973
 
1121
-
974
+
1122
975
 
1123
- <td class="description last">
1124
- <p>Primary MAC address of the hub</p>
1125
- </td>
1126
- </tr>
976
+ <td class="description last"><p>Primary MAC address of the hub</p></td>
977
+ </tr>
1127
978
 
1128
-
1129
- </tbody>
979
+
980
+ </tbody>
1130
981
  </table>
1131
982
 
1132
983
 
@@ -1134,46 +985,42 @@
1134
985
 
1135
986
  <dl class="details">
1136
987
 
1137
-
988
+
1138
989
 
1139
-
990
+
1140
991
 
1141
-
992
+
1142
993
 
1143
-
994
+
1144
995
 
1145
-
996
+
1146
997
 
1147
-
998
+
1148
999
 
1149
-
1000
+
1150
1001
 
1151
-
1002
+
1152
1003
 
1153
-
1004
+
1154
1005
 
1155
-
1006
+
1156
1007
 
1157
-
1008
+
1158
1009
 
1159
-
1010
+
1160
1011
 
1161
-
1012
+
1162
1013
  <dt class="tag-source">Source:</dt>
1163
- <dd class="tag-source">
1164
- <ul class="dummy">
1165
- <li>
1166
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
1167
- </li>
1168
- </ul>
1169
- </dd>
1170
-
1014
+ <dd class="tag-source"><ul class="dummy"><li>
1015
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line147">line 147</a>
1016
+ </li></ul></dd>
1017
+
1171
1018
 
1172
-
1019
+
1173
1020
 
1174
-
1021
+
1175
1022
 
1176
-
1023
+
1177
1024
  </dl>
1178
1025
 
1179
1026
 
@@ -1181,13 +1028,12 @@
1181
1028
 
1182
1029
 
1183
1030
 
1184
-
1185
1031
 
1186
1032
 
1033
+ <h4 class="name" id="rssi"><span class="type-signature">(readonly) </span>rssi<span class="type-signature"></span></h4>
1034
+
1035
+
1187
1036
 
1188
- <h4 class="name" id="rssi">
1189
- <span class="type-signature">(readonly) </span>rssi<span class="type-signature"></span>
1190
- </h4>
1191
1037
 
1192
1038
 
1193
1039
 
@@ -1195,59 +1041,53 @@
1195
1041
 
1196
1042
 
1197
1043
 
1198
- <h5 class="subsection-title">Properties:</h5>
1044
+ <h5 class="subsection-title">Properties:</h5>
1199
1045
 
1200
-
1046
+
1201
1047
 
1202
1048
  <table class="props">
1203
- <thead>
1049
+ <thead>
1204
1050
  <tr>
1205
-
1051
+
1206
1052
  <th>Name</th>
1207
-
1053
+
1208
1054
 
1209
- <th>Type</th>
1055
+ <th>Type</th>
1210
1056
 
1211
-
1057
+
1212
1058
 
1213
-
1059
+
1214
1060
 
1215
- <th class="last">Description</th>
1061
+ <th class="last">Description</th>
1216
1062
  </tr>
1217
- </thead>
1063
+ </thead>
1218
1064
 
1219
- <tbody>
1065
+ <tbody>
1220
1066
 
1221
1067
 
1222
- <tr>
1223
-
1224
- <td class="name"><code>rssi</code></td>
1225
-
1226
-
1227
- <td class="type">
1228
-
1229
-
1230
- <span class="param-type">
1231
- number
1232
- </span>
1068
+ <tr>
1069
+
1070
+ <td class="name"><code>rssi</code></td>
1071
+
1233
1072
 
1234
-
1073
+ <td class="type">
1074
+
1075
+
1076
+ <span class="param-type">number</span>
1235
1077
 
1236
1078
 
1237
-
1238
- </td>
1079
+
1080
+ </td>
1239
1081
 
1240
-
1082
+
1241
1083
 
1242
-
1084
+
1243
1085
 
1244
- <td class="description last">
1245
- <p>Signal strength of the hub</p>
1246
- </td>
1247
- </tr>
1086
+ <td class="description last"><p>Signal strength of the hub</p></td>
1087
+ </tr>
1248
1088
 
1249
-
1250
- </tbody>
1089
+
1090
+ </tbody>
1251
1091
  </table>
1252
1092
 
1253
1093
 
@@ -1255,46 +1095,42 @@
1255
1095
 
1256
1096
  <dl class="details">
1257
1097
 
1258
-
1098
+
1259
1099
 
1260
-
1100
+
1261
1101
 
1262
-
1102
+
1263
1103
 
1264
-
1104
+
1265
1105
 
1266
-
1106
+
1267
1107
 
1268
-
1108
+
1269
1109
 
1270
-
1110
+
1271
1111
 
1272
-
1112
+
1273
1113
 
1274
-
1114
+
1275
1115
 
1276
-
1116
+
1277
1117
 
1278
-
1118
+
1279
1119
 
1280
-
1120
+
1281
1121
 
1282
-
1122
+
1283
1123
  <dt class="tag-source">Source:</dt>
1284
- <dd class="tag-source">
1285
- <ul class="dummy">
1286
- <li>
1287
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line164">line 164</a>
1288
- </li>
1289
- </ul>
1290
- </dd>
1291
-
1124
+ <dd class="tag-source"><ul class="dummy"><li>
1125
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line168">line 168</a>
1126
+ </li></ul></dd>
1127
+
1292
1128
 
1293
-
1129
+
1294
1130
 
1295
-
1131
+
1296
1132
 
1297
-
1133
+
1298
1134
  </dl>
1299
1135
 
1300
1136
 
@@ -1302,13 +1138,10 @@
1302
1138
 
1303
1139
 
1304
1140
 
1305
-
1306
1141
 
1307
1142
 
1143
+ <h4 class="name" id="type"><span class="type-signature">(readonly) </span>type<span class="type-signature"></span></h4>
1308
1144
 
1309
- <h4 class="name" id="type">
1310
- <span class="type-signature">(readonly) </span>type<span class="type-signature"></span>
1311
- </h4>
1312
1145
 
1313
1146
 
1314
1147
 
@@ -1316,59 +1149,55 @@
1316
1149
 
1317
1150
 
1318
1151
 
1319
- <h5 class="subsection-title">Properties:</h5>
1320
1152
 
1321
-
1153
+
1154
+ <h5 class="subsection-title">Properties:</h5>
1155
+
1156
+
1322
1157
 
1323
1158
  <table class="props">
1324
- <thead>
1159
+ <thead>
1325
1160
  <tr>
1326
-
1161
+
1327
1162
  <th>Name</th>
1328
-
1163
+
1329
1164
 
1330
- <th>Type</th>
1165
+ <th>Type</th>
1331
1166
 
1332
-
1167
+
1333
1168
 
1334
-
1169
+
1335
1170
 
1336
- <th class="last">Description</th>
1171
+ <th class="last">Description</th>
1337
1172
  </tr>
1338
- </thead>
1173
+ </thead>
1339
1174
 
1340
- <tbody>
1175
+ <tbody>
1341
1176
 
1342
1177
 
1343
- <tr>
1344
-
1345
- <td class="name"><code>type</code></td>
1346
-
1178
+ <tr>
1179
+
1180
+ <td class="name"><code>type</code></td>
1181
+
1347
1182
 
1348
- <td class="type">
1349
-
1350
-
1351
- <span class="param-type">
1352
- string
1353
- </span>
1183
+ <td class="type">
1184
+
1185
+
1186
+ <span class="param-type">string</span>
1354
1187
 
1355
-
1356
1188
 
1189
+
1190
+ </td>
1357
1191
 
1358
-
1359
- </td>
1192
+
1360
1193
 
1361
-
1194
+
1362
1195
 
1363
-
1196
+ <td class="description last"><p>Hub type</p></td>
1197
+ </tr>
1364
1198
 
1365
- <td class="description last">
1366
- <p>Hub type</p>
1367
- </td>
1368
- </tr>
1369
-
1370
-
1371
- </tbody>
1199
+
1200
+ </tbody>
1372
1201
  </table>
1373
1202
 
1374
1203
 
@@ -1376,46 +1205,42 @@
1376
1205
 
1377
1206
  <dl class="details">
1378
1207
 
1379
-
1208
+
1380
1209
 
1381
-
1210
+
1382
1211
 
1383
-
1212
+
1384
1213
 
1385
-
1214
+
1386
1215
 
1387
-
1216
+
1388
1217
 
1389
-
1218
+
1390
1219
 
1391
-
1220
+
1392
1221
 
1393
-
1222
+
1394
1223
 
1395
-
1224
+
1396
1225
 
1397
-
1226
+
1398
1227
 
1399
-
1228
+
1400
1229
 
1401
-
1230
+
1402
1231
 
1403
-
1232
+
1404
1233
  <dt class="tag-source">Source:</dt>
1405
- <dd class="tag-source">
1406
- <ul class="dummy">
1407
- <li>
1408
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
1409
- </li>
1410
- </ul>
1411
- </dd>
1412
-
1234
+ <dd class="tag-source"><ul class="dummy"><li>
1235
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line119">line 119</a>
1236
+ </li></ul></dd>
1237
+
1413
1238
 
1414
-
1239
+
1415
1240
 
1416
-
1241
+
1417
1242
 
1418
-
1243
+
1419
1244
  </dl>
1420
1245
 
1421
1246
 
@@ -1423,13 +1248,10 @@
1423
1248
 
1424
1249
 
1425
1250
 
1426
-
1427
1251
 
1428
1252
 
1253
+ <h4 class="name" id="uuid"><span class="type-signature">(readonly) </span>uuid<span class="type-signature"></span></h4>
1429
1254
 
1430
- <h4 class="name" id="uuid">
1431
- <span class="type-signature">(readonly) </span>uuid<span class="type-signature"></span>
1432
- </h4>
1433
1255
 
1434
1256
 
1435
1257
 
@@ -1437,59 +1259,55 @@
1437
1259
 
1438
1260
 
1439
1261
 
1440
- <h5 class="subsection-title">Properties:</h5>
1441
1262
 
1442
-
1263
+
1264
+ <h5 class="subsection-title">Properties:</h5>
1265
+
1266
+
1443
1267
 
1444
1268
  <table class="props">
1445
- <thead>
1269
+ <thead>
1446
1270
  <tr>
1447
-
1271
+
1448
1272
  <th>Name</th>
1449
-
1273
+
1450
1274
 
1451
- <th>Type</th>
1275
+ <th>Type</th>
1452
1276
 
1453
-
1277
+
1454
1278
 
1455
-
1279
+
1456
1280
 
1457
- <th class="last">Description</th>
1281
+ <th class="last">Description</th>
1458
1282
  </tr>
1459
- </thead>
1283
+ </thead>
1460
1284
 
1461
- <tbody>
1285
+ <tbody>
1462
1286
 
1463
1287
 
1464
- <tr>
1465
-
1466
- <td class="name"><code>uuid</code></td>
1467
-
1468
-
1469
- <td class="type">
1470
-
1471
-
1472
- <span class="param-type">
1473
- string
1474
- </span>
1288
+ <tr>
1289
+
1290
+ <td class="name"><code>uuid</code></td>
1291
+
1475
1292
 
1476
-
1293
+ <td class="type">
1294
+
1295
+
1296
+ <span class="param-type">string</span>
1477
1297
 
1478
1298
 
1479
-
1480
- </td>
1299
+
1300
+ </td>
1481
1301
 
1482
-
1302
+
1483
1303
 
1484
-
1304
+
1485
1305
 
1486
- <td class="description last">
1487
- <p>UUID of the hub</p>
1488
- </td>
1489
- </tr>
1306
+ <td class="description last"><p>UUID of the hub</p></td>
1307
+ </tr>
1490
1308
 
1491
-
1492
- </tbody>
1309
+
1310
+ </tbody>
1493
1311
  </table>
1494
1312
 
1495
1313
 
@@ -1497,46 +1315,42 @@
1497
1315
 
1498
1316
  <dl class="details">
1499
1317
 
1500
-
1318
+
1501
1319
 
1502
-
1320
+
1503
1321
 
1504
-
1322
+
1505
1323
 
1506
-
1324
+
1507
1325
 
1508
-
1326
+
1509
1327
 
1510
-
1328
+
1511
1329
 
1512
-
1330
+
1513
1331
 
1514
-
1332
+
1515
1333
 
1516
-
1334
+
1517
1335
 
1518
-
1336
+
1519
1337
 
1520
-
1338
+
1521
1339
 
1522
-
1340
+
1523
1341
 
1524
-
1342
+
1525
1343
  <dt class="tag-source">Source:</dt>
1526
- <dd class="tag-source">
1527
- <ul class="dummy">
1528
- <li>
1529
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
1530
- </li>
1531
- </ul>
1532
- </dd>
1533
-
1344
+ <dd class="tag-source"><ul class="dummy"><li>
1345
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line154">line 154</a>
1346
+ </li></ul></dd>
1347
+
1534
1348
 
1535
-
1349
+
1536
1350
 
1537
-
1351
+
1538
1352
 
1539
-
1353
+
1540
1354
  </dl>
1541
1355
 
1542
1356
 
@@ -1544,7 +1358,6 @@
1544
1358
 
1545
1359
 
1546
1360
 
1547
-
1548
1361
 
1549
1362
 
1550
1363
 
@@ -1553,24 +1366,26 @@
1553
1366
 
1554
1367
 
1555
1368
 
1556
- </article>
1557
- </section>
1369
+ </article>
1558
1370
 
1371
+ </section>
1559
1372
 
1560
1373
 
1561
1374
 
1562
- </div>
1563
1375
 
1564
- <br class="clear">
1376
+ </div>
1565
1377
 
1566
- <footer>
1567
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
1568
- </footer>
1378
+ <nav>
1379
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AbsoluteMotor.html">AbsoluteMotor</a></li><li><a href="BaseHub.html">BaseHub</a></li><li><a href="BasicMotor.html">BasicMotor</a></li><li><a href="ColorDistanceSensor.html">ColorDistanceSensor</a></li><li><a href="CurrentSensor.html">CurrentSensor</a></li><li><a href="Device.html">Device</a></li><li><a href="DuploTrainBase.html">DuploTrainBase</a></li><li><a href="DuploTrainBaseColorSensor.html">DuploTrainBaseColorSensor</a></li><li><a href="DuploTrainBaseMotor.html">DuploTrainBaseMotor</a></li><li><a href="DuploTrainBaseSpeaker.html">DuploTrainBaseSpeaker</a></li><li><a href="DuploTraniBaseSpeedometer.html">DuploTraniBaseSpeedometer</a></li><li><a href="Hub.html">Hub</a></li><li><a href="HubLED.html">HubLED</a></li><li><a href="LPF2Hub.html">LPF2Hub</a></li><li><a href="Light.html">Light</a></li><li><a href="Mario.html">Mario</a></li><li><a href="MarioAccelerometer.html">MarioAccelerometer</a></li><li><a href="MarioBarcodeSensor.html">MarioBarcodeSensor</a></li><li><a href="MarioPantsSensor.html">MarioPantsSensor</a></li><li><a href="MediumLinearMotor.html">MediumLinearMotor</a></li><li><a href="MotionSensor.html">MotionSensor</a></li><li><a href="MoveHub.html">MoveHub</a></li><li><a href="MoveHubMediumLinearMotor.html">MoveHubMediumLinearMotor</a></li><li><a href="MoveHubTiltSensor.html">MoveHubTiltSensor</a></li><li><a href="PiezoBuzzer.html">PiezoBuzzer</a></li><li><a href="PoweredUP.html">PoweredUP</a></li><li><a href="RemoteControl.html">RemoteControl</a></li><li><a href="RemoteControlButton.html">RemoteControlButton</a></li><li><a href="SimpleMediumLinearMotor.html">SimpleMediumLinearMotor</a></li><li><a href="TachoMotor.html">TachoMotor</a></li><li><a href="Technic3x3ColorLightMatrix.html">Technic3x3ColorLightMatrix</a></li><li><a href="TechnicColorSensor.html">TechnicColorSensor</a></li><li><a href="TechnicDistanceSensor.html">TechnicDistanceSensor</a></li><li><a href="TechnicForceSensor.html">TechnicForceSensor</a></li><li><a href="TechnicLargeAngularMotor.html">TechnicLargeAngularMotor</a></li><li><a href="TechnicLargeLinearMotor.html">TechnicLargeLinearMotor</a></li><li><a href="TechnicMediumAngularMotor.html">TechnicMediumAngularMotor</a></li><li><a href="TechnicMediumHub.html">TechnicMediumHub</a></li><li><a href="TechnicMediumHubAccelerometerSensor.html">TechnicMediumHubAccelerometerSensor</a></li><li><a href="TechnicMediumHubGyroSensor.html">TechnicMediumHubGyroSensor</a></li><li><a href="TechnicMediumHubTiltSensor.html">TechnicMediumHubTiltSensor</a></li><li><a href="TechnicSmallAngularMotor.html">TechnicSmallAngularMotor</a></li><li><a href="TechnicXLargeLinearMotor.html">TechnicXLargeLinearMotor</a></li><li><a href="TiltSensor.html">TiltSensor</a></li><li><a href="TrainMotor.html">TrainMotor</a></li><li><a href="VoltageSensor.html">VoltageSensor</a></li><li><a href="WeDo2SmartHub.html">WeDo2SmartHub</a></li></ul><h3>Events</h3><ul><li><a href="AbsoluteMotor.html#event:absolute">absolute</a></li><li><a href="AbsoluteMotor.html#event:rotate">rotate</a></li><li><a href="ColorDistanceSensor.html#event:ambient">ambient</a></li><li><a href="ColorDistanceSensor.html#event:color">color</a></li><li><a href="ColorDistanceSensor.html#event:colorAndDistance">colorAndDistance</a></li><li><a href="ColorDistanceSensor.html#event:distance">distance</a></li><li><a href="ColorDistanceSensor.html#event:distanceCount">distanceCount</a></li><li><a href="ColorDistanceSensor.html#event:reflect">reflect</a></li><li><a href="ColorDistanceSensor.html#event:rgbIntensity">rgbIntensity</a></li><li><a href="CurrentSensor.html#event:current">current</a></li><li><a href="DuploTrainBase.html#event:button">button</a></li><li><a href="DuploTrainBaseColorSensor.html#event:color">color</a></li><li><a href="DuploTrainBaseColorSensor.html#event:intensity">intensity</a></li><li><a href="DuploTrainBaseColorSensor.html#event:reflect">reflect</a></li><li><a href="DuploTrainBaseColorSensor.html#event:rgb">rgb</a></li><li><a href="DuploTrainBaseSpeedometer.html#event:speed">speed</a></li><li><a href="Hub.html#event:attach">attach</a></li><li><a href="Hub.html#event:button">button</a></li><li><a href="Hub.html#event:detach">detach</a></li><li><a href="Hub.html#event:disconnect">disconnect</a></li><li><a href="LPF2Hub.html#event:button">button</a></li><li><a href="Mario.html#event:button">button</a></li><li><a href="MarioAccelerometer.html#event:accel">accel</a></li><li><a href="MarioAccelerometer.html#event:gest">gest</a></li><li><a href="MarioBarcodeSensor.html#event:barcode">barcode</a></li><li><a href="MarioBarcodeSensor.html#event:rgb">rgb</a></li><li><a href="MarioPantsSensor.html#event:pants">pants</a></li><li><a href="MediumLinearMotor.html#event:rotate">rotate</a></li><li><a href="MotionSensor.html#event:distance">distance</a></li><li><a href="MoveHub.html#event:button">button</a></li><li><a href="MoveHubMediumLinearMotor.html#event:rotate">rotate</a></li><li><a href="MoveHubTiltSensor.html#event:tilt">tilt</a></li><li><a href="PoweredUP.html#event:discover">discover</a></li><li><a href="RemoteControl.html#event:button">button</a></li><li><a href="RemoteControlButton.html#event:remoteButton">remoteButton</a></li><li><a href="TachoMotor.html#event:rotate">rotate</a></li><li><a href="TechnicColorSensor.html#event:ambient">ambient</a></li><li><a href="TechnicColorSensor.html#event:color">color</a></li><li><a href="TechnicColorSensor.html#event:reflect">reflect</a></li><li><a href="TechnicDistanceSensor.html#event:distance">distance</a></li><li><a href="TechnicDistanceSensor.html#event:fastDistance">fastDistance</a></li><li><a href="TechnicForceSensor.html#event:force">force</a></li><li><a href="TechnicForceSensor.html#event:tapped">tapped</a></li><li><a href="TechnicForceSensor.html#event:touch">touch</a></li><li><a href="TechnicLargeAngularMotor.html#event:absolute">absolute</a></li><li><a href="TechnicLargeAngularMotor.html#event:rotate">rotate</a></li><li><a href="TechnicLargeLinearMotor.html#event:absolute">absolute</a></li><li><a href="TechnicLargeLinearMotor.html#event:rotate">rotate</a></li><li><a href="TechnicMediumAngularMotor.html#event:absolute">absolute</a></li><li><a href="TechnicMediumAngularMotor.html#event:rotate">rotate</a></li><li><a href="TechnicMediumHub.html#event:button">button</a></li><li><a href="TechnicMediumHubAccelerometerSensor.html#event:accel">accel</a></li><li><a href="TechnicMediumHubGyroSensor.html#event:gyro">gyro</a></li><li><a href="TechnicMediumHubTiltSensor.html#event:impactCount">impactCount</a></li><li><a href="TechnicMediumHubTiltSensor.html#event:tilt">tilt</a></li><li><a href="TechnicSmallAngularMotor.html#event:absolute">absolute</a></li><li><a href="TechnicSmallAngularMotor.html#event:rotate">rotate</a></li><li><a href="TechnicXLargeLinearMotor.html#event:absolute">absolute</a></li><li><a href="TechnicXLargeLinearMotor.html#event:rotate">rotate</a></li><li><a href="TiltSensor.html#event:tilt">tilt</a></li><li><a href="VoltageSensor.html#event:voltage">voltage</a></li><li><a href="WeDo2SmartHub.html#event:button">button</a></li></ul><h3><a href="global.html">Global</a></h3>
1380
+ </nav>
1569
1381
 
1570
- <script src="scripts/linenumber.js"></script>
1571
- <script src="scripts/pagelocation.js"></script>
1382
+ <br class="clear">
1572
1383
 
1573
-
1384
+ <footer>
1385
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Fri Apr 26 2024 00:11:37 GMT+0000 (Coordinated Universal Time)
1386
+ </footer>
1574
1387
 
1388
+ <script> prettyPrint(); </script>
1389
+ <script src="scripts/linenumber.js"> </script>
1575
1390
  </body>
1576
1391
  </html>