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/LPF2Hub.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
- LPF2Hub - 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: LPF2Hub</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: LPF2Hub</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
- LPF2Hub
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>LPF2Hub<span class="signature">()</span><span class="type-signature"></span></h2>
92
32
 
93
- LPF2Hub
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="LPF2Hub"><span class="type-signature"></span>new LPF2Hub<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="#LPF2Hub">
111
- <svg height="20" width="20" style="fill: black;">
112
- <use xlink:href="#linkIcon"></use>
113
- </svg>
114
- </a>
115
- <h4 class="name" id="LPF2Hub">
116
- <span class="type-signature"></span>new LPF2Hub<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_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line29">line 29</a>
165
- </li>
166
- </ul>
167
- </dd>
168
-
91
+ <dd class="tag-source"><ul class="dummy"><li>
92
+ <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line33">line 33</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><a href="BaseHub.html">BaseHub</a></li>
133
+ </ul>
198
134
 
199
- <ul>
200
- <li><a href="BaseHub.html">BaseHub</a></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,10 @@
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
+
155
+
219
156
 
220
- <h4 class="name" id="batteryLevel">
221
- <span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span>
222
- </h4>
223
157
 
224
158
 
225
159
 
@@ -227,59 +161,53 @@
227
161
 
228
162
 
229
163
 
230
- <h5 class="subsection-title">Properties:</h5>
164
+ <h5 class="subsection-title">Properties:</h5>
231
165
 
232
-
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,55 +215,47 @@
287
215
 
288
216
  <dl class="details">
289
217
 
290
-
218
+
291
219
 
292
-
220
+
293
221
 
294
-
222
+
295
223
  <dt class="inherited-from">Inherited From:</dt>
296
- <dd class="inherited-from">
297
- <ul class="dummy">
298
- <li>
299
- <a href="BaseHub.html#batteryLevel">BaseHub#batteryLevel</a>
300
- </li>
301
- </ul>
302
- </dd>
303
-
224
+ <dd class="inherited-from"><ul class="dummy"><li>
225
+ <a href="BaseHub.html#batteryLevel">BaseHub#batteryLevel</a>
226
+ </li></ul></dd>
227
+
304
228
 
305
-
229
+
306
230
 
307
-
231
+
308
232
 
309
-
233
+
310
234
 
311
-
235
+
312
236
 
313
-
237
+
314
238
 
315
-
239
+
316
240
 
317
-
241
+
318
242
 
319
-
243
+
320
244
 
321
-
245
+
322
246
 
323
-
247
+
324
248
  <dt class="tag-source">Source:</dt>
325
- <dd class="tag-source">
326
- <ul class="dummy">
327
- <li>
328
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line157">line 157</a>
329
- </li>
330
- </ul>
331
- </dd>
332
-
249
+ <dd class="tag-source"><ul class="dummy"><li>
250
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line161">line 161</a>
251
+ </li></ul></dd>
252
+
333
253
 
334
-
254
+
335
255
 
336
-
256
+
337
257
 
338
-
258
+
339
259
  </dl>
340
260
 
341
261
 
@@ -343,13 +263,10 @@
343
263
 
344
264
 
345
265
 
346
-
347
266
 
348
267
 
268
+ <h4 class="name" id="connected"><span class="type-signature">(readonly) </span>connected<span class="type-signature"></span></h4>
349
269
 
350
- <h4 class="name" id="connected">
351
- <span class="type-signature">(readonly) </span>connected<span class="type-signature"></span>
352
- </h4>
353
270
 
354
271
 
355
272
 
@@ -357,59 +274,55 @@
357
274
 
358
275
 
359
276
 
360
- <h5 class="subsection-title">Properties:</h5>
361
277
 
362
-
278
+
279
+ <h5 class="subsection-title">Properties:</h5>
280
+
281
+
363
282
 
364
283
  <table class="props">
365
- <thead>
284
+ <thead>
366
285
  <tr>
367
-
286
+
368
287
  <th>Name</th>
369
-
288
+
370
289
 
371
- <th>Type</th>
290
+ <th>Type</th>
372
291
 
373
-
292
+
374
293
 
375
-
294
+
376
295
 
377
- <th class="last">Description</th>
296
+ <th class="last">Description</th>
378
297
  </tr>
379
- </thead>
298
+ </thead>
380
299
 
381
- <tbody>
300
+ <tbody>
382
301
 
383
302
 
384
- <tr>
385
-
386
- <td class="name"><code>connected</code></td>
387
-
388
-
389
- <td class="type">
390
-
391
-
392
- <span class="param-type">
393
- string
394
- </span>
303
+ <tr>
304
+
305
+ <td class="name"><code>connected</code></td>
306
+
395
307
 
396
-
308
+ <td class="type">
309
+
310
+
311
+ <span class="param-type">string</span>
397
312
 
398
313
 
399
-
400
- </td>
314
+
315
+ </td>
401
316
 
402
-
317
+
403
318
 
404
-
319
+
405
320
 
406
- <td class="description last">
407
- <p>Connected status</p>
408
- </td>
409
- </tr>
321
+ <td class="description last"><p>Connected status</p></td>
322
+ </tr>
410
323
 
411
-
412
- </tbody>
324
+
325
+ </tbody>
413
326
  </table>
414
327
 
415
328
 
@@ -417,55 +330,47 @@
417
330
 
418
331
  <dl class="details">
419
332
 
420
-
333
+
421
334
 
422
-
335
+
423
336
 
424
-
337
+
425
338
  <dt class="inherited-from">Inherited From:</dt>
426
- <dd class="inherited-from">
427
- <ul class="dummy">
428
- <li>
429
- <a href="BaseHub.html#connected">BaseHub#connected</a>
430
- </li>
431
- </ul>
432
- </dd>
433
-
339
+ <dd class="inherited-from"><ul class="dummy"><li>
340
+ <a href="BaseHub.html#connected">BaseHub#connected</a>
341
+ </li></ul></dd>
342
+
434
343
 
435
-
344
+
436
345
 
437
-
346
+
438
347
 
439
-
348
+
440
349
 
441
-
350
+
442
351
 
443
-
352
+
444
353
 
445
-
354
+
446
355
 
447
-
356
+
448
357
 
449
-
358
+
450
359
 
451
-
360
+
452
361
 
453
-
362
+
454
363
  <dt class="tag-source">Source:</dt>
455
- <dd class="tag-source">
456
- <ul class="dummy">
457
- <li>
458
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line101">line 101</a>
459
- </li>
460
- </ul>
461
- </dd>
462
-
364
+ <dd class="tag-source"><ul class="dummy"><li>
365
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line105">line 105</a>
366
+ </li></ul></dd>
367
+
463
368
 
464
-
369
+
465
370
 
466
-
371
+
467
372
 
468
-
373
+
469
374
  </dl>
470
375
 
471
376
 
@@ -473,13 +378,12 @@
473
378
 
474
379
 
475
380
 
476
-
477
381
 
478
382
 
383
+ <h4 class="name" id="connecting"><span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span></h4>
384
+
385
+
479
386
 
480
- <h4 class="name" id="connecting">
481
- <span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span>
482
- </h4>
483
387
 
484
388
 
485
389
 
@@ -487,59 +391,53 @@
487
391
 
488
392
 
489
393
 
490
- <h5 class="subsection-title">Properties:</h5>
394
+ <h5 class="subsection-title">Properties:</h5>
491
395
 
492
-
396
+
493
397
 
494
398
  <table class="props">
495
- <thead>
399
+ <thead>
496
400
  <tr>
497
-
401
+
498
402
  <th>Name</th>
499
-
403
+
500
404
 
501
- <th>Type</th>
405
+ <th>Type</th>
502
406
 
503
-
407
+
504
408
 
505
-
409
+
506
410
 
507
- <th class="last">Description</th>
411
+ <th class="last">Description</th>
508
412
  </tr>
509
- </thead>
413
+ </thead>
510
414
 
511
- <tbody>
415
+ <tbody>
512
416
 
513
417
 
514
- <tr>
515
-
516
- <td class="name"><code>connecting</code></td>
517
-
518
-
519
- <td class="type">
520
-
521
-
522
- <span class="param-type">
523
- string
524
- </span>
418
+ <tr>
419
+
420
+ <td class="name"><code>connecting</code></td>
421
+
525
422
 
526
-
423
+ <td class="type">
424
+
425
+
426
+ <span class="param-type">string</span>
527
427
 
528
428
 
529
-
530
- </td>
429
+
430
+ </td>
531
431
 
532
-
432
+
533
433
 
534
-
434
+
535
435
 
536
- <td class="description last">
537
- <p>Connecting status</p>
538
- </td>
539
- </tr>
436
+ <td class="description last"><p>Connecting status</p></td>
437
+ </tr>
540
438
 
541
-
542
- </tbody>
439
+
440
+ </tbody>
543
441
  </table>
544
442
 
545
443
 
@@ -547,55 +445,47 @@
547
445
 
548
446
  <dl class="details">
549
447
 
550
-
448
+
551
449
 
552
-
450
+
553
451
 
554
-
452
+
555
453
  <dt class="inherited-from">Inherited From:</dt>
556
- <dd class="inherited-from">
557
- <ul class="dummy">
558
- <li>
559
- <a href="BaseHub.html#connecting">BaseHub#connecting</a>
560
- </li>
561
- </ul>
562
- </dd>
563
-
454
+ <dd class="inherited-from"><ul class="dummy"><li>
455
+ <a href="BaseHub.html#connecting">BaseHub#connecting</a>
456
+ </li></ul></dd>
457
+
564
458
 
565
-
459
+
566
460
 
567
-
461
+
568
462
 
569
-
463
+
570
464
 
571
-
465
+
572
466
 
573
-
467
+
574
468
 
575
-
469
+
576
470
 
577
-
471
+
578
472
 
579
-
473
+
580
474
 
581
-
475
+
582
476
 
583
-
477
+
584
478
  <dt class="tag-source">Source:</dt>
585
- <dd class="tag-source">
586
- <ul class="dummy">
587
- <li>
588
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line108">line 108</a>
589
- </li>
590
- </ul>
591
- </dd>
592
-
479
+ <dd class="tag-source"><ul class="dummy"><li>
480
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line112">line 112</a>
481
+ </li></ul></dd>
482
+
593
483
 
594
-
484
+
595
485
 
596
-
486
+
597
487
 
598
-
488
+
599
489
  </dl>
600
490
 
601
491
 
@@ -603,13 +493,10 @@
603
493
 
604
494
 
605
495
 
606
-
607
496
 
608
497
 
498
+ <h4 class="name" id="firmwareVersion"><span class="type-signature">(readonly) </span>firmwareVersion<span class="type-signature"></span></h4>
609
499
 
610
- <h4 class="name" id="firmwareVersion">
611
- <span class="type-signature">(readonly) </span>firmwareVersion<span class="type-signature"></span>
612
- </h4>
613
500
 
614
501
 
615
502
 
@@ -617,59 +504,55 @@
617
504
 
618
505
 
619
506
 
620
- <h5 class="subsection-title">Properties:</h5>
621
507
 
622
-
508
+
509
+ <h5 class="subsection-title">Properties:</h5>
510
+
511
+
623
512
 
624
513
  <table class="props">
625
- <thead>
514
+ <thead>
626
515
  <tr>
627
-
516
+
628
517
  <th>Name</th>
629
-
518
+
630
519
 
631
- <th>Type</th>
520
+ <th>Type</th>
632
521
 
633
-
522
+
634
523
 
635
-
524
+
636
525
 
637
- <th class="last">Description</th>
526
+ <th class="last">Description</th>
638
527
  </tr>
639
- </thead>
528
+ </thead>
640
529
 
641
- <tbody>
530
+ <tbody>
642
531
 
643
532
 
644
- <tr>
645
-
646
- <td class="name"><code>firmwareVersion</code></td>
647
-
648
-
649
- <td class="type">
650
-
651
-
652
- <span class="param-type">
653
- string
654
- </span>
533
+ <tr>
534
+
535
+ <td class="name"><code>firmwareVersion</code></td>
536
+
655
537
 
656
-
538
+ <td class="type">
539
+
540
+
541
+ <span class="param-type">string</span>
657
542
 
658
543
 
659
-
660
- </td>
544
+
545
+ </td>
661
546
 
662
-
547
+
663
548
 
664
-
549
+
665
550
 
666
- <td class="description last">
667
- <p>Firmware version of the hub</p>
668
- </td>
669
- </tr>
551
+ <td class="description last"><p>Firmware version of the hub</p></td>
552
+ </tr>
670
553
 
671
-
672
- </tbody>
554
+
555
+ </tbody>
673
556
  </table>
674
557
 
675
558
 
@@ -677,55 +560,47 @@
677
560
 
678
561
  <dl class="details">
679
562
 
680
-
563
+
681
564
 
682
-
565
+
683
566
 
684
-
567
+
685
568
  <dt class="inherited-from">Inherited From:</dt>
686
- <dd class="inherited-from">
687
- <ul class="dummy">
688
- <li>
689
- <a href="BaseHub.html#firmwareVersion">BaseHub#firmwareVersion</a>
690
- </li>
691
- </ul>
692
- </dd>
693
-
569
+ <dd class="inherited-from"><ul class="dummy"><li>
570
+ <a href="BaseHub.html#firmwareVersion">BaseHub#firmwareVersion</a>
571
+ </li></ul></dd>
572
+
694
573
 
695
-
574
+
696
575
 
697
-
576
+
698
577
 
699
-
578
+
700
579
 
701
-
580
+
702
581
 
703
-
582
+
704
583
 
705
-
584
+
706
585
 
707
-
586
+
708
587
 
709
-
588
+
710
589
 
711
-
590
+
712
591
 
713
-
592
+
714
593
  <dt class="tag-source">Source:</dt>
715
- <dd class="tag-source">
716
- <ul class="dummy">
717
- <li>
718
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line129">line 129</a>
719
- </li>
720
- </ul>
721
- </dd>
722
-
594
+ <dd class="tag-source"><ul class="dummy"><li>
595
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line133">line 133</a>
596
+ </li></ul></dd>
597
+
723
598
 
724
-
599
+
725
600
 
726
-
601
+
727
602
 
728
-
603
+
729
604
  </dl>
730
605
 
731
606
 
@@ -733,13 +608,12 @@
733
608
 
734
609
 
735
610
 
736
-
737
611
 
738
612
 
613
+ <h4 class="name" id="hardwareVersion"><span class="type-signature">(readonly) </span>hardwareVersion<span class="type-signature"></span></h4>
614
+
615
+
739
616
 
740
- <h4 class="name" id="hardwareVersion">
741
- <span class="type-signature">(readonly) </span>hardwareVersion<span class="type-signature"></span>
742
- </h4>
743
617
 
744
618
 
745
619
 
@@ -747,59 +621,53 @@
747
621
 
748
622
 
749
623
 
750
- <h5 class="subsection-title">Properties:</h5>
624
+ <h5 class="subsection-title">Properties:</h5>
751
625
 
752
-
626
+
753
627
 
754
628
  <table class="props">
755
- <thead>
629
+ <thead>
756
630
  <tr>
757
-
631
+
758
632
  <th>Name</th>
759
-
633
+
760
634
 
761
- <th>Type</th>
635
+ <th>Type</th>
762
636
 
763
-
637
+
764
638
 
765
-
639
+
766
640
 
767
- <th class="last">Description</th>
641
+ <th class="last">Description</th>
768
642
  </tr>
769
- </thead>
643
+ </thead>
770
644
 
771
- <tbody>
645
+ <tbody>
772
646
 
773
647
 
774
- <tr>
775
-
776
- <td class="name"><code>hardwareVersion</code></td>
777
-
778
-
779
- <td class="type">
780
-
781
-
782
- <span class="param-type">
783
- string
784
- </span>
648
+ <tr>
649
+
650
+ <td class="name"><code>hardwareVersion</code></td>
651
+
785
652
 
786
-
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">string</span>
787
657
 
788
658
 
789
-
790
- </td>
659
+
660
+ </td>
791
661
 
792
-
662
+
793
663
 
794
-
664
+
795
665
 
796
- <td class="description last">
797
- <p>Hardware version of the hub</p>
798
- </td>
799
- </tr>
666
+ <td class="description last"><p>Hardware version of the hub</p></td>
667
+ </tr>
800
668
 
801
-
802
- </tbody>
669
+
670
+ </tbody>
803
671
  </table>
804
672
 
805
673
 
@@ -807,55 +675,47 @@
807
675
 
808
676
  <dl class="details">
809
677
 
810
-
678
+
811
679
 
812
-
680
+
813
681
 
814
-
682
+
815
683
  <dt class="inherited-from">Inherited From:</dt>
816
- <dd class="inherited-from">
817
- <ul class="dummy">
818
- <li>
819
- <a href="BaseHub.html#hardwareVersion">BaseHub#hardwareVersion</a>
820
- </li>
821
- </ul>
822
- </dd>
823
-
684
+ <dd class="inherited-from"><ul class="dummy"><li>
685
+ <a href="BaseHub.html#hardwareVersion">BaseHub#hardwareVersion</a>
686
+ </li></ul></dd>
687
+
824
688
 
825
-
689
+
826
690
 
827
-
691
+
828
692
 
829
-
693
+
830
694
 
831
-
695
+
832
696
 
833
-
697
+
834
698
 
835
-
699
+
836
700
 
837
-
701
+
838
702
 
839
-
703
+
840
704
 
841
-
705
+
842
706
 
843
-
707
+
844
708
  <dt class="tag-source">Source:</dt>
845
- <dd class="tag-source">
846
- <ul class="dummy">
847
- <li>
848
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line136">line 136</a>
849
- </li>
850
- </ul>
851
- </dd>
852
-
709
+ <dd class="tag-source"><ul class="dummy"><li>
710
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line140">line 140</a>
711
+ </li></ul></dd>
712
+
853
713
 
854
-
714
+
855
715
 
856
-
716
+
857
717
 
858
-
718
+
859
719
  </dl>
860
720
 
861
721
 
@@ -863,13 +723,10 @@
863
723
 
864
724
 
865
725
 
866
-
867
726
 
868
727
 
728
+ <h4 class="name" id="name"><span class="type-signature">(readonly) </span>name<span class="type-signature"></span></h4>
869
729
 
870
- <h4 class="name" id="name">
871
- <span class="type-signature">(readonly) </span>name<span class="type-signature"></span>
872
- </h4>
873
730
 
874
731
 
875
732
 
@@ -877,59 +734,55 @@
877
734
 
878
735
 
879
736
 
880
- <h5 class="subsection-title">Properties:</h5>
881
737
 
882
-
738
+
739
+ <h5 class="subsection-title">Properties:</h5>
740
+
741
+
883
742
 
884
743
  <table class="props">
885
- <thead>
744
+ <thead>
886
745
  <tr>
887
-
746
+
888
747
  <th>Name</th>
889
-
748
+
890
749
 
891
- <th>Type</th>
750
+ <th>Type</th>
892
751
 
893
-
752
+
894
753
 
895
-
754
+
896
755
 
897
- <th class="last">Description</th>
756
+ <th class="last">Description</th>
898
757
  </tr>
899
- </thead>
758
+ </thead>
900
759
 
901
- <tbody>
760
+ <tbody>
902
761
 
903
762
 
904
- <tr>
905
-
906
- <td class="name"><code>name</code></td>
907
-
908
-
909
- <td class="type">
910
-
911
-
912
- <span class="param-type">
913
- string
914
- </span>
763
+ <tr>
764
+
765
+ <td class="name"><code>name</code></td>
766
+
915
767
 
916
-
768
+ <td class="type">
769
+
770
+
771
+ <span class="param-type">string</span>
917
772
 
918
773
 
919
-
920
- </td>
774
+
775
+ </td>
921
776
 
922
-
777
+
923
778
 
924
-
779
+
925
780
 
926
- <td class="description last">
927
- <p>Name of the hub</p>
928
- </td>
929
- </tr>
781
+ <td class="description last"><p>Name of the hub</p></td>
782
+ </tr>
930
783
 
931
-
932
- </tbody>
784
+
785
+ </tbody>
933
786
  </table>
934
787
 
935
788
 
@@ -937,55 +790,47 @@
937
790
 
938
791
  <dl class="details">
939
792
 
940
-
793
+
941
794
 
942
-
795
+
943
796
 
944
-
797
+
945
798
  <dt class="inherited-from">Inherited From:</dt>
946
- <dd class="inherited-from">
947
- <ul class="dummy">
948
- <li>
949
- <a href="BaseHub.html#name">BaseHub#name</a>
950
- </li>
951
- </ul>
952
- </dd>
953
-
799
+ <dd class="inherited-from"><ul class="dummy"><li>
800
+ <a href="BaseHub.html#name">BaseHub#name</a>
801
+ </li></ul></dd>
802
+
954
803
 
955
-
804
+
956
805
 
957
-
806
+
958
807
 
959
-
808
+
960
809
 
961
-
810
+
962
811
 
963
-
812
+
964
813
 
965
-
814
+
966
815
 
967
-
816
+
968
817
 
969
-
818
+
970
819
 
971
-
820
+
972
821
 
973
-
822
+
974
823
  <dt class="tag-source">Source:</dt>
975
- <dd class="tag-source">
976
- <ul class="dummy">
977
- <li>
978
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line94">line 94</a>
979
- </li>
980
- </ul>
981
- </dd>
982
-
824
+ <dd class="tag-source"><ul class="dummy"><li>
825
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line98">line 98</a>
826
+ </li></ul></dd>
827
+
983
828
 
984
-
829
+
985
830
 
986
-
831
+
987
832
 
988
-
833
+
989
834
  </dl>
990
835
 
991
836
 
@@ -993,13 +838,11 @@
993
838
 
994
839
 
995
840
 
996
-
997
841
 
998
842
 
843
+ <h4 class="name" id="ports"><span class="type-signature">(readonly) </span>ports<span class="type-signature"></span></h4>
844
+
999
845
 
1000
- <h4 class="name" id="ports">
1001
- <span class="type-signature">(readonly) </span>ports<span class="type-signature"></span>
1002
- </h4>
1003
846
 
1004
847
 
1005
848
 
@@ -1007,59 +850,54 @@
1007
850
 
1008
851
 
1009
852
 
1010
- <h5 class="subsection-title">Properties:</h5>
1011
853
 
1012
-
854
+ <h5 class="subsection-title">Properties:</h5>
855
+
856
+
1013
857
 
1014
858
  <table class="props">
1015
- <thead>
859
+ <thead>
1016
860
  <tr>
1017
-
861
+
1018
862
  <th>Name</th>
1019
-
863
+
1020
864
 
1021
- <th>Type</th>
865
+ <th>Type</th>
1022
866
 
1023
-
867
+
1024
868
 
1025
-
869
+
1026
870
 
1027
- <th class="last">Description</th>
871
+ <th class="last">Description</th>
1028
872
  </tr>
1029
- </thead>
873
+ </thead>
1030
874
 
1031
- <tbody>
875
+ <tbody>
1032
876
 
1033
877
 
1034
- <tr>
1035
-
1036
- <td class="name"><code>ports</code></td>
1037
-
1038
-
1039
- <td class="type">
1040
-
1041
-
1042
- <span class="param-type">
1043
- Array.&lt;string>
1044
- </span>
878
+ <tr>
879
+
880
+ <td class="name"><code>ports</code></td>
881
+
1045
882
 
1046
-
883
+ <td class="type">
884
+
885
+
886
+ <span class="param-type">Array.&lt;string></span>
1047
887
 
1048
888
 
1049
-
1050
- </td>
889
+
890
+ </td>
1051
891
 
1052
-
892
+
1053
893
 
1054
-
894
+
1055
895
 
1056
- <td class="description last">
1057
- <p>Array of port names</p>
1058
- </td>
1059
- </tr>
896
+ <td class="description last"><p>Array of port names</p></td>
897
+ </tr>
1060
898
 
1061
-
1062
- </tbody>
899
+
900
+ </tbody>
1063
901
  </table>
1064
902
 
1065
903
 
@@ -1067,55 +905,47 @@
1067
905
 
1068
906
  <dl class="details">
1069
907
 
1070
-
908
+
1071
909
 
1072
-
910
+
1073
911
 
1074
-
912
+
1075
913
  <dt class="inherited-from">Inherited From:</dt>
1076
- <dd class="inherited-from">
1077
- <ul class="dummy">
1078
- <li>
1079
- <a href="BaseHub.html#ports">BaseHub#ports</a>
1080
- </li>
1081
- </ul>
1082
- </dd>
1083
-
914
+ <dd class="inherited-from"><ul class="dummy"><li>
915
+ <a href="BaseHub.html#ports">BaseHub#ports</a>
916
+ </li></ul></dd>
917
+
1084
918
 
1085
-
919
+
1086
920
 
1087
-
921
+
1088
922
 
1089
-
923
+
1090
924
 
1091
-
925
+
1092
926
 
1093
-
927
+
1094
928
 
1095
-
929
+
1096
930
 
1097
-
931
+
1098
932
 
1099
-
933
+
1100
934
 
1101
-
935
+
1102
936
 
1103
-
937
+
1104
938
  <dt class="tag-source">Source:</dt>
1105
- <dd class="tag-source">
1106
- <ul class="dummy">
1107
- <li>
1108
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line122">line 122</a>
1109
- </li>
1110
- </ul>
1111
- </dd>
1112
-
939
+ <dd class="tag-source"><ul class="dummy"><li>
940
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line126">line 126</a>
941
+ </li></ul></dd>
942
+
1113
943
 
1114
-
944
+
1115
945
 
1116
-
946
+
1117
947
 
1118
-
948
+
1119
949
  </dl>
1120
950
 
1121
951
 
@@ -1123,13 +953,11 @@
1123
953
 
1124
954
 
1125
955
 
1126
-
1127
956
 
1128
957
 
958
+ <h4 class="name" id="primaryMACAddress"><span class="type-signature">(readonly) </span>primaryMACAddress<span class="type-signature"></span></h4>
959
+
1129
960
 
1130
- <h4 class="name" id="primaryMACAddress">
1131
- <span class="type-signature">(readonly) </span>primaryMACAddress<span class="type-signature"></span>
1132
- </h4>
1133
961
 
1134
962
 
1135
963
 
@@ -1137,59 +965,54 @@
1137
965
 
1138
966
 
1139
967
 
1140
- <h5 class="subsection-title">Properties:</h5>
1141
968
 
1142
-
969
+ <h5 class="subsection-title">Properties:</h5>
970
+
971
+
1143
972
 
1144
973
  <table class="props">
1145
- <thead>
974
+ <thead>
1146
975
  <tr>
1147
-
976
+
1148
977
  <th>Name</th>
1149
-
978
+
1150
979
 
1151
- <th>Type</th>
980
+ <th>Type</th>
1152
981
 
1153
-
982
+
1154
983
 
1155
-
984
+
1156
985
 
1157
- <th class="last">Description</th>
986
+ <th class="last">Description</th>
1158
987
  </tr>
1159
- </thead>
988
+ </thead>
1160
989
 
1161
- <tbody>
990
+ <tbody>
1162
991
 
1163
992
 
1164
- <tr>
1165
-
1166
- <td class="name"><code>primaryMACAddress</code></td>
1167
-
1168
-
1169
- <td class="type">
1170
-
1171
-
1172
- <span class="param-type">
1173
- string
1174
- </span>
993
+ <tr>
994
+
995
+ <td class="name"><code>primaryMACAddress</code></td>
996
+
1175
997
 
1176
-
998
+ <td class="type">
999
+
1000
+
1001
+ <span class="param-type">string</span>
1177
1002
 
1178
1003
 
1179
-
1180
- </td>
1004
+
1005
+ </td>
1181
1006
 
1182
-
1007
+
1183
1008
 
1184
-
1009
+
1185
1010
 
1186
- <td class="description last">
1187
- <p>Primary MAC address of the hub</p>
1188
- </td>
1189
- </tr>
1011
+ <td class="description last"><p>Primary MAC address of the hub</p></td>
1012
+ </tr>
1190
1013
 
1191
-
1192
- </tbody>
1014
+
1015
+ </tbody>
1193
1016
  </table>
1194
1017
 
1195
1018
 
@@ -1197,55 +1020,47 @@
1197
1020
 
1198
1021
  <dl class="details">
1199
1022
 
1200
-
1023
+
1201
1024
 
1202
-
1025
+
1203
1026
 
1204
-
1027
+
1205
1028
  <dt class="inherited-from">Inherited From:</dt>
1206
- <dd class="inherited-from">
1207
- <ul class="dummy">
1208
- <li>
1209
- <a href="BaseHub.html#primaryMACAddress">BaseHub#primaryMACAddress</a>
1210
- </li>
1211
- </ul>
1212
- </dd>
1213
-
1029
+ <dd class="inherited-from"><ul class="dummy"><li>
1030
+ <a href="BaseHub.html#primaryMACAddress">BaseHub#primaryMACAddress</a>
1031
+ </li></ul></dd>
1032
+
1214
1033
 
1215
-
1034
+
1216
1035
 
1217
-
1036
+
1218
1037
 
1219
-
1038
+
1220
1039
 
1221
-
1040
+
1222
1041
 
1223
-
1042
+
1224
1043
 
1225
-
1044
+
1226
1045
 
1227
-
1046
+
1228
1047
 
1229
-
1048
+
1230
1049
 
1231
-
1050
+
1232
1051
 
1233
-
1052
+
1234
1053
  <dt class="tag-source">Source:</dt>
1235
- <dd class="tag-source">
1236
- <ul class="dummy">
1237
- <li>
1238
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line143">line 143</a>
1239
- </li>
1240
- </ul>
1241
- </dd>
1242
-
1054
+ <dd class="tag-source"><ul class="dummy"><li>
1055
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line147">line 147</a>
1056
+ </li></ul></dd>
1057
+
1243
1058
 
1244
-
1059
+
1245
1060
 
1246
-
1061
+
1247
1062
 
1248
-
1063
+
1249
1064
  </dl>
1250
1065
 
1251
1066
 
@@ -1253,13 +1068,12 @@
1253
1068
 
1254
1069
 
1255
1070
 
1256
-
1257
1071
 
1258
1072
 
1073
+ <h4 class="name" id="rssi"><span class="type-signature">(readonly) </span>rssi<span class="type-signature"></span></h4>
1074
+
1075
+
1259
1076
 
1260
- <h4 class="name" id="rssi">
1261
- <span class="type-signature">(readonly) </span>rssi<span class="type-signature"></span>
1262
- </h4>
1263
1077
 
1264
1078
 
1265
1079
 
@@ -1267,59 +1081,53 @@
1267
1081
 
1268
1082
 
1269
1083
 
1270
- <h5 class="subsection-title">Properties:</h5>
1084
+ <h5 class="subsection-title">Properties:</h5>
1271
1085
 
1272
-
1086
+
1273
1087
 
1274
1088
  <table class="props">
1275
- <thead>
1089
+ <thead>
1276
1090
  <tr>
1277
-
1091
+
1278
1092
  <th>Name</th>
1279
-
1093
+
1280
1094
 
1281
- <th>Type</th>
1095
+ <th>Type</th>
1282
1096
 
1283
-
1097
+
1284
1098
 
1285
-
1099
+
1286
1100
 
1287
- <th class="last">Description</th>
1101
+ <th class="last">Description</th>
1288
1102
  </tr>
1289
- </thead>
1103
+ </thead>
1290
1104
 
1291
- <tbody>
1105
+ <tbody>
1292
1106
 
1293
1107
 
1294
- <tr>
1295
-
1296
- <td class="name"><code>rssi</code></td>
1297
-
1298
-
1299
- <td class="type">
1300
-
1301
-
1302
- <span class="param-type">
1303
- number
1304
- </span>
1108
+ <tr>
1109
+
1110
+ <td class="name"><code>rssi</code></td>
1111
+
1305
1112
 
1306
-
1113
+ <td class="type">
1114
+
1115
+
1116
+ <span class="param-type">number</span>
1307
1117
 
1308
1118
 
1309
-
1310
- </td>
1119
+
1120
+ </td>
1311
1121
 
1312
-
1122
+
1313
1123
 
1314
-
1124
+
1315
1125
 
1316
- <td class="description last">
1317
- <p>Signal strength of the hub</p>
1318
- </td>
1319
- </tr>
1126
+ <td class="description last"><p>Signal strength of the hub</p></td>
1127
+ </tr>
1320
1128
 
1321
-
1322
- </tbody>
1129
+
1130
+ </tbody>
1323
1131
  </table>
1324
1132
 
1325
1133
 
@@ -1327,55 +1135,47 @@
1327
1135
 
1328
1136
  <dl class="details">
1329
1137
 
1330
-
1138
+
1331
1139
 
1332
-
1140
+
1333
1141
 
1334
-
1142
+
1335
1143
  <dt class="inherited-from">Inherited From:</dt>
1336
- <dd class="inherited-from">
1337
- <ul class="dummy">
1338
- <li>
1339
- <a href="BaseHub.html#rssi">BaseHub#rssi</a>
1340
- </li>
1341
- </ul>
1342
- </dd>
1343
-
1144
+ <dd class="inherited-from"><ul class="dummy"><li>
1145
+ <a href="BaseHub.html#rssi">BaseHub#rssi</a>
1146
+ </li></ul></dd>
1147
+
1344
1148
 
1345
-
1149
+
1346
1150
 
1347
-
1151
+
1348
1152
 
1349
-
1153
+
1350
1154
 
1351
-
1155
+
1352
1156
 
1353
-
1157
+
1354
1158
 
1355
-
1159
+
1356
1160
 
1357
-
1161
+
1358
1162
 
1359
-
1163
+
1360
1164
 
1361
-
1165
+
1362
1166
 
1363
-
1167
+
1364
1168
  <dt class="tag-source">Source:</dt>
1365
- <dd class="tag-source">
1366
- <ul class="dummy">
1367
- <li>
1368
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line164">line 164</a>
1369
- </li>
1370
- </ul>
1371
- </dd>
1372
-
1169
+ <dd class="tag-source"><ul class="dummy"><li>
1170
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line168">line 168</a>
1171
+ </li></ul></dd>
1172
+
1373
1173
 
1374
-
1174
+
1375
1175
 
1376
-
1176
+
1377
1177
 
1378
-
1178
+
1379
1179
  </dl>
1380
1180
 
1381
1181
 
@@ -1383,13 +1183,11 @@
1383
1183
 
1384
1184
 
1385
1185
 
1386
-
1387
1186
 
1388
1187
 
1188
+ <h4 class="name" id="type"><span class="type-signature">(readonly) </span>type<span class="type-signature"></span></h4>
1189
+
1389
1190
 
1390
- <h4 class="name" id="type">
1391
- <span class="type-signature">(readonly) </span>type<span class="type-signature"></span>
1392
- </h4>
1393
1191
 
1394
1192
 
1395
1193
 
@@ -1397,59 +1195,54 @@
1397
1195
 
1398
1196
 
1399
1197
 
1400
- <h5 class="subsection-title">Properties:</h5>
1401
1198
 
1402
-
1199
+ <h5 class="subsection-title">Properties:</h5>
1200
+
1201
+
1403
1202
 
1404
1203
  <table class="props">
1405
- <thead>
1204
+ <thead>
1406
1205
  <tr>
1407
-
1206
+
1408
1207
  <th>Name</th>
1409
-
1208
+
1410
1209
 
1411
- <th>Type</th>
1210
+ <th>Type</th>
1412
1211
 
1413
-
1212
+
1414
1213
 
1415
-
1214
+
1416
1215
 
1417
- <th class="last">Description</th>
1216
+ <th class="last">Description</th>
1418
1217
  </tr>
1419
- </thead>
1218
+ </thead>
1420
1219
 
1421
- <tbody>
1220
+ <tbody>
1422
1221
 
1423
1222
 
1424
- <tr>
1425
-
1426
- <td class="name"><code>type</code></td>
1427
-
1428
-
1429
- <td class="type">
1430
-
1431
-
1432
- <span class="param-type">
1433
- string
1434
- </span>
1223
+ <tr>
1224
+
1225
+ <td class="name"><code>type</code></td>
1226
+
1435
1227
 
1436
-
1228
+ <td class="type">
1229
+
1230
+
1231
+ <span class="param-type">string</span>
1437
1232
 
1438
1233
 
1439
-
1440
- </td>
1234
+
1235
+ </td>
1441
1236
 
1442
-
1237
+
1443
1238
 
1444
-
1239
+
1445
1240
 
1446
- <td class="description last">
1447
- <p>Hub type</p>
1448
- </td>
1449
- </tr>
1241
+ <td class="description last"><p>Hub type</p></td>
1242
+ </tr>
1450
1243
 
1451
-
1452
- </tbody>
1244
+
1245
+ </tbody>
1453
1246
  </table>
1454
1247
 
1455
1248
 
@@ -1457,55 +1250,47 @@
1457
1250
 
1458
1251
  <dl class="details">
1459
1252
 
1460
-
1253
+
1461
1254
 
1462
-
1255
+
1463
1256
 
1464
-
1257
+
1465
1258
  <dt class="inherited-from">Inherited From:</dt>
1466
- <dd class="inherited-from">
1467
- <ul class="dummy">
1468
- <li>
1469
- <a href="BaseHub.html#type">BaseHub#type</a>
1470
- </li>
1471
- </ul>
1472
- </dd>
1473
-
1259
+ <dd class="inherited-from"><ul class="dummy"><li>
1260
+ <a href="BaseHub.html#type">BaseHub#type</a>
1261
+ </li></ul></dd>
1262
+
1474
1263
 
1475
-
1264
+
1476
1265
 
1477
-
1266
+
1478
1267
 
1479
-
1268
+
1480
1269
 
1481
-
1270
+
1482
1271
 
1483
-
1272
+
1484
1273
 
1485
-
1274
+
1486
1275
 
1487
-
1276
+
1488
1277
 
1489
-
1278
+
1490
1279
 
1491
-
1280
+
1492
1281
 
1493
-
1282
+
1494
1283
  <dt class="tag-source">Source:</dt>
1495
- <dd class="tag-source">
1496
- <ul class="dummy">
1497
- <li>
1498
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line115">line 115</a>
1499
- </li>
1500
- </ul>
1501
- </dd>
1502
-
1284
+ <dd class="tag-source"><ul class="dummy"><li>
1285
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line119">line 119</a>
1286
+ </li></ul></dd>
1287
+
1503
1288
 
1504
-
1289
+
1505
1290
 
1506
-
1291
+
1507
1292
 
1508
-
1293
+
1509
1294
  </dl>
1510
1295
 
1511
1296
 
@@ -1513,13 +1298,11 @@
1513
1298
 
1514
1299
 
1515
1300
 
1516
-
1517
1301
 
1518
1302
 
1303
+ <h4 class="name" id="uuid"><span class="type-signature">(readonly) </span>uuid<span class="type-signature"></span></h4>
1304
+
1519
1305
 
1520
- <h4 class="name" id="uuid">
1521
- <span class="type-signature">(readonly) </span>uuid<span class="type-signature"></span>
1522
- </h4>
1523
1306
 
1524
1307
 
1525
1308
 
@@ -1527,59 +1310,54 @@
1527
1310
 
1528
1311
 
1529
1312
 
1530
- <h5 class="subsection-title">Properties:</h5>
1531
1313
 
1532
-
1314
+ <h5 class="subsection-title">Properties:</h5>
1315
+
1316
+
1533
1317
 
1534
1318
  <table class="props">
1535
- <thead>
1319
+ <thead>
1536
1320
  <tr>
1537
-
1321
+
1538
1322
  <th>Name</th>
1539
-
1323
+
1540
1324
 
1541
- <th>Type</th>
1325
+ <th>Type</th>
1542
1326
 
1543
-
1327
+
1544
1328
 
1545
-
1329
+
1546
1330
 
1547
- <th class="last">Description</th>
1331
+ <th class="last">Description</th>
1548
1332
  </tr>
1549
- </thead>
1333
+ </thead>
1550
1334
 
1551
- <tbody>
1335
+ <tbody>
1552
1336
 
1553
1337
 
1554
- <tr>
1555
-
1556
- <td class="name"><code>uuid</code></td>
1557
-
1558
-
1559
- <td class="type">
1560
-
1561
-
1562
- <span class="param-type">
1563
- string
1564
- </span>
1338
+ <tr>
1339
+
1340
+ <td class="name"><code>uuid</code></td>
1341
+
1565
1342
 
1566
-
1343
+ <td class="type">
1344
+
1345
+
1346
+ <span class="param-type">string</span>
1567
1347
 
1568
1348
 
1569
-
1570
- </td>
1349
+
1350
+ </td>
1571
1351
 
1572
-
1352
+
1573
1353
 
1574
-
1354
+
1575
1355
 
1576
- <td class="description last">
1577
- <p>UUID of the hub</p>
1578
- </td>
1579
- </tr>
1356
+ <td class="description last"><p>UUID of the hub</p></td>
1357
+ </tr>
1580
1358
 
1581
-
1582
- </tbody>
1359
+
1360
+ </tbody>
1583
1361
  </table>
1584
1362
 
1585
1363
 
@@ -1587,55 +1365,47 @@
1587
1365
 
1588
1366
  <dl class="details">
1589
1367
 
1590
-
1368
+
1591
1369
 
1592
-
1370
+
1593
1371
 
1594
-
1372
+
1595
1373
  <dt class="inherited-from">Inherited From:</dt>
1596
- <dd class="inherited-from">
1597
- <ul class="dummy">
1598
- <li>
1599
- <a href="BaseHub.html#uuid">BaseHub#uuid</a>
1600
- </li>
1601
- </ul>
1602
- </dd>
1603
-
1374
+ <dd class="inherited-from"><ul class="dummy"><li>
1375
+ <a href="BaseHub.html#uuid">BaseHub#uuid</a>
1376
+ </li></ul></dd>
1377
+
1604
1378
 
1605
-
1379
+
1606
1380
 
1607
-
1381
+
1608
1382
 
1609
-
1383
+
1610
1384
 
1611
-
1385
+
1612
1386
 
1613
-
1387
+
1614
1388
 
1615
-
1389
+
1616
1390
 
1617
-
1391
+
1618
1392
 
1619
-
1393
+
1620
1394
 
1621
-
1395
+
1622
1396
 
1623
-
1397
+
1624
1398
  <dt class="tag-source">Source:</dt>
1625
- <dd class="tag-source">
1626
- <ul class="dummy">
1627
- <li>
1628
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line150">line 150</a>
1629
- </li>
1630
- </ul>
1631
- </dd>
1632
-
1399
+ <dd class="tag-source"><ul class="dummy"><li>
1400
+ <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line154">line 154</a>
1401
+ </li></ul></dd>
1402
+
1633
1403
 
1634
-
1404
+
1635
1405
 
1636
-
1406
+
1637
1407
 
1638
-
1408
+
1639
1409
  </dl>
1640
1410
 
1641
1411
 
@@ -1643,38 +1413,30 @@
1643
1413
 
1644
1414
 
1645
1415
 
1646
-
1647
1416
 
1648
1417
 
1649
1418
 
1650
1419
 
1651
- <h3 class="subsection-title">Methods</h3>
1420
+ <h3 class="subsection-title">Methods</h3>
1652
1421
 
1653
-
1654
1422
 
1423
+
1655
1424
 
1425
+
1656
1426
 
1657
-
1658
-
1659
- <span class='name-container'>
1660
- <a class="link-icon" href="#createVirtualPort">
1661
- <svg height="20" width="20" style="fill: black;">
1662
- <use xlink:href="#linkIcon"></use>
1663
- </svg>
1664
- </a>
1665
- <h4 class="name" id="createVirtualPort">
1666
- <span class="type-signature"></span>createVirtualPort<span class="signature">(firstPortName, secondPortName)</span><span class="type-signature"> &rarr; {Promise}</span>
1667
- </h4>
1668
- </span>
1427
+
1428
+ <h4 class="name" id="createVirtualPort"><span class="type-signature"></span>createVirtualPort<span class="signature">(firstPortName, secondPortName)</span><span class="type-signature"> &rarr; {Promise}</span></h4>
1429
+
1669
1430
 
1670
-
1431
+
1671
1432
 
1672
1433
 
1673
1434
 
1674
- <div class="description">
1435
+ <div class="description">
1675
1436
  <p>Combines two ports with into a single virtual port.</p>
1676
1437
  <p>Note: The devices attached to the ports must be of the same device type.</p>
1677
- </div>
1438
+ </div>
1439
+
1678
1440
 
1679
1441
 
1680
1442
 
@@ -1682,135 +1444,121 @@
1682
1444
 
1683
1445
 
1684
1446
 
1685
- <h5>Parameters:</h5>
1686
-
1447
+
1448
+ <h5>Parameters:</h5>
1449
+
1687
1450
 
1688
1451
  <table class="params">
1689
- <thead>
1452
+ <thead>
1690
1453
  <tr>
1691
-
1454
+
1692
1455
  <th>Name</th>
1693
-
1456
+
1694
1457
 
1695
- <th>Type</th>
1458
+ <th>Type</th>
1696
1459
 
1697
-
1460
+
1698
1461
 
1699
-
1462
+
1700
1463
 
1701
- <th class="last">Description</th>
1464
+ <th class="last">Description</th>
1702
1465
  </tr>
1703
- </thead>
1466
+ </thead>
1704
1467
 
1705
- <tbody>
1468
+ <tbody>
1706
1469
 
1707
- <tr>
1708
-
1709
- <td class="name"><code>firstPortName</code></td>
1710
-
1711
1470
 
1712
- <td class="type">
1713
-
1471
+ <tr>
1472
+
1473
+ <td class="name"><code>firstPortName</code></td>
1714
1474
 
1715
- <span class="param-type">
1716
- string
1717
- </span>
1718
1475
 
1719
-
1476
+ <td class="type">
1477
+
1478
+
1479
+ <span class="param-type">string</span>
1720
1480
 
1721
1481
 
1722
-
1723
- </td>
1482
+
1483
+ </td>
1724
1484
 
1725
-
1485
+
1726
1486
 
1727
-
1487
+
1728
1488
 
1729
- <td class="description last">
1730
- <p>First port name</p>
1731
-
1732
- </td>
1733
- </tr>
1489
+ <td class="description last"><p>First port name</p></td>
1490
+ </tr>
1734
1491
 
1735
1492
 
1736
- <tr>
1737
-
1738
- <td class="name"><code>secondPortName</code></td>
1739
-
1740
1493
 
1741
- <td class="type">
1742
-
1494
+ <tr>
1495
+
1496
+ <td class="name"><code>secondPortName</code></td>
1743
1497
 
1744
- <span class="param-type">
1745
- string
1746
- </span>
1747
1498
 
1748
-
1499
+ <td class="type">
1500
+
1501
+
1502
+ <span class="param-type">string</span>
1749
1503
 
1750
1504
 
1751
-
1752
- </td>
1505
+
1506
+ </td>
1753
1507
 
1754
-
1508
+
1755
1509
 
1756
-
1510
+
1757
1511
 
1758
- <td class="description last">
1759
- <p>Second port name</p>
1760
-
1761
- </td>
1762
- </tr>
1512
+ <td class="description last"><p>Second port name</p></td>
1513
+ </tr>
1763
1514
 
1764
1515
 
1765
- </tbody>
1516
+ </tbody>
1766
1517
  </table>
1767
1518
 
1768
1519
 
1769
1520
 
1770
1521
 
1771
1522
 
1523
+
1772
1524
  <dl class="details">
1773
1525
 
1774
-
1526
+
1775
1527
 
1776
-
1528
+
1777
1529
 
1778
-
1530
+
1779
1531
 
1780
-
1532
+
1781
1533
 
1782
-
1534
+
1783
1535
 
1784
-
1536
+
1785
1537
 
1786
-
1538
+
1787
1539
 
1788
-
1540
+
1789
1541
 
1790
-
1542
+
1791
1543
 
1792
-
1544
+
1793
1545
 
1794
-
1546
+
1795
1547
 
1796
-
1548
+
1797
1549
 
1798
-
1550
+
1799
1551
  <dt class="tag-source">Source:</dt>
1800
- <dd class="tag-source">
1801
- <ul class="dummy">
1802
- <li>
1803
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line90">line 90</a>
1804
- </li>
1805
- </ul>
1806
- </dd>
1807
-
1552
+ <dd class="tag-source"><ul class="dummy"><li>
1553
+ <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line94">line 94</a>
1554
+ </li></ul></dd>
1555
+
1808
1556
 
1809
-
1557
+
1810
1558
 
1811
-
1559
+
1812
1560
 
1813
-
1561
+
1814
1562
  </dl>
1815
1563
 
1816
1564
 
@@ -1826,30 +1574,51 @@
1826
1574
 
1827
1575
 
1828
1576
 
1829
-
1577
+
1578
+ <h5>Returns:</h5>
1579
+
1580
+
1581
+ <div class="param-desc">
1582
+ <p>Resolved upon successful issuance of command.</p>
1583
+ </div>
1584
+
1585
+
1586
+
1587
+ <dl>
1588
+ <dt>
1589
+ Type
1590
+ </dt>
1591
+ <dd>
1830
1592
 
1593
+ <span class="param-type">Promise</span>
1594
+
1595
+
1596
+ </dd>
1597
+ </dl>
1831
1598
 
1599
+
1832
1600
 
1833
-
1834
1601
 
1835
- <span class='name-container'>
1836
- <a class="link-icon" href="#setName">
1837
- <svg height="20" width="20" style="fill: black;">
1838
- <use xlink:href="#linkIcon"></use>
1839
- </svg>
1840
- </a>
1841
- <h4 class="name" id="setName">
1842
- <span class="type-signature"></span>setName<span class="signature">(name)</span><span class="type-signature"> &rarr; {Promise}</span>
1843
- </h4>
1844
- </span>
1845
1602
 
1846
-
1847
1603
 
1848
1604
 
1605
+
1606
+
1849
1607
 
1850
- <div class="description">
1608
+
1609
+
1610
+
1611
+ <h4 class="name" id="setName"><span class="type-signature"></span>setName<span class="signature">(name)</span><span class="type-signature"> &rarr; {Promise}</span></h4>
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+ <div class="description">
1851
1619
  <p>Set the name of the Hub.</p>
1852
- </div>
1620
+ </div>
1621
+
1853
1622
 
1854
1623
 
1855
1624
 
@@ -1857,106 +1626,98 @@
1857
1626
 
1858
1627
 
1859
1628
 
1860
- <h5>Parameters:</h5>
1861
-
1629
+
1630
+ <h5>Parameters:</h5>
1631
+
1862
1632
 
1863
1633
  <table class="params">
1864
- <thead>
1634
+ <thead>
1865
1635
  <tr>
1866
-
1636
+
1867
1637
  <th>Name</th>
1868
-
1638
+
1869
1639
 
1870
- <th>Type</th>
1640
+ <th>Type</th>
1871
1641
 
1872
-
1642
+
1873
1643
 
1874
-
1644
+
1875
1645
 
1876
- <th class="last">Description</th>
1646
+ <th class="last">Description</th>
1877
1647
  </tr>
1878
- </thead>
1648
+ </thead>
1879
1649
 
1880
- <tbody>
1650
+ <tbody>
1881
1651
 
1882
- <tr>
1883
-
1884
- <td class="name"><code>name</code></td>
1885
-
1886
1652
 
1887
- <td class="type">
1888
-
1653
+ <tr>
1654
+
1655
+ <td class="name"><code>name</code></td>
1889
1656
 
1890
- <span class="param-type">
1891
- string
1892
- </span>
1893
1657
 
1894
-
1658
+ <td class="type">
1659
+
1660
+
1661
+ <span class="param-type">string</span>
1895
1662
 
1896
1663
 
1897
-
1898
- </td>
1664
+
1665
+ </td>
1899
1666
 
1900
-
1667
+
1901
1668
 
1902
-
1669
+
1903
1670
 
1904
- <td class="description last">
1905
- <p>New name of the hub (14 characters or less, ASCII only).</p>
1906
-
1907
- </td>
1908
- </tr>
1671
+ <td class="description last"><p>New name of the hub (14 characters or less, ASCII only).</p></td>
1672
+ </tr>
1909
1673
 
1910
1674
 
1911
- </tbody>
1675
+ </tbody>
1912
1676
  </table>
1913
1677
 
1914
1678
 
1915
1679
 
1916
1680
 
1917
1681
 
1682
+
1918
1683
  <dl class="details">
1919
1684
 
1920
-
1685
+
1921
1686
 
1922
-
1687
+
1923
1688
 
1924
-
1689
+
1925
1690
 
1926
-
1691
+
1927
1692
 
1928
-
1693
+
1929
1694
 
1930
-
1695
+
1931
1696
 
1932
-
1697
+
1933
1698
 
1934
-
1699
+
1935
1700
 
1936
-
1701
+
1937
1702
 
1938
-
1703
+
1939
1704
 
1940
-
1705
+
1941
1706
 
1942
-
1707
+
1943
1708
 
1944
-
1709
+
1945
1710
  <dt class="tag-source">Source:</dt>
1946
- <dd class="tag-source">
1947
- <ul class="dummy">
1948
- <li>
1949
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line61">line 61</a>
1950
- </li>
1951
- </ul>
1952
- </dd>
1953
-
1711
+ <dd class="tag-source"><ul class="dummy"><li>
1712
+ <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line65">line 65</a>
1713
+ </li></ul></dd>
1714
+
1954
1715
 
1955
-
1716
+
1956
1717
 
1957
-
1718
+
1958
1719
 
1959
-
1720
+
1960
1721
  </dl>
1961
1722
 
1962
1723
 
@@ -1972,30 +1733,53 @@
1972
1733
 
1973
1734
 
1974
1735
 
1975
-
1736
+
1737
+ <h5>Returns:</h5>
1738
+
1739
+
1740
+ <div class="param-desc">
1741
+ <p>Resolved upon successful issuance of command.</p>
1742
+ </div>
1743
+
1744
+
1745
+
1746
+ <dl>
1747
+ <dt>
1748
+ Type
1749
+ </dt>
1750
+ <dd>
1976
1751
 
1752
+ <span class="param-type">Promise</span>
1753
+
1754
+
1755
+ </dd>
1756
+ </dl>
1757
+
1758
+
1977
1759
 
1978
1760
 
1979
-
1980
1761
 
1981
- <span class='name-container'>
1982
- <a class="link-icon" href="#shutdown">
1983
- <svg height="20" width="20" style="fill: black;">
1984
- <use xlink:href="#linkIcon"></use>
1985
- </svg>
1986
- </a>
1987
- <h4 class="name" id="shutdown">
1988
- <span class="type-signature"></span>shutdown<span class="signature">()</span><span class="type-signature"> &rarr; {Promise}</span>
1989
- </h4>
1990
- </span>
1991
1762
 
1992
-
1993
1763
 
1764
+
1765
+
1994
1766
 
1767
+
1995
1768
 
1996
- <div class="description">
1769
+
1770
+ <h4 class="name" id="shutdown"><span class="type-signature"></span>shutdown<span class="signature">()</span><span class="type-signature"> &rarr; {Promise}</span></h4>
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ <div class="description">
1997
1778
  <p>Shutdown the Hub.</p>
1998
- </div>
1779
+ </div>
1780
+
1781
+
1782
+
1999
1783
 
2000
1784
 
2001
1785
 
@@ -2008,46 +1792,42 @@
2008
1792
 
2009
1793
  <dl class="details">
2010
1794
 
2011
-
1795
+
2012
1796
 
2013
-
1797
+
2014
1798
 
2015
-
1799
+
2016
1800
 
2017
-
1801
+
2018
1802
 
2019
-
1803
+
2020
1804
 
2021
-
1805
+
2022
1806
 
2023
-
1807
+
2024
1808
 
2025
-
1809
+
2026
1810
 
2027
-
1811
+
2028
1812
 
2029
-
1813
+
2030
1814
 
2031
-
1815
+
2032
1816
 
2033
-
1817
+
2034
1818
 
2035
-
1819
+
2036
1820
  <dt class="tag-source">Source:</dt>
2037
- <dd class="tag-source">
2038
- <ul class="dummy">
2039
- <li>
2040
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line53">line 53</a>
2041
- </li>
2042
- </ul>
2043
- </dd>
2044
-
1821
+ <dd class="tag-source"><ul class="dummy"><li>
1822
+ <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line57">line 57</a>
1823
+ </li></ul></dd>
1824
+
2045
1825
 
2046
-
1826
+
2047
1827
 
2048
-
1828
+
2049
1829
 
2050
-
1830
+
2051
1831
  </dl>
2052
1832
 
2053
1833
 
@@ -2063,38 +1843,60 @@
2063
1843
 
2064
1844
 
2065
1845
 
2066
-
1846
+
1847
+ <h5>Returns:</h5>
1848
+
1849
+
1850
+ <div class="param-desc">
1851
+ <p>Resolved upon successful disconnect.</p>
1852
+ </div>
1853
+
1854
+
1855
+
1856
+ <dl>
1857
+ <dt>
1858
+ Type
1859
+ </dt>
1860
+ <dd>
1861
+
1862
+ <span class="param-type">Promise</span>
1863
+
1864
+
1865
+ </dd>
1866
+ </dl>
1867
+
2067
1868
 
2068
1869
 
1870
+
1871
+
1872
+
1873
+
1874
+
2069
1875
 
2070
1876
 
2071
1877
 
2072
- <h3 class="subsection-title">Events</h3>
2073
1878
 
2074
-
2075
-
1879
+
1880
+ <h3 class="subsection-title">Events</h3>
2076
1881
 
1882
+
1883
+
2077
1884
 
2078
-
1885
+
2079
1886
 
2080
- <span class='name-container'>
2081
- <a class="link-icon" href="#event:button">
2082
- <svg height="20" width="20" style="fill: black;">
2083
- <use xlink:href="#linkIcon"></use>
2084
- </svg>
2085
- </a>
2086
- <h4 class="name" id="event:button">
2087
- <span class="type-signature"></span>button<span class="type-signature"></span>
2088
- </h4>
2089
- </span>
1887
+
1888
+ <h4 class="name" id="event:button">button</h4>
1889
+
2090
1890
 
2091
-
1891
+
2092
1892
 
2093
1893
 
2094
1894
 
2095
- <div class="description">
1895
+ <div class="description">
2096
1896
  <p>Emits when a button is pressed.</p>
2097
- </div>
1897
+ </div>
1898
+
1899
+
2098
1900
 
2099
1901
 
2100
1902
 
@@ -2102,135 +1904,120 @@
2102
1904
 
2103
1905
 
2104
1906
 
2105
- <h5>Parameters:</h5>
2106
-
1907
+ <h5>Parameters:</h5>
1908
+
2107
1909
 
2108
1910
  <table class="params">
2109
- <thead>
1911
+ <thead>
2110
1912
  <tr>
2111
-
1913
+
2112
1914
  <th>Name</th>
2113
-
1915
+
2114
1916
 
2115
- <th>Type</th>
1917
+ <th>Type</th>
2116
1918
 
2117
-
1919
+
2118
1920
 
2119
-
1921
+
2120
1922
 
2121
- <th class="last">Description</th>
1923
+ <th class="last">Description</th>
2122
1924
  </tr>
2123
- </thead>
1925
+ </thead>
2124
1926
 
2125
- <tbody>
1927
+ <tbody>
2126
1928
 
2127
- <tr>
2128
-
2129
- <td class="name"><code>button</code></td>
2130
-
2131
1929
 
2132
- <td class="type">
2133
-
1930
+ <tr>
1931
+
1932
+ <td class="name"><code>button</code></td>
2134
1933
 
2135
- <span class="param-type">
2136
- string
2137
- </span>
2138
1934
 
2139
-
1935
+ <td class="type">
1936
+
1937
+
1938
+ <span class="param-type">string</span>
2140
1939
 
2141
1940
 
2142
-
2143
- </td>
1941
+
1942
+ </td>
2144
1943
 
2145
-
1944
+
2146
1945
 
2147
-
1946
+
2148
1947
 
2149
- <td class="description last">
2150
-
2151
-
2152
- </td>
2153
- </tr>
1948
+ <td class="description last"></td>
1949
+ </tr>
2154
1950
 
2155
1951
 
2156
- <tr>
2157
-
2158
- <td class="name"><code>state</code></td>
2159
-
2160
1952
 
2161
- <td class="type">
2162
-
1953
+ <tr>
1954
+
1955
+ <td class="name"><code>state</code></td>
2163
1956
 
2164
- <span class="param-type">
2165
- <a href="global.html#ButtonState">ButtonState</a>
2166
- </span>
2167
1957
 
2168
-
1958
+ <td class="type">
1959
+
1960
+
1961
+ <span class="param-type"><a href="global.html#ButtonState">ButtonState</a></span>
2169
1962
 
2170
1963
 
2171
-
2172
- </td>
1964
+
1965
+ </td>
2173
1966
 
2174
-
1967
+
2175
1968
 
2176
-
1969
+
2177
1970
 
2178
- <td class="description last">
2179
-
2180
-
2181
- </td>
2182
- </tr>
1971
+ <td class="description last"></td>
1972
+ </tr>
2183
1973
 
2184
1974
 
2185
- </tbody>
1975
+ </tbody>
2186
1976
  </table>
2187
1977
 
2188
1978
 
2189
1979
 
2190
1980
 
2191
1981
 
1982
+
2192
1983
  <dl class="details">
2193
1984
 
2194
-
1985
+
2195
1986
 
2196
-
1987
+
2197
1988
 
2198
-
1989
+
2199
1990
 
2200
-
1991
+
2201
1992
 
2202
-
1993
+
2203
1994
 
2204
-
1995
+
2205
1996
 
2206
-
1997
+
2207
1998
 
2208
-
1999
+
2209
2000
 
2210
-
2001
+
2211
2002
 
2212
-
2003
+
2213
2004
 
2214
-
2005
+
2215
2006
 
2216
-
2007
+
2217
2008
 
2218
-
2009
+
2219
2010
  <dt class="tag-source">Source:</dt>
2220
- <dd class="tag-source">
2221
- <ul class="dummy">
2222
- <li>
2223
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line182">line 182</a>
2224
- </li>
2225
- </ul>
2226
- </dd>
2227
-
2011
+ <dd class="tag-source"><ul class="dummy"><li>
2012
+ <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line186">line 186</a>
2013
+ </li></ul></dd>
2014
+
2228
2015
 
2229
-
2016
+
2230
2017
 
2231
-
2018
+
2232
2019
 
2233
-
2020
+
2234
2021
  </dl>
2235
2022
 
2236
2023
 
@@ -2246,26 +2033,34 @@
2246
2033
 
2247
2034
 
2248
2035
 
2249
-
2036
+
2037
+
2038
+
2039
+
2040
+
2041
+
2042
+
2250
2043
 
2251
- </article>
2252
- </section>
2044
+ </article>
2253
2045
 
2046
+ </section>
2254
2047
 
2255
2048
 
2256
2049
 
2257
- </div>
2258
2050
 
2259
- <br class="clear">
2051
+ </div>
2260
2052
 
2261
- <footer>
2262
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
2263
- </footer>
2053
+ <nav>
2054
+ <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>
2055
+ </nav>
2264
2056
 
2265
- <script src="scripts/linenumber.js"></script>
2266
- <script src="scripts/pagelocation.js"></script>
2057
+ <br class="clear">
2267
2058
 
2268
-
2059
+ <footer>
2060
+ 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)
2061
+ </footer>
2269
2062
 
2063
+ <script> prettyPrint(); </script>
2064
+ <script src="scripts/linenumber.js"> </script>
2270
2065
  </body>
2271
2066
  </html>