node-poweredup 9.0.0 → 10.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 (706) hide show
  1. package/README.md +6 -11
  2. package/dist/color.d.ts +7 -0
  3. package/dist/color.d.ts.map +1 -0
  4. package/dist/color.js +15 -0
  5. package/dist/color.js.map +1 -0
  6. package/dist/consts.d.ts +645 -0
  7. package/dist/consts.d.ts.map +1 -0
  8. package/{docs/consts.js.html → dist/consts.js} +74 -127
  9. package/dist/consts.js.map +1 -0
  10. package/dist/devices/absolutemotor.d.ts +41 -0
  11. package/dist/devices/absolutemotor.d.ts.map +1 -0
  12. package/dist/devices/absolutemotor.js +115 -0
  13. package/dist/devices/absolutemotor.js.map +1 -0
  14. package/dist/devices/basicmotor.d.ts +37 -0
  15. package/dist/devices/basicmotor.d.ts.map +1 -0
  16. package/dist/devices/basicmotor.js +57 -0
  17. package/dist/devices/basicmotor.js.map +1 -0
  18. package/dist/devices/colordistancesensor.d.ts +74 -0
  19. package/dist/devices/colordistancesensor.d.ts.map +1 -0
  20. package/dist/devices/colordistancesensor.js +278 -0
  21. package/dist/devices/colordistancesensor.js.map +1 -0
  22. package/dist/devices/currentsensor.d.ts +17 -0
  23. package/dist/devices/currentsensor.d.ts.map +1 -0
  24. package/dist/devices/currentsensor.js +55 -0
  25. package/dist/devices/currentsensor.js.map +1 -0
  26. package/dist/devices/device.d.ts +72 -0
  27. package/dist/devices/device.d.ts.map +1 -0
  28. package/dist/devices/device.js +162 -0
  29. package/dist/devices/device.js.map +1 -0
  30. package/dist/devices/duplotrainbasecolorsensor.d.ts +20 -0
  31. package/dist/devices/duplotrainbasecolorsensor.d.ts.map +1 -0
  32. package/dist/devices/duplotrainbasecolorsensor.js +77 -0
  33. package/dist/devices/duplotrainbasecolorsensor.js.map +1 -0
  34. package/dist/devices/duplotrainbasemotor.d.ts +10 -0
  35. package/dist/devices/duplotrainbasemotor.d.ts.map +1 -0
  36. package/dist/devices/duplotrainbasemotor.js +12 -0
  37. package/dist/devices/duplotrainbasemotor.js.map +1 -0
  38. package/dist/devices/duplotrainbasespeaker.d.ts +27 -0
  39. package/dist/devices/duplotrainbasespeaker.d.ts.map +1 -0
  40. package/dist/devices/duplotrainbasespeaker.js +38 -0
  41. package/dist/devices/duplotrainbasespeaker.js.map +1 -0
  42. package/dist/devices/duplotrainbasespeedometer.d.ts +17 -0
  43. package/dist/devices/duplotrainbasespeedometer.d.ts.map +1 -0
  44. package/dist/devices/duplotrainbasespeedometer.js +34 -0
  45. package/dist/devices/duplotrainbasespeedometer.js.map +1 -0
  46. package/dist/devices/hubled.d.ts +28 -0
  47. package/dist/devices/hubled.d.ts.map +1 -0
  48. package/dist/devices/hubled.js +58 -0
  49. package/dist/devices/hubled.js.map +1 -0
  50. package/dist/devices/light.d.ts +24 -0
  51. package/dist/devices/light.d.ts.map +1 -0
  52. package/dist/devices/light.js +44 -0
  53. package/dist/devices/light.js.map +1 -0
  54. package/dist/devices/marioaccelerometer.d.ts +18 -0
  55. package/dist/devices/marioaccelerometer.d.ts.map +1 -0
  56. package/dist/devices/marioaccelerometer.js +50 -0
  57. package/dist/devices/marioaccelerometer.js.map +1 -0
  58. package/dist/devices/mariobarcodesensor.d.ts +18 -0
  59. package/dist/devices/mariobarcodesensor.d.ts.map +1 -0
  60. package/dist/devices/mariobarcodesensor.js +58 -0
  61. package/dist/devices/mariobarcodesensor.js.map +1 -0
  62. package/dist/devices/mariopantssensor.d.ts +17 -0
  63. package/dist/devices/mariopantssensor.d.ts.map +1 -0
  64. package/dist/devices/mariopantssensor.js +34 -0
  65. package/dist/devices/mariopantssensor.js.map +1 -0
  66. package/dist/devices/mediumlinearmotor.d.ts +10 -0
  67. package/dist/devices/mediumlinearmotor.d.ts.map +1 -0
  68. package/dist/devices/mediumlinearmotor.js +12 -0
  69. package/dist/devices/mediumlinearmotor.js.map +1 -0
  70. package/dist/devices/motionsensor.d.ts +17 -0
  71. package/dist/devices/motionsensor.d.ts.map +1 -0
  72. package/dist/devices/motionsensor.js +38 -0
  73. package/dist/devices/motionsensor.js.map +1 -0
  74. package/dist/devices/movehubmediumlinearmotor.d.ts +10 -0
  75. package/dist/devices/movehubmediumlinearmotor.d.ts.map +1 -0
  76. package/dist/devices/movehubmediumlinearmotor.js +12 -0
  77. package/dist/devices/movehubmediumlinearmotor.js.map +1 -0
  78. package/dist/devices/movehubtiltsensor.d.ts +17 -0
  79. package/dist/devices/movehubtiltsensor.d.ts.map +1 -0
  80. package/dist/devices/movehubtiltsensor.js +36 -0
  81. package/dist/devices/movehubtiltsensor.js.map +1 -0
  82. package/dist/devices/piezobuzzer.d.ts +17 -0
  83. package/dist/devices/piezobuzzer.d.ts.map +1 -0
  84. package/dist/devices/piezobuzzer.js +27 -0
  85. package/dist/devices/piezobuzzer.js.map +1 -0
  86. package/dist/devices/remotecontrolbutton.d.ts +20 -0
  87. package/dist/devices/remotecontrolbutton.d.ts.map +1 -0
  88. package/dist/devices/remotecontrolbutton.js +40 -0
  89. package/dist/devices/remotecontrolbutton.js.map +1 -0
  90. package/dist/devices/simplemediumlinearmotor.d.ts +10 -0
  91. package/dist/devices/simplemediumlinearmotor.d.ts.map +1 -0
  92. package/dist/devices/simplemediumlinearmotor.js +12 -0
  93. package/dist/devices/simplemediumlinearmotor.js.map +1 -0
  94. package/dist/devices/tachomotor.d.ts +65 -0
  95. package/dist/devices/tachomotor.d.ts.map +1 -0
  96. package/dist/devices/tachomotor.js +161 -0
  97. package/dist/devices/tachomotor.js.map +1 -0
  98. package/dist/devices/technic3x3colorlightmatrix.d.ts +22 -0
  99. package/dist/devices/technic3x3colorlightmatrix.d.ts.map +1 -0
  100. package/dist/devices/technic3x3colorlightmatrix.js +53 -0
  101. package/dist/devices/technic3x3colorlightmatrix.js.map +1 -0
  102. package/dist/devices/techniccolorsensor.d.ts +27 -0
  103. package/dist/devices/techniccolorsensor.d.ts.map +1 -0
  104. package/dist/devices/techniccolorsensor.js +71 -0
  105. package/dist/devices/techniccolorsensor.js.map +1 -0
  106. package/dist/devices/technicdistancesensor.d.ts +27 -0
  107. package/dist/devices/technicdistancesensor.d.ts.map +1 -0
  108. package/dist/devices/technicdistancesensor.js +57 -0
  109. package/dist/devices/technicdistancesensor.js.map +1 -0
  110. package/dist/devices/technicforcesensor.d.ts +19 -0
  111. package/dist/devices/technicforcesensor.d.ts.map +1 -0
  112. package/dist/devices/technicforcesensor.js +58 -0
  113. package/dist/devices/technicforcesensor.js.map +1 -0
  114. package/dist/devices/techniclargeangularmotor.d.ts +13 -0
  115. package/dist/devices/techniclargeangularmotor.d.ts.map +1 -0
  116. package/dist/devices/techniclargeangularmotor.js +12 -0
  117. package/dist/devices/techniclargeangularmotor.js.map +1 -0
  118. package/dist/devices/techniclargelinearmotor.d.ts +10 -0
  119. package/dist/devices/techniclargelinearmotor.d.ts.map +1 -0
  120. package/dist/devices/techniclargelinearmotor.js +12 -0
  121. package/dist/devices/techniclargelinearmotor.js.map +1 -0
  122. package/dist/devices/technicmediumangularmotor.d.ts +13 -0
  123. package/dist/devices/technicmediumangularmotor.d.ts.map +1 -0
  124. package/dist/devices/technicmediumangularmotor.js +12 -0
  125. package/dist/devices/technicmediumangularmotor.js.map +1 -0
  126. package/dist/devices/technicmediumhubaccelerometersensor.d.ts +17 -0
  127. package/dist/devices/technicmediumhubaccelerometersensor.d.ts.map +1 -0
  128. package/dist/devices/technicmediumhubaccelerometersensor.js +38 -0
  129. package/dist/devices/technicmediumhubaccelerometersensor.js.map +1 -0
  130. package/dist/devices/technicmediumhubgyrosensor.d.ts +17 -0
  131. package/dist/devices/technicmediumhubgyrosensor.d.ts.map +1 -0
  132. package/dist/devices/technicmediumhubgyrosensor.js +38 -0
  133. package/dist/devices/technicmediumhubgyrosensor.js.map +1 -0
  134. package/dist/devices/technicmediumhubtiltsensor.d.ts +38 -0
  135. package/dist/devices/technicmediumhubtiltsensor.d.ts.map +1 -0
  136. package/dist/devices/technicmediumhubtiltsensor.js +103 -0
  137. package/dist/devices/technicmediumhubtiltsensor.js.map +1 -0
  138. package/dist/devices/technicsmallangularmotor.d.ts +13 -0
  139. package/dist/devices/technicsmallangularmotor.d.ts.map +1 -0
  140. package/dist/devices/technicsmallangularmotor.js +12 -0
  141. package/dist/devices/technicsmallangularmotor.js.map +1 -0
  142. package/dist/devices/technicxlargelinearmotor.d.ts +10 -0
  143. package/dist/devices/technicxlargelinearmotor.d.ts.map +1 -0
  144. package/dist/devices/technicxlargelinearmotor.js +12 -0
  145. package/dist/devices/technicxlargelinearmotor.js.map +1 -0
  146. package/dist/devices/tiltsensor.d.ts +17 -0
  147. package/dist/devices/tiltsensor.d.ts.map +1 -0
  148. package/dist/devices/tiltsensor.js +36 -0
  149. package/dist/devices/tiltsensor.js.map +1 -0
  150. package/dist/devices/trainmotor.d.ts +10 -0
  151. package/dist/devices/trainmotor.d.ts.map +1 -0
  152. package/dist/devices/trainmotor.js +12 -0
  153. package/dist/devices/trainmotor.js.map +1 -0
  154. package/dist/devices/voltagesensor.d.ts +17 -0
  155. package/dist/devices/voltagesensor.d.ts.map +1 -0
  156. package/dist/devices/voltagesensor.js +59 -0
  157. package/dist/devices/voltagesensor.js.map +1 -0
  158. package/dist/hubs/basehub.d.ts +154 -0
  159. package/dist/hubs/basehub.d.ts.map +1 -0
  160. package/dist/hubs/basehub.js +383 -0
  161. package/dist/hubs/basehub.js.map +1 -0
  162. package/dist/hubs/duplotrainbase.d.ts +18 -0
  163. package/dist/hubs/duplotrainbase.d.ts.map +1 -0
  164. package/dist/hubs/duplotrainbase.js +35 -0
  165. package/dist/hubs/duplotrainbase.js.map +1 -0
  166. package/dist/hubs/hub.d.ts +20 -0
  167. package/dist/hubs/hub.d.ts.map +1 -0
  168. package/dist/hubs/hub.js +44 -0
  169. package/dist/hubs/hub.js.map +1 -0
  170. package/dist/hubs/lpf2hub.d.ts +46 -0
  171. package/dist/hubs/lpf2hub.d.ts.map +1 -0
  172. package/{docs/hubs_lpf2hub.js.html → dist/hubs/lpf2hub.js} +23 -103
  173. package/dist/hubs/lpf2hub.js.map +1 -0
  174. package/dist/hubs/mario.d.ts +18 -0
  175. package/dist/hubs/mario.d.ts.map +1 -0
  176. package/dist/hubs/mario.js +31 -0
  177. package/dist/hubs/mario.js.map +1 -0
  178. package/dist/hubs/movehub.d.ts +19 -0
  179. package/dist/hubs/movehub.d.ts.map +1 -0
  180. package/dist/hubs/movehub.js +46 -0
  181. package/dist/hubs/movehub.js.map +1 -0
  182. package/dist/hubs/remotecontrol.d.ts +18 -0
  183. package/dist/hubs/remotecontrol.d.ts.map +1 -0
  184. package/dist/hubs/remotecontrol.js +37 -0
  185. package/dist/hubs/remotecontrol.js.map +1 -0
  186. package/dist/hubs/technicmediumhub.d.ts +18 -0
  187. package/dist/hubs/technicmediumhub.d.ts.map +1 -0
  188. package/dist/hubs/technicmediumhub.js +42 -0
  189. package/dist/hubs/technicmediumhub.js.map +1 -0
  190. package/dist/hubs/technicsmallhub.d.ts +19 -0
  191. package/dist/hubs/technicsmallhub.d.ts.map +1 -0
  192. package/dist/hubs/technicsmallhub.js +41 -0
  193. package/dist/hubs/technicsmallhub.js.map +1 -0
  194. package/dist/hubs/wedo2smarthub.d.ts +39 -0
  195. package/dist/hubs/wedo2smarthub.d.ts.map +1 -0
  196. package/dist/hubs/wedo2smarthub.js +186 -0
  197. package/dist/hubs/wedo2smarthub.js.map +1 -0
  198. package/dist/index-browser.d.ts +2 -0
  199. package/dist/index-browser.d.ts.map +1 -0
  200. package/dist/index-browser.js +96 -0
  201. package/dist/index-browser.js.map +1 -0
  202. package/dist/index-node.d.ts +50 -0
  203. package/dist/index-node.d.ts.map +1 -0
  204. package/dist/index-node.js +50 -0
  205. package/dist/index-node.js.map +1 -0
  206. package/dist/interfaces.d.ts +24 -0
  207. package/dist/interfaces.d.ts.map +1 -0
  208. package/dist/interfaces.js +2 -0
  209. package/dist/interfaces.js.map +1 -0
  210. package/dist/nobleabstraction.d.ts +27 -0
  211. package/dist/nobleabstraction.d.ts.map +1 -0
  212. package/dist/nobleabstraction.js +121 -0
  213. package/dist/nobleabstraction.js.map +1 -0
  214. package/dist/node/color.js +2 -29
  215. package/dist/node/color.js.map +1 -1
  216. package/dist/node/commands.d.ts +299 -0
  217. package/dist/node/commands.js +672 -0
  218. package/dist/node/commands.js.map +1 -0
  219. package/dist/node/connection.d.ts +187 -0
  220. package/dist/node/connection.js +478 -0
  221. package/dist/node/connection.js.map +1 -0
  222. package/dist/node/consts.js +57 -60
  223. package/dist/node/consts.js.map +1 -1
  224. package/dist/node/devices/absolutemotor.d.ts +0 -1
  225. package/dist/node/devices/absolutemotor.js +14 -41
  226. package/dist/node/devices/absolutemotor.js.map +1 -1
  227. package/dist/node/devices/basicmotor.d.ts +3 -3
  228. package/dist/node/devices/basicmotor.js +6 -33
  229. package/dist/node/devices/basicmotor.js.map +1 -1
  230. package/dist/node/devices/colordistancesensor.d.ts +4 -5
  231. package/dist/node/devices/colordistancesensor.js +11 -38
  232. package/dist/node/devices/colordistancesensor.js.map +1 -1
  233. package/dist/node/devices/currentsensor.d.ts +0 -1
  234. package/dist/node/devices/currentsensor.js +7 -34
  235. package/dist/node/devices/currentsensor.js.map +1 -1
  236. package/dist/node/devices/device.d.ts +4 -7
  237. package/dist/node/devices/device.js +3 -30
  238. package/dist/node/devices/device.js.map +1 -1
  239. package/dist/node/devices/duplotrainbasecolorsensor.d.ts +0 -1
  240. package/dist/node/devices/duplotrainbasecolorsensor.js +9 -36
  241. package/dist/node/devices/duplotrainbasecolorsensor.js.map +1 -1
  242. package/dist/node/devices/duplotrainbasemotor.js +3 -30
  243. package/dist/node/devices/duplotrainbasemotor.js.map +1 -1
  244. package/dist/node/devices/duplotrainbasespeaker.js +5 -32
  245. package/dist/node/devices/duplotrainbasespeaker.js.map +1 -1
  246. package/dist/node/devices/duplotrainbasespeedometer.d.ts +0 -1
  247. package/dist/node/devices/duplotrainbasespeedometer.js +7 -34
  248. package/dist/node/devices/duplotrainbasespeedometer.js.map +1 -1
  249. package/dist/node/devices/hubled.js +5 -32
  250. package/dist/node/devices/hubled.js.map +1 -1
  251. package/dist/node/devices/index.d.ts +14 -0
  252. package/dist/node/devices/index.js +154 -0
  253. package/dist/node/devices/index.js.map +1 -0
  254. package/dist/node/devices/led.d.ts +140 -0
  255. package/dist/node/devices/led.js +295 -0
  256. package/dist/node/devices/led.js.map +1 -0
  257. package/dist/node/devices/light.js +5 -32
  258. package/dist/node/devices/light.js.map +1 -1
  259. package/dist/node/devices/marioaccelerometer.d.ts +0 -1
  260. package/dist/node/devices/marioaccelerometer.js +7 -34
  261. package/dist/node/devices/marioaccelerometer.js.map +1 -1
  262. package/dist/node/devices/mariobarcodesensor.d.ts +0 -1
  263. package/dist/node/devices/mariobarcodesensor.js +7 -34
  264. package/dist/node/devices/mariobarcodesensor.js.map +1 -1
  265. package/dist/node/devices/mariopantssensor.d.ts +0 -1
  266. package/dist/node/devices/mariopantssensor.js +7 -34
  267. package/dist/node/devices/mariopantssensor.js.map +1 -1
  268. package/dist/node/devices/mediumlinearmotor.js +3 -30
  269. package/dist/node/devices/mediumlinearmotor.js.map +1 -1
  270. package/dist/node/devices/motionsensor.d.ts +0 -1
  271. package/dist/node/devices/motionsensor.js +7 -34
  272. package/dist/node/devices/motionsensor.js.map +1 -1
  273. package/dist/node/devices/motor.d.ts +182 -0
  274. package/dist/node/devices/motor.js +367 -0
  275. package/dist/node/devices/motor.js.map +1 -0
  276. package/dist/node/devices/movehubmediumlinearmotor.js +3 -30
  277. package/dist/node/devices/movehubmediumlinearmotor.js.map +1 -1
  278. package/dist/node/devices/movehubtiltsensor.d.ts +0 -1
  279. package/dist/node/devices/movehubtiltsensor.js +7 -34
  280. package/dist/node/devices/movehubtiltsensor.js.map +1 -1
  281. package/dist/node/devices/piezobuzzer.js +3 -30
  282. package/dist/node/devices/piezobuzzer.js.map +1 -1
  283. package/dist/node/devices/remotecontrolbutton.d.ts +0 -1
  284. package/dist/node/devices/remotecontrolbutton.js +8 -35
  285. package/dist/node/devices/remotecontrolbutton.js.map +1 -1
  286. package/dist/node/devices/sensor.d.ts +305 -0
  287. package/dist/node/devices/sensor.js +662 -0
  288. package/dist/node/devices/sensor.js.map +1 -0
  289. package/dist/node/devices/simplemediumlinearmotor.js +3 -30
  290. package/dist/node/devices/simplemediumlinearmotor.js.map +1 -1
  291. package/dist/node/devices/tachomotor.d.ts +0 -1
  292. package/dist/node/devices/tachomotor.js +14 -41
  293. package/dist/node/devices/tachomotor.js.map +1 -1
  294. package/dist/node/devices/technic3x3colorlightmatrix.js +7 -34
  295. package/dist/node/devices/technic3x3colorlightmatrix.js.map +1 -1
  296. package/dist/node/devices/techniccolorsensor.d.ts +0 -1
  297. package/dist/node/devices/techniccolorsensor.js +9 -36
  298. package/dist/node/devices/techniccolorsensor.js.map +1 -1
  299. package/dist/node/devices/technicdistancesensor.d.ts +0 -1
  300. package/dist/node/devices/technicdistancesensor.js +7 -34
  301. package/dist/node/devices/technicdistancesensor.js.map +1 -1
  302. package/dist/node/devices/technicforcesensor.d.ts +0 -1
  303. package/dist/node/devices/technicforcesensor.js +7 -34
  304. package/dist/node/devices/technicforcesensor.js.map +1 -1
  305. package/dist/node/devices/techniclargeangularmotor.js +3 -30
  306. package/dist/node/devices/techniclargeangularmotor.js.map +1 -1
  307. package/dist/node/devices/techniclargelinearmotor.js +3 -30
  308. package/dist/node/devices/techniclargelinearmotor.js.map +1 -1
  309. package/dist/node/devices/technicmediumangularmotor.js +3 -30
  310. package/dist/node/devices/technicmediumangularmotor.js.map +1 -1
  311. package/dist/node/devices/technicmediumhubaccelerometersensor.d.ts +0 -1
  312. package/dist/node/devices/technicmediumhubaccelerometersensor.js +7 -34
  313. package/dist/node/devices/technicmediumhubaccelerometersensor.js.map +1 -1
  314. package/dist/node/devices/technicmediumhubgyrosensor.d.ts +0 -1
  315. package/dist/node/devices/technicmediumhubgyrosensor.js +7 -34
  316. package/dist/node/devices/technicmediumhubgyrosensor.js.map +1 -1
  317. package/dist/node/devices/technicmediumhubtiltsensor.d.ts +0 -1
  318. package/dist/node/devices/technicmediumhubtiltsensor.js +7 -34
  319. package/dist/node/devices/technicmediumhubtiltsensor.js.map +1 -1
  320. package/dist/node/devices/technicsmallangularmotor.js +3 -30
  321. package/dist/node/devices/technicsmallangularmotor.js.map +1 -1
  322. package/dist/node/devices/technicxlargelinearmotor.js +3 -30
  323. package/dist/node/devices/technicxlargelinearmotor.js.map +1 -1
  324. package/dist/node/devices/tiltsensor.d.ts +0 -1
  325. package/dist/node/devices/tiltsensor.js +7 -34
  326. package/dist/node/devices/tiltsensor.js.map +1 -1
  327. package/dist/node/devices/trainmotor.js +3 -30
  328. package/dist/node/devices/trainmotor.js.map +1 -1
  329. package/dist/node/devices/voltagesensor.d.ts +0 -1
  330. package/dist/node/devices/voltagesensor.js +7 -34
  331. package/dist/node/devices/voltagesensor.js.map +1 -1
  332. package/dist/node/hub.d.ts +291 -0
  333. package/dist/node/hub.js +778 -0
  334. package/dist/node/hub.js.map +1 -0
  335. package/dist/node/hubs/basehub.d.ts +9 -11
  336. package/dist/node/hubs/basehub.js +74 -101
  337. package/dist/node/hubs/basehub.js.map +1 -1
  338. package/dist/node/hubs/duplotrainbase.d.ts +1 -2
  339. package/dist/node/hubs/duplotrainbase.js +6 -33
  340. package/dist/node/hubs/duplotrainbase.js.map +1 -1
  341. package/dist/node/hubs/hub.d.ts +1 -2
  342. package/dist/node/hubs/hub.js +8 -35
  343. package/dist/node/hubs/hub.js.map +1 -1
  344. package/dist/node/hubs/lpf2hub.d.ts +5 -6
  345. package/dist/node/hubs/lpf2hub.js +17 -44
  346. package/dist/node/hubs/lpf2hub.js.map +1 -1
  347. package/dist/node/hubs/mario.d.ts +1 -2
  348. package/dist/node/hubs/mario.js +6 -33
  349. package/dist/node/hubs/mario.js.map +1 -1
  350. package/dist/node/hubs/movehub.d.ts +1 -2
  351. package/dist/node/hubs/movehub.js +8 -35
  352. package/dist/node/hubs/movehub.js.map +1 -1
  353. package/dist/node/hubs/remotecontrol.d.ts +1 -2
  354. package/dist/node/hubs/remotecontrol.js +6 -33
  355. package/dist/node/hubs/remotecontrol.js.map +1 -1
  356. package/dist/node/hubs/technicmediumhub.d.ts +1 -2
  357. package/dist/node/hubs/technicmediumhub.js +6 -33
  358. package/dist/node/hubs/technicmediumhub.js.map +1 -1
  359. package/dist/node/hubs/technicsmallhub.d.ts +1 -2
  360. package/dist/node/hubs/technicsmallhub.js +6 -33
  361. package/dist/node/hubs/technicsmallhub.js.map +1 -1
  362. package/dist/node/hubs/wedo2smarthub.d.ts +3 -5
  363. package/dist/node/hubs/wedo2smarthub.js +10 -37
  364. package/dist/node/hubs/wedo2smarthub.js.map +1 -1
  365. package/dist/node/index-browser.js +91 -116
  366. package/dist/node/index-browser.js.map +1 -1
  367. package/dist/node/index-node.d.ts +1 -0
  368. package/dist/node/index-node.js +49 -119
  369. package/dist/node/index-node.js.map +1 -1
  370. package/dist/node/index.d.ts +31 -0
  371. package/dist/node/index.js +93 -0
  372. package/dist/node/index.js.map +1 -0
  373. package/dist/node/index.mjs +0 -0
  374. package/dist/node/interfaces.d.ts +1 -3
  375. package/dist/node/interfaces.js +1 -2
  376. package/dist/node/nobleabstraction.d.ts +0 -2
  377. package/dist/node/nobleabstraction.js +5 -7
  378. package/dist/node/nobleabstraction.js.map +1 -1
  379. package/dist/node/poweredup-browser.d.ts +0 -2
  380. package/dist/node/poweredup-browser.js +23 -49
  381. package/dist/node/poweredup-browser.js.map +1 -1
  382. package/dist/node/poweredup-node.d.ts +0 -2
  383. package/dist/node/poweredup-node.js +31 -58
  384. package/dist/node/poweredup-node.js.map +1 -1
  385. package/dist/node/poweredup.d.ts +83 -0
  386. package/dist/node/poweredup.js +542 -0
  387. package/dist/node/poweredup.js.map +1 -0
  388. package/dist/node/protocol-wedo.d.ts +158 -0
  389. package/dist/node/protocol-wedo.js +342 -0
  390. package/dist/node/protocol-wedo.js.map +1 -0
  391. package/dist/node/protocol.d.ts +340 -0
  392. package/dist/node/protocol.js +730 -0
  393. package/dist/node/protocol.js.map +1 -0
  394. package/dist/node/types.d.ts +408 -0
  395. package/dist/node/types.js +291 -0
  396. package/dist/node/types.js.map +1 -0
  397. package/dist/node/utils.d.ts +1 -2
  398. package/dist/node/utils.js +14 -26
  399. package/dist/node/utils.js.map +1 -1
  400. package/dist/node/webbleabstraction.d.ts +1 -3
  401. package/dist/node/webbleabstraction.js +3 -7
  402. package/dist/node/webbleabstraction.js.map +1 -1
  403. package/dist/poweredup-browser.d.ts +46 -0
  404. package/dist/poweredup-browser.d.ts.map +1 -0
  405. package/dist/poweredup-browser.js +210 -0
  406. package/dist/poweredup-browser.js.map +1 -0
  407. package/dist/poweredup-node.d.ts +49 -0
  408. package/dist/poweredup-node.d.ts.map +1 -0
  409. package/dist/poweredup-node.js +166 -0
  410. package/dist/poweredup-node.js.map +1 -0
  411. package/dist/tsconfig.tsbuildinfo +1 -0
  412. package/dist/utils.d.ts +13 -0
  413. package/dist/utils.d.ts.map +1 -0
  414. package/dist/utils.js +90 -0
  415. package/dist/utils.js.map +1 -0
  416. package/dist/webbleabstraction.d.ts +27 -0
  417. package/dist/webbleabstraction.d.ts.map +1 -0
  418. package/dist/webbleabstraction.js +104 -0
  419. package/dist/webbleabstraction.js.map +1 -0
  420. package/docs/.nojekyll +1 -0
  421. package/docs/assets/hierarchy.js +1 -0
  422. package/docs/assets/highlight.css +99 -0
  423. package/docs/assets/icons.js +18 -0
  424. package/docs/assets/icons.svg +1 -0
  425. package/docs/assets/main.js +60 -0
  426. package/docs/assets/navigation.js +1 -0
  427. package/docs/assets/search.js +1 -0
  428. package/docs/assets/style.css +1633 -0
  429. package/docs/classes/AbsoluteMotor.html +242 -0
  430. package/docs/classes/BaseHub.html +220 -0
  431. package/docs/classes/BasicMotor.html +201 -0
  432. package/docs/classes/Color.html +3 -0
  433. package/docs/classes/ColorDistanceSensor.html +214 -0
  434. package/docs/classes/CurrentSensor.html +185 -0
  435. package/docs/classes/Device.html +185 -0
  436. package/docs/classes/DuploTrainBase.html +233 -0
  437. package/docs/classes/DuploTrainBaseColorSensor.html +185 -0
  438. package/docs/classes/DuploTrainBaseMotor.html +201 -0
  439. package/docs/classes/DuploTrainBaseSpeaker.html +191 -0
  440. package/docs/classes/DuploTrainBaseSpeedometer.html +185 -0
  441. package/docs/classes/Hub.html +233 -0
  442. package/docs/classes/HubLED.html +191 -0
  443. package/docs/classes/Light.html +195 -0
  444. package/docs/classes/Mario.html +233 -0
  445. package/docs/classes/MediumLinearMotor.html +229 -0
  446. package/docs/classes/MotionSensor.html +185 -0
  447. package/docs/classes/MoveHub.html +233 -0
  448. package/docs/classes/MoveHubMediumLinearMotor.html +229 -0
  449. package/docs/classes/MoveHubTiltSensor.html +185 -0
  450. package/docs/classes/PiezoBuzzer.html +189 -0
  451. package/docs/classes/PoweredUP.html +180 -0
  452. package/docs/classes/RemoteControl.html +233 -0
  453. package/docs/classes/RemoteControlButton.html +185 -0
  454. package/docs/classes/SimpleMediumLinearMotor.html +201 -0
  455. package/docs/classes/TachoMotor.html +229 -0
  456. package/docs/classes/Technic3x3ColorLightMatrix.html +189 -0
  457. package/docs/classes/TechnicColorSensor.html +191 -0
  458. package/docs/classes/TechnicDistanceSensor.html +192 -0
  459. package/docs/classes/TechnicForceSensor.html +185 -0
  460. package/docs/classes/TechnicLargeAngularMotor.html +242 -0
  461. package/docs/classes/TechnicLargeLinearMotor.html +242 -0
  462. package/docs/classes/TechnicMediumAngularMotor.html +242 -0
  463. package/docs/classes/TechnicMediumHub.html +233 -0
  464. package/docs/classes/TechnicMediumHubAccelerometerSensor.html +185 -0
  465. package/docs/classes/TechnicMediumHubGyroSensor.html +185 -0
  466. package/docs/classes/TechnicMediumHubTiltSensor.html +197 -0
  467. package/docs/classes/TechnicSmallAngularMotor.html +242 -0
  468. package/docs/classes/TechnicXLargeLinearMotor.html +242 -0
  469. package/docs/classes/TiltSensor.html +185 -0
  470. package/docs/classes/TrainMotor.html +201 -0
  471. package/docs/classes/VoltageSensor.html +185 -0
  472. package/docs/classes/WeDo2SmartHub.html +229 -0
  473. package/docs/enums/ActionType.html +22 -0
  474. package/docs/enums/AlertOperation.html +10 -0
  475. package/docs/enums/AlertPayload.html +6 -0
  476. package/docs/enums/AlertType.html +10 -0
  477. package/docs/enums/BLECharacteristic.html +15 -0
  478. package/docs/enums/BLEManufacturerData.html +8 -0
  479. package/docs/enums/BLEService.html +7 -0
  480. package/docs/enums/BrakingStyle.html +7 -0
  481. package/docs/enums/ButtonState.html +11 -0
  482. package/docs/enums/Consts.Color.html +25 -0
  483. package/docs/enums/DeviceType.html +79 -0
  484. package/docs/enums/DuploTrainBaseSound.html +11 -0
  485. package/docs/enums/ErrorCode.html +18 -0
  486. package/docs/enums/Event.html +8 -0
  487. package/docs/enums/HWNetWorkCommandType.html +28 -0
  488. package/docs/enums/HWNetworkFamily.html +20 -0
  489. package/docs/enums/HWNetworkSubFamily.html +16 -0
  490. package/docs/enums/HubPropertyOperation.html +14 -0
  491. package/docs/enums/HubPropertyPayload.html +32 -0
  492. package/docs/enums/HubPropertyReference.html +32 -0
  493. package/docs/enums/HubType.html +19 -0
  494. package/docs/enums/IOTypeID.html +30 -0
  495. package/docs/enums/MarioColor.html +17 -0
  496. package/docs/enums/MarioPantsType.html +13 -0
  497. package/docs/enums/MessageType.html +48 -0
  498. package/docs/enums/ModeInformationType.html +22 -0
  499. package/docs/enums/PortInputFormatSetupSubCommand.html +14 -0
  500. package/docs/hierarchy.html +1 -0
  501. package/docs/index.html +18 -120
  502. package/docs/modules/Consts.html +1 -0
  503. package/docs/modules.html +1 -0
  504. package/docs/variables/ColorNames.html +1 -0
  505. package/docs/variables/DeviceTypeNames.html +1 -0
  506. package/docs/variables/HubTypeNames.html +1 -0
  507. package/docs/variables/isWebBluetooth.html +1 -0
  508. package/package.json +19 -25
  509. package/src/color.ts +1 -1
  510. package/src/consts.ts +16 -16
  511. package/src/devices/absolutemotor.ts +4 -7
  512. package/src/devices/basicmotor.ts +4 -8
  513. package/src/devices/colordistancesensor.ts +8 -14
  514. package/src/devices/currentsensor.ts +3 -3
  515. package/src/devices/device.ts +2 -2
  516. package/src/devices/duplotrainbasecolorsensor.ts +4 -4
  517. package/src/devices/duplotrainbasemotor.ts +3 -3
  518. package/src/devices/duplotrainbasespeaker.ts +3 -5
  519. package/src/devices/duplotrainbasespeedometer.ts +3 -3
  520. package/src/devices/hubled.ts +3 -5
  521. package/src/devices/light.ts +4 -6
  522. package/src/devices/marioaccelerometer.ts +3 -3
  523. package/src/devices/mariobarcodesensor.ts +3 -3
  524. package/src/devices/mariopantssensor.ts +3 -3
  525. package/src/devices/mediumlinearmotor.ts +3 -3
  526. package/src/devices/motionsensor.ts +3 -3
  527. package/src/devices/movehubmediumlinearmotor.ts +3 -3
  528. package/src/devices/movehubtiltsensor.ts +3 -3
  529. package/src/devices/piezobuzzer.ts +3 -4
  530. package/src/devices/remotecontrolbutton.ts +3 -3
  531. package/src/devices/simplemediumlinearmotor.ts +3 -3
  532. package/src/devices/tachomotor.ts +5 -11
  533. package/src/devices/technic3x3colorlightmatrix.ts +4 -5
  534. package/src/devices/techniccolorsensor.ts +4 -5
  535. package/src/devices/technicdistancesensor.ts +3 -4
  536. package/src/devices/technicforcesensor.ts +3 -3
  537. package/src/devices/techniclargeangularmotor.ts +3 -3
  538. package/src/devices/techniclargelinearmotor.ts +3 -3
  539. package/src/devices/technicmediumangularmotor.ts +3 -3
  540. package/src/devices/technicmediumhubaccelerometersensor.ts +3 -3
  541. package/src/devices/technicmediumhubgyrosensor.ts +3 -3
  542. package/src/devices/technicmediumhubtiltsensor.ts +6 -9
  543. package/src/devices/technicsmallangularmotor.ts +3 -3
  544. package/src/devices/technicxlargelinearmotor.ts +3 -3
  545. package/src/devices/tiltsensor.ts +3 -3
  546. package/src/devices/trainmotor.ts +3 -3
  547. package/src/devices/voltagesensor.ts +3 -3
  548. package/src/hubs/basehub.ts +42 -51
  549. package/src/hubs/duplotrainbase.ts +5 -5
  550. package/src/hubs/hub.ts +5 -5
  551. package/src/hubs/lpf2hub.ts +4 -7
  552. package/src/hubs/mario.ts +5 -5
  553. package/src/hubs/movehub.ts +5 -5
  554. package/src/hubs/remotecontrol.ts +5 -5
  555. package/src/hubs/technicmediumhub.ts +5 -5
  556. package/src/hubs/technicsmallhub.ts +5 -5
  557. package/src/hubs/wedo2smarthub.ts +7 -9
  558. package/src/index-browser.ts +46 -46
  559. package/src/index-node.ts +47 -46
  560. package/src/interfaces.ts +2 -2
  561. package/src/nobleabstraction.ts +10 -10
  562. package/src/poweredup-browser.ts +15 -19
  563. package/src/poweredup-node.ts +15 -22
  564. package/src/utils.ts +1 -1
  565. package/src/webbleabstraction.ts +3 -3
  566. package/tsconfig.tsbuildinfo +1 -0
  567. package/typedoc.json +14 -0
  568. package/.jsdoc.json +0 -40
  569. package/abandonware-noble.d.ts +0 -129
  570. package/dist/browser/poweredup.js +0 -3
  571. package/dist/browser/poweredup.js.LICENSE.txt +0 -8
  572. package/dist/browser/poweredup.js.map +0 -1
  573. package/docs/AbsoluteMotor.html +0 -2008
  574. package/docs/BaseHub.html +0 -1391
  575. package/docs/BasicMotor.html +0 -1459
  576. package/docs/ColorDistanceSensor.html +0 -3025
  577. package/docs/CurrentSensor.html +0 -1022
  578. package/docs/Device.html +0 -841
  579. package/docs/DuploTrainBase.html +0 -2092
  580. package/docs/DuploTrainBaseColorSensor.html +0 -1509
  581. package/docs/DuploTrainBaseMotor.html +0 -1479
  582. package/docs/DuploTrainBaseSpeaker.html +0 -1193
  583. package/docs/DuploTraniBaseSpeedometer.html +0 -871
  584. package/docs/Hub.html +0 -7451
  585. package/docs/HubLED.html +0 -1239
  586. package/docs/LPF2Hub.html +0 -2066
  587. package/docs/Light.html +0 -1239
  588. package/docs/Mario.html +0 -2092
  589. package/docs/MarioAccelerometer.html +0 -1215
  590. package/docs/MarioBarcodeSensor.html +0 -1215
  591. package/docs/MarioPantsSensor.html +0 -1022
  592. package/docs/MediumLinearMotor.html +0 -1357
  593. package/docs/MotionSensor.html +0 -1022
  594. package/docs/MoveHub.html +0 -2092
  595. package/docs/MoveHubMediumLinearMotor.html +0 -1357
  596. package/docs/MoveHubTiltSensor.html +0 -1045
  597. package/docs/PiezoBuzzer.html +0 -1057
  598. package/docs/PoweredUP.html +0 -4371
  599. package/docs/RemoteControl.html +0 -2092
  600. package/docs/RemoteControlButton.html +0 -1022
  601. package/docs/SimpleMediumLinearMotor.html +0 -871
  602. package/docs/TachoMotor.html +0 -2620
  603. package/docs/Technic3x3ColorLightMatrix.html +0 -1037
  604. package/docs/TechnicColorSensor.html +0 -1525
  605. package/docs/TechnicDistanceSensor.html +0 -1401
  606. package/docs/TechnicForceSensor.html +0 -1316
  607. package/docs/TechnicLargeAngularMotor.html +0 -2028
  608. package/docs/TechnicLargeLinearMotor.html +0 -2028
  609. package/docs/TechnicMediumAngularMotor.html +0 -2028
  610. package/docs/TechnicMediumHub.html +0 -2092
  611. package/docs/TechnicMediumHubAccelerometerSensor.html +0 -1068
  612. package/docs/TechnicMediumHubGyroSensor.html +0 -1068
  613. package/docs/TechnicMediumHubTiltSensor.html +0 -1696
  614. package/docs/TechnicSmallAngularMotor.html +0 -2028
  615. package/docs/TechnicXLargeLinearMotor.html +0 -2028
  616. package/docs/TiltSensor.html +0 -1045
  617. package/docs/TrainMotor.html +0 -1479
  618. package/docs/VoltageSensor.html +0 -1022
  619. package/docs/WeDo2SmartHub.html +0 -1887
  620. package/docs/devices_absolutemotor.js.html +0 -195
  621. package/docs/devices_basicmotor.js.html +0 -138
  622. package/docs/devices_colordistancesensor.js.html +0 -361
  623. package/docs/devices_currentsensor.js.html +0 -132
  624. package/docs/devices_device.js.html +0 -239
  625. package/docs/devices_duplotrainbasecolorsensor.js.html +0 -154
  626. package/docs/devices_duplotrainbasemotor.js.html +0 -89
  627. package/docs/devices_duplotrainbasespeaker.js.html +0 -117
  628. package/docs/devices_duplotrainbasespeedometer.js.html +0 -111
  629. package/docs/devices_hubled.js.html +0 -137
  630. package/docs/devices_light.js.html +0 -123
  631. package/docs/devices_marioaccelerometer.js.html +0 -127
  632. package/docs/devices_mariobarcodesensor.js.html +0 -135
  633. package/docs/devices_mariopantssensor.js.html +0 -111
  634. package/docs/devices_mediumlinearmotor.js.html +0 -89
  635. package/docs/devices_motionsensor.js.html +0 -115
  636. package/docs/devices_movehubmediumlinearmotor.js.html +0 -89
  637. package/docs/devices_movehubtiltsensor.js.html +0 -113
  638. package/docs/devices_piezobuzzer.js.html +0 -105
  639. package/docs/devices_remotecontrolbutton.js.html +0 -117
  640. package/docs/devices_simplemediumlinearmotor.js.html +0 -89
  641. package/docs/devices_tachomotor.js.html +0 -244
  642. package/docs/devices_technic3x3colorlightmatrix.js.html +0 -131
  643. package/docs/devices_techniccolorsensor.js.html +0 -149
  644. package/docs/devices_technicdistancesensor.js.html +0 -135
  645. package/docs/devices_technicforcesensor.js.html +0 -135
  646. package/docs/devices_techniclargeangularmotor.js.html +0 -89
  647. package/docs/devices_techniclargelinearmotor.js.html +0 -89
  648. package/docs/devices_technicmediumangularmotor.js.html +0 -89
  649. package/docs/devices_technicmediumhubaccelerometersensor.js.html +0 -115
  650. package/docs/devices_technicmediumhubgyrosensor.js.html +0 -115
  651. package/docs/devices_technicmediumhubtiltsensor.js.html +0 -183
  652. package/docs/devices_technicsmallangularmotor.js.html +0 -89
  653. package/docs/devices_technicxlargelinearmotor.js.html +0 -89
  654. package/docs/devices_tiltsensor.js.html +0 -113
  655. package/docs/devices_trainmotor.js.html +0 -89
  656. package/docs/devices_voltagesensor.js.html +0 -136
  657. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  658. package/docs/fonts/OpenSans-Bold-webfont.svg +0 -1830
  659. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  660. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  661. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
  662. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  663. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  664. package/docs/fonts/OpenSans-Italic-webfont.svg +0 -1830
  665. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  666. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  667. package/docs/fonts/OpenSans-Light-webfont.svg +0 -1831
  668. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  669. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  670. package/docs/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
  671. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  672. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  673. package/docs/fonts/OpenSans-Regular-webfont.svg +0 -1831
  674. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  675. package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
  676. package/docs/fonts/OpenSans-Semibold-webfont.svg +0 -1830
  677. package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  678. package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
  679. package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  680. package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1830
  681. package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  682. package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  683. package/docs/global.html +0 -3996
  684. package/docs/hubs_basehub.js.html +0 -469
  685. package/docs/hubs_duplotrainbase.js.html +0 -112
  686. package/docs/hubs_hub.js.html +0 -121
  687. package/docs/hubs_mario.js.html +0 -108
  688. package/docs/hubs_movehub.js.html +0 -123
  689. package/docs/hubs_remotecontrol.js.html +0 -114
  690. package/docs/hubs_technicmediumhub.js.html +0 -119
  691. package/docs/hubs_technicsmallhub.js.html +0 -118
  692. package/docs/hubs_wedo2smarthub.js.html +0 -265
  693. package/docs/icons/home.svg +0 -4
  694. package/docs/icons/search.svg +0 -4
  695. package/docs/poweredup-browser.js.html +0 -292
  696. package/docs/poweredup-node.js.html +0 -250
  697. package/docs/scripts/linenumber.js +0 -25
  698. package/docs/scripts/pagelocation.js +0 -89
  699. package/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  700. package/docs/scripts/prettify/lang-css.js +0 -2
  701. package/docs/scripts/prettify/prettify.js +0 -28
  702. package/docs/styles/collapse.css +0 -27
  703. package/docs/styles/jsdoc-default.css +0 -358
  704. package/docs/styles/prettify-jsdoc.css +0 -111
  705. package/docs/styles/prettify-tomorrow.css +0 -132
  706. package/noble-mac.d.ts +0 -3
@@ -1,2092 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Class: TechnicMediumHub</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">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Class: TechnicMediumHub</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
-
29
- <header>
30
-
31
- <h2><span class="attribs"><span class="type-signature"></span></span>TechnicMediumHub<span class="signature">()</span><span class="type-signature"></span></h2>
32
-
33
-
34
- </header>
35
-
36
- <article>
37
- <div class="container-overview">
38
-
39
-
40
-
41
-
42
-
43
-
44
- <h4 class="name" id="TechnicMediumHub"><span class="type-signature"></span>new TechnicMediumHub<span class="signature">()</span><span class="type-signature"></span></h4>
45
-
46
-
47
-
48
-
49
-
50
-
51
- <div class="description">
52
- <p>The TechnicMediumHub is emitted if the discovered device is a Technic Medium Hub.</p>
53
- </div>
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
- <dl class="details">
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
- <dt class="tag-source">Source:</dt>
95
- <dd class="tag-source"><ul class="dummy"><li>
96
- <a href="hubs_technicmediumhub.js.html">hubs/technicmediumhub.js</a>, <a href="hubs_technicmediumhub.js.html#line31">line 31</a>
97
- </li></ul></dd>
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
- </dl>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
- </div>
128
-
129
-
130
- <h3 class="subsection-title">Extends</h3>
131
-
132
-
133
-
134
-
135
- <ul>
136
- <li><a href="LPF2Hub.html">LPF2Hub</a></li>
137
-
138
- <li><a href="BaseHub.html">BaseHub</a></li>
139
- </ul>
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
- <h3 class="subsection-title">Members</h3>
156
-
157
-
158
-
159
- <h4 class="name" id="batteryLevel"><span class="type-signature">(readonly) </span>batteryLevel<span class="type-signature"></span></h4>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
- <h5 class="subsection-title">Properties:</h5>
171
-
172
-
173
-
174
- <table class="props">
175
- <thead>
176
- <tr>
177
-
178
- <th>Name</th>
179
-
180
-
181
- <th>Type</th>
182
-
183
-
184
-
185
-
186
-
187
- <th class="last">Description</th>
188
- </tr>
189
- </thead>
190
-
191
- <tbody>
192
-
193
-
194
- <tr>
195
-
196
- <td class="name"><code>batteryLevel</code></td>
197
-
198
-
199
- <td class="type">
200
-
201
-
202
- <span class="param-type">number</span>
203
-
204
-
205
-
206
- </td>
207
-
208
-
209
-
210
-
211
-
212
- <td class="description last"><p>Battery level of the hub (Percentage between 0-100)</p></td>
213
- </tr>
214
-
215
-
216
- </tbody>
217
- </table>
218
-
219
-
220
-
221
-
222
- <dl class="details">
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
- <dt class="tag-overrides">Overrides:</dt>
232
- <dd class="tag-overrides"><ul class="dummy"><li>
233
- <a href="BaseHub.html#batteryLevel">BaseHub#batteryLevel</a>
234
- </li></ul></dd>
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
- <dt class="tag-source">Source:</dt>
255
- <dd class="tag-source"><ul class="dummy"><li>
256
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line161">line 161</a>
257
- </li></ul></dd>
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
- </dl>
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
- <h4 class="name" id="connected"><span class="type-signature">(readonly) </span>connected<span class="type-signature"></span></h4>
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
- <h5 class="subsection-title">Properties:</h5>
286
-
287
-
288
-
289
- <table class="props">
290
- <thead>
291
- <tr>
292
-
293
- <th>Name</th>
294
-
295
-
296
- <th>Type</th>
297
-
298
-
299
-
300
-
301
-
302
- <th class="last">Description</th>
303
- </tr>
304
- </thead>
305
-
306
- <tbody>
307
-
308
-
309
- <tr>
310
-
311
- <td class="name"><code>connected</code></td>
312
-
313
-
314
- <td class="type">
315
-
316
-
317
- <span class="param-type">string</span>
318
-
319
-
320
-
321
- </td>
322
-
323
-
324
-
325
-
326
-
327
- <td class="description last"><p>Connected status</p></td>
328
- </tr>
329
-
330
-
331
- </tbody>
332
- </table>
333
-
334
-
335
-
336
-
337
- <dl class="details">
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
- <dt class="tag-overrides">Overrides:</dt>
347
- <dd class="tag-overrides"><ul class="dummy"><li>
348
- <a href="BaseHub.html#connected">BaseHub#connected</a>
349
- </li></ul></dd>
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
- <dt class="tag-source">Source:</dt>
370
- <dd class="tag-source"><ul class="dummy"><li>
371
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line105">line 105</a>
372
- </li></ul></dd>
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
- </dl>
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
- <h4 class="name" id="connecting"><span class="type-signature">(readonly) </span>connecting<span class="type-signature"></span></h4>
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
- <h5 class="subsection-title">Properties:</h5>
401
-
402
-
403
-
404
- <table class="props">
405
- <thead>
406
- <tr>
407
-
408
- <th>Name</th>
409
-
410
-
411
- <th>Type</th>
412
-
413
-
414
-
415
-
416
-
417
- <th class="last">Description</th>
418
- </tr>
419
- </thead>
420
-
421
- <tbody>
422
-
423
-
424
- <tr>
425
-
426
- <td class="name"><code>connecting</code></td>
427
-
428
-
429
- <td class="type">
430
-
431
-
432
- <span class="param-type">string</span>
433
-
434
-
435
-
436
- </td>
437
-
438
-
439
-
440
-
441
-
442
- <td class="description last"><p>Connecting status</p></td>
443
- </tr>
444
-
445
-
446
- </tbody>
447
- </table>
448
-
449
-
450
-
451
-
452
- <dl class="details">
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
- <dt class="tag-overrides">Overrides:</dt>
462
- <dd class="tag-overrides"><ul class="dummy"><li>
463
- <a href="BaseHub.html#connecting">BaseHub#connecting</a>
464
- </li></ul></dd>
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
- <dt class="tag-source">Source:</dt>
485
- <dd class="tag-source"><ul class="dummy"><li>
486
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line112">line 112</a>
487
- </li></ul></dd>
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
- </dl>
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
- <h4 class="name" id="firmwareVersion"><span class="type-signature">(readonly) </span>firmwareVersion<span class="type-signature"></span></h4>
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
- <h5 class="subsection-title">Properties:</h5>
516
-
517
-
518
-
519
- <table class="props">
520
- <thead>
521
- <tr>
522
-
523
- <th>Name</th>
524
-
525
-
526
- <th>Type</th>
527
-
528
-
529
-
530
-
531
-
532
- <th class="last">Description</th>
533
- </tr>
534
- </thead>
535
-
536
- <tbody>
537
-
538
-
539
- <tr>
540
-
541
- <td class="name"><code>firmwareVersion</code></td>
542
-
543
-
544
- <td class="type">
545
-
546
-
547
- <span class="param-type">string</span>
548
-
549
-
550
-
551
- </td>
552
-
553
-
554
-
555
-
556
-
557
- <td class="description last"><p>Firmware version of the hub</p></td>
558
- </tr>
559
-
560
-
561
- </tbody>
562
- </table>
563
-
564
-
565
-
566
-
567
- <dl class="details">
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
- <dt class="tag-overrides">Overrides:</dt>
577
- <dd class="tag-overrides"><ul class="dummy"><li>
578
- <a href="BaseHub.html#firmwareVersion">BaseHub#firmwareVersion</a>
579
- </li></ul></dd>
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
- <dt class="tag-source">Source:</dt>
600
- <dd class="tag-source"><ul class="dummy"><li>
601
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line133">line 133</a>
602
- </li></ul></dd>
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
- </dl>
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
- <h4 class="name" id="hardwareVersion"><span class="type-signature">(readonly) </span>hardwareVersion<span class="type-signature"></span></h4>
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
- <h5 class="subsection-title">Properties:</h5>
631
-
632
-
633
-
634
- <table class="props">
635
- <thead>
636
- <tr>
637
-
638
- <th>Name</th>
639
-
640
-
641
- <th>Type</th>
642
-
643
-
644
-
645
-
646
-
647
- <th class="last">Description</th>
648
- </tr>
649
- </thead>
650
-
651
- <tbody>
652
-
653
-
654
- <tr>
655
-
656
- <td class="name"><code>hardwareVersion</code></td>
657
-
658
-
659
- <td class="type">
660
-
661
-
662
- <span class="param-type">string</span>
663
-
664
-
665
-
666
- </td>
667
-
668
-
669
-
670
-
671
-
672
- <td class="description last"><p>Hardware version of the hub</p></td>
673
- </tr>
674
-
675
-
676
- </tbody>
677
- </table>
678
-
679
-
680
-
681
-
682
- <dl class="details">
683
-
684
-
685
-
686
-
687
-
688
-
689
-
690
-
691
- <dt class="tag-overrides">Overrides:</dt>
692
- <dd class="tag-overrides"><ul class="dummy"><li>
693
- <a href="BaseHub.html#hardwareVersion">BaseHub#hardwareVersion</a>
694
- </li></ul></dd>
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
-
705
-
706
-
707
-
708
-
709
-
710
-
711
-
712
-
713
-
714
- <dt class="tag-source">Source:</dt>
715
- <dd class="tag-source"><ul class="dummy"><li>
716
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line140">line 140</a>
717
- </li></ul></dd>
718
-
719
-
720
-
721
-
722
-
723
-
724
-
725
- </dl>
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
-
734
- <h4 class="name" id="name"><span class="type-signature">(readonly) </span>name<span class="type-signature"></span></h4>
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
- <h5 class="subsection-title">Properties:</h5>
746
-
747
-
748
-
749
- <table class="props">
750
- <thead>
751
- <tr>
752
-
753
- <th>Name</th>
754
-
755
-
756
- <th>Type</th>
757
-
758
-
759
-
760
-
761
-
762
- <th class="last">Description</th>
763
- </tr>
764
- </thead>
765
-
766
- <tbody>
767
-
768
-
769
- <tr>
770
-
771
- <td class="name"><code>name</code></td>
772
-
773
-
774
- <td class="type">
775
-
776
-
777
- <span class="param-type">string</span>
778
-
779
-
780
-
781
- </td>
782
-
783
-
784
-
785
-
786
-
787
- <td class="description last"><p>Name of the hub</p></td>
788
- </tr>
789
-
790
-
791
- </tbody>
792
- </table>
793
-
794
-
795
-
796
-
797
- <dl class="details">
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
- <dt class="tag-overrides">Overrides:</dt>
807
- <dd class="tag-overrides"><ul class="dummy"><li>
808
- <a href="BaseHub.html#name">BaseHub#name</a>
809
- </li></ul></dd>
810
-
811
-
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
- <dt class="tag-source">Source:</dt>
830
- <dd class="tag-source"><ul class="dummy"><li>
831
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line98">line 98</a>
832
- </li></ul></dd>
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
- </dl>
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
- <h4 class="name" id="ports"><span class="type-signature">(readonly) </span>ports<span class="type-signature"></span></h4>
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
- <h5 class="subsection-title">Properties:</h5>
861
-
862
-
863
-
864
- <table class="props">
865
- <thead>
866
- <tr>
867
-
868
- <th>Name</th>
869
-
870
-
871
- <th>Type</th>
872
-
873
-
874
-
875
-
876
-
877
- <th class="last">Description</th>
878
- </tr>
879
- </thead>
880
-
881
- <tbody>
882
-
883
-
884
- <tr>
885
-
886
- <td class="name"><code>ports</code></td>
887
-
888
-
889
- <td class="type">
890
-
891
-
892
- <span class="param-type">Array.&lt;string></span>
893
-
894
-
895
-
896
- </td>
897
-
898
-
899
-
900
-
901
-
902
- <td class="description last"><p>Array of port names</p></td>
903
- </tr>
904
-
905
-
906
- </tbody>
907
- </table>
908
-
909
-
910
-
911
-
912
- <dl class="details">
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
- <dt class="tag-overrides">Overrides:</dt>
922
- <dd class="tag-overrides"><ul class="dummy"><li>
923
- <a href="BaseHub.html#ports">BaseHub#ports</a>
924
- </li></ul></dd>
925
-
926
-
927
-
928
-
929
-
930
-
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
- <dt class="tag-source">Source:</dt>
945
- <dd class="tag-source"><ul class="dummy"><li>
946
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line126">line 126</a>
947
- </li></ul></dd>
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
- </dl>
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
- <h4 class="name" id="primaryMACAddress"><span class="type-signature">(readonly) </span>primaryMACAddress<span class="type-signature"></span></h4>
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
- <h5 class="subsection-title">Properties:</h5>
976
-
977
-
978
-
979
- <table class="props">
980
- <thead>
981
- <tr>
982
-
983
- <th>Name</th>
984
-
985
-
986
- <th>Type</th>
987
-
988
-
989
-
990
-
991
-
992
- <th class="last">Description</th>
993
- </tr>
994
- </thead>
995
-
996
- <tbody>
997
-
998
-
999
- <tr>
1000
-
1001
- <td class="name"><code>primaryMACAddress</code></td>
1002
-
1003
-
1004
- <td class="type">
1005
-
1006
-
1007
- <span class="param-type">string</span>
1008
-
1009
-
1010
-
1011
- </td>
1012
-
1013
-
1014
-
1015
-
1016
-
1017
- <td class="description last"><p>Primary MAC address of the hub</p></td>
1018
- </tr>
1019
-
1020
-
1021
- </tbody>
1022
- </table>
1023
-
1024
-
1025
-
1026
-
1027
- <dl class="details">
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- <dt class="tag-overrides">Overrides:</dt>
1037
- <dd class="tag-overrides"><ul class="dummy"><li>
1038
- <a href="BaseHub.html#primaryMACAddress">BaseHub#primaryMACAddress</a>
1039
- </li></ul></dd>
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
- <dt class="tag-source">Source:</dt>
1060
- <dd class="tag-source"><ul class="dummy"><li>
1061
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line147">line 147</a>
1062
- </li></ul></dd>
1063
-
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
- </dl>
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- <h4 class="name" id="rssi"><span class="type-signature">(readonly) </span>rssi<span class="type-signature"></span></h4>
1080
-
1081
-
1082
-
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
- <h5 class="subsection-title">Properties:</h5>
1091
-
1092
-
1093
-
1094
- <table class="props">
1095
- <thead>
1096
- <tr>
1097
-
1098
- <th>Name</th>
1099
-
1100
-
1101
- <th>Type</th>
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- <th class="last">Description</th>
1108
- </tr>
1109
- </thead>
1110
-
1111
- <tbody>
1112
-
1113
-
1114
- <tr>
1115
-
1116
- <td class="name"><code>rssi</code></td>
1117
-
1118
-
1119
- <td class="type">
1120
-
1121
-
1122
- <span class="param-type">number</span>
1123
-
1124
-
1125
-
1126
- </td>
1127
-
1128
-
1129
-
1130
-
1131
-
1132
- <td class="description last"><p>Signal strength of the hub</p></td>
1133
- </tr>
1134
-
1135
-
1136
- </tbody>
1137
- </table>
1138
-
1139
-
1140
-
1141
-
1142
- <dl class="details">
1143
-
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
- <dt class="tag-overrides">Overrides:</dt>
1152
- <dd class="tag-overrides"><ul class="dummy"><li>
1153
- <a href="BaseHub.html#rssi">BaseHub#rssi</a>
1154
- </li></ul></dd>
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
-
1174
- <dt class="tag-source">Source:</dt>
1175
- <dd class="tag-source"><ul class="dummy"><li>
1176
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line168">line 168</a>
1177
- </li></ul></dd>
1178
-
1179
-
1180
-
1181
-
1182
-
1183
-
1184
-
1185
- </dl>
1186
-
1187
-
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
- <h4 class="name" id="type"><span class="type-signature">(readonly) </span>type<span class="type-signature"></span></h4>
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
-
1203
-
1204
-
1205
- <h5 class="subsection-title">Properties:</h5>
1206
-
1207
-
1208
-
1209
- <table class="props">
1210
- <thead>
1211
- <tr>
1212
-
1213
- <th>Name</th>
1214
-
1215
-
1216
- <th>Type</th>
1217
-
1218
-
1219
-
1220
-
1221
-
1222
- <th class="last">Description</th>
1223
- </tr>
1224
- </thead>
1225
-
1226
- <tbody>
1227
-
1228
-
1229
- <tr>
1230
-
1231
- <td class="name"><code>type</code></td>
1232
-
1233
-
1234
- <td class="type">
1235
-
1236
-
1237
- <span class="param-type">string</span>
1238
-
1239
-
1240
-
1241
- </td>
1242
-
1243
-
1244
-
1245
-
1246
-
1247
- <td class="description last"><p>Hub type</p></td>
1248
- </tr>
1249
-
1250
-
1251
- </tbody>
1252
- </table>
1253
-
1254
-
1255
-
1256
-
1257
- <dl class="details">
1258
-
1259
-
1260
-
1261
-
1262
-
1263
-
1264
-
1265
-
1266
- <dt class="tag-overrides">Overrides:</dt>
1267
- <dd class="tag-overrides"><ul class="dummy"><li>
1268
- <a href="BaseHub.html#type">BaseHub#type</a>
1269
- </li></ul></dd>
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
- <dt class="tag-source">Source:</dt>
1290
- <dd class="tag-source"><ul class="dummy"><li>
1291
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line119">line 119</a>
1292
- </li></ul></dd>
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
- </dl>
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
-
1309
- <h4 class="name" id="uuid"><span class="type-signature">(readonly) </span>uuid<span class="type-signature"></span></h4>
1310
-
1311
-
1312
-
1313
-
1314
-
1315
-
1316
-
1317
-
1318
-
1319
-
1320
- <h5 class="subsection-title">Properties:</h5>
1321
-
1322
-
1323
-
1324
- <table class="props">
1325
- <thead>
1326
- <tr>
1327
-
1328
- <th>Name</th>
1329
-
1330
-
1331
- <th>Type</th>
1332
-
1333
-
1334
-
1335
-
1336
-
1337
- <th class="last">Description</th>
1338
- </tr>
1339
- </thead>
1340
-
1341
- <tbody>
1342
-
1343
-
1344
- <tr>
1345
-
1346
- <td class="name"><code>uuid</code></td>
1347
-
1348
-
1349
- <td class="type">
1350
-
1351
-
1352
- <span class="param-type">string</span>
1353
-
1354
-
1355
-
1356
- </td>
1357
-
1358
-
1359
-
1360
-
1361
-
1362
- <td class="description last"><p>UUID of the hub</p></td>
1363
- </tr>
1364
-
1365
-
1366
- </tbody>
1367
- </table>
1368
-
1369
-
1370
-
1371
-
1372
- <dl class="details">
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
- <dt class="tag-overrides">Overrides:</dt>
1382
- <dd class="tag-overrides"><ul class="dummy"><li>
1383
- <a href="BaseHub.html#uuid">BaseHub#uuid</a>
1384
- </li></ul></dd>
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
- <dt class="tag-source">Source:</dt>
1405
- <dd class="tag-source"><ul class="dummy"><li>
1406
- <a href="hubs_basehub.js.html">hubs/basehub.js</a>, <a href="hubs_basehub.js.html#line154">line 154</a>
1407
- </li></ul></dd>
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
- </dl>
1416
-
1417
-
1418
-
1419
-
1420
-
1421
-
1422
-
1423
-
1424
-
1425
-
1426
- <h3 class="subsection-title">Methods</h3>
1427
-
1428
-
1429
-
1430
-
1431
-
1432
-
1433
-
1434
- <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>
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
- <div class="description">
1442
- <p>Combines two ports with into a single virtual port.</p>
1443
- <p>Note: The devices attached to the ports must be of the same device type.</p>
1444
- </div>
1445
-
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
- <h5>Parameters:</h5>
1455
-
1456
-
1457
- <table class="params">
1458
- <thead>
1459
- <tr>
1460
-
1461
- <th>Name</th>
1462
-
1463
-
1464
- <th>Type</th>
1465
-
1466
-
1467
-
1468
-
1469
-
1470
- <th class="last">Description</th>
1471
- </tr>
1472
- </thead>
1473
-
1474
- <tbody>
1475
-
1476
-
1477
- <tr>
1478
-
1479
- <td class="name"><code>firstPortName</code></td>
1480
-
1481
-
1482
- <td class="type">
1483
-
1484
-
1485
- <span class="param-type">string</span>
1486
-
1487
-
1488
-
1489
- </td>
1490
-
1491
-
1492
-
1493
-
1494
-
1495
- <td class="description last"><p>First port name</p></td>
1496
- </tr>
1497
-
1498
-
1499
-
1500
- <tr>
1501
-
1502
- <td class="name"><code>secondPortName</code></td>
1503
-
1504
-
1505
- <td class="type">
1506
-
1507
-
1508
- <span class="param-type">string</span>
1509
-
1510
-
1511
-
1512
- </td>
1513
-
1514
-
1515
-
1516
-
1517
-
1518
- <td class="description last"><p>Second port name</p></td>
1519
- </tr>
1520
-
1521
-
1522
- </tbody>
1523
- </table>
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
- <dl class="details">
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
- <dt class="inherited-from">Inherited From:</dt>
1538
- <dd class="inherited-from"><ul class="dummy"><li>
1539
- <a href="LPF2Hub.html#createVirtualPort">LPF2Hub#createVirtualPort</a>
1540
- </li></ul></dd>
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
-
1557
-
1558
-
1559
-
1560
-
1561
-
1562
- <dt class="tag-source">Source:</dt>
1563
- <dd class="tag-source"><ul class="dummy"><li>
1564
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line94">line 94</a>
1565
- </li></ul></dd>
1566
-
1567
-
1568
-
1569
-
1570
-
1571
-
1572
-
1573
- </dl>
1574
-
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
-
1586
-
1587
-
1588
-
1589
- <h5>Returns:</h5>
1590
-
1591
-
1592
- <div class="param-desc">
1593
- <p>Resolved upon successful issuance of command.</p>
1594
- </div>
1595
-
1596
-
1597
-
1598
- <dl>
1599
- <dt>
1600
- Type
1601
- </dt>
1602
- <dd>
1603
-
1604
- <span class="param-type">Promise</span>
1605
-
1606
-
1607
- </dd>
1608
- </dl>
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
-
1622
- <h4 class="name" id="setName"><span class="type-signature"></span>setName<span class="signature">(name)</span><span class="type-signature"> &rarr; {Promise}</span></h4>
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
- <div class="description">
1630
- <p>Set the name of the Hub.</p>
1631
- </div>
1632
-
1633
-
1634
-
1635
-
1636
-
1637
-
1638
-
1639
-
1640
-
1641
- <h5>Parameters:</h5>
1642
-
1643
-
1644
- <table class="params">
1645
- <thead>
1646
- <tr>
1647
-
1648
- <th>Name</th>
1649
-
1650
-
1651
- <th>Type</th>
1652
-
1653
-
1654
-
1655
-
1656
-
1657
- <th class="last">Description</th>
1658
- </tr>
1659
- </thead>
1660
-
1661
- <tbody>
1662
-
1663
-
1664
- <tr>
1665
-
1666
- <td class="name"><code>name</code></td>
1667
-
1668
-
1669
- <td class="type">
1670
-
1671
-
1672
- <span class="param-type">string</span>
1673
-
1674
-
1675
-
1676
- </td>
1677
-
1678
-
1679
-
1680
-
1681
-
1682
- <td class="description last"><p>New name of the hub (14 characters or less, ASCII only).</p></td>
1683
- </tr>
1684
-
1685
-
1686
- </tbody>
1687
- </table>
1688
-
1689
-
1690
-
1691
-
1692
-
1693
-
1694
- <dl class="details">
1695
-
1696
-
1697
-
1698
-
1699
-
1700
-
1701
- <dt class="inherited-from">Inherited From:</dt>
1702
- <dd class="inherited-from"><ul class="dummy"><li>
1703
- <a href="LPF2Hub.html#setName">LPF2Hub#setName</a>
1704
- </li></ul></dd>
1705
-
1706
-
1707
-
1708
-
1709
-
1710
-
1711
-
1712
-
1713
-
1714
-
1715
-
1716
-
1717
-
1718
-
1719
-
1720
-
1721
-
1722
-
1723
-
1724
-
1725
-
1726
- <dt class="tag-source">Source:</dt>
1727
- <dd class="tag-source"><ul class="dummy"><li>
1728
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line65">line 65</a>
1729
- </li></ul></dd>
1730
-
1731
-
1732
-
1733
-
1734
-
1735
-
1736
-
1737
- </dl>
1738
-
1739
-
1740
-
1741
-
1742
-
1743
-
1744
-
1745
-
1746
-
1747
-
1748
-
1749
-
1750
-
1751
-
1752
-
1753
- <h5>Returns:</h5>
1754
-
1755
-
1756
- <div class="param-desc">
1757
- <p>Resolved upon successful issuance of command.</p>
1758
- </div>
1759
-
1760
-
1761
-
1762
- <dl>
1763
- <dt>
1764
- Type
1765
- </dt>
1766
- <dd>
1767
-
1768
- <span class="param-type">Promise</span>
1769
-
1770
-
1771
- </dd>
1772
- </dl>
1773
-
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
- <h4 class="name" id="shutdown"><span class="type-signature"></span>shutdown<span class="signature">()</span><span class="type-signature"> &rarr; {Promise}</span></h4>
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
- <div class="description">
1794
- <p>Shutdown the Hub.</p>
1795
- </div>
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
- <dl class="details">
1810
-
1811
-
1812
-
1813
-
1814
-
1815
-
1816
- <dt class="inherited-from">Inherited From:</dt>
1817
- <dd class="inherited-from"><ul class="dummy"><li>
1818
- <a href="LPF2Hub.html#shutdown">LPF2Hub#shutdown</a>
1819
- </li></ul></dd>
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
-
1827
-
1828
-
1829
-
1830
-
1831
-
1832
-
1833
-
1834
-
1835
-
1836
-
1837
-
1838
-
1839
-
1840
-
1841
- <dt class="tag-source">Source:</dt>
1842
- <dd class="tag-source"><ul class="dummy"><li>
1843
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line57">line 57</a>
1844
- </li></ul></dd>
1845
-
1846
-
1847
-
1848
-
1849
-
1850
-
1851
-
1852
- </dl>
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
-
1863
-
1864
-
1865
-
1866
-
1867
-
1868
- <h5>Returns:</h5>
1869
-
1870
-
1871
- <div class="param-desc">
1872
- <p>Resolved upon successful disconnect.</p>
1873
- </div>
1874
-
1875
-
1876
-
1877
- <dl>
1878
- <dt>
1879
- Type
1880
- </dt>
1881
- <dd>
1882
-
1883
- <span class="param-type">Promise</span>
1884
-
1885
-
1886
- </dd>
1887
- </dl>
1888
-
1889
-
1890
-
1891
-
1892
-
1893
-
1894
-
1895
-
1896
-
1897
-
1898
-
1899
-
1900
-
1901
- <h3 class="subsection-title">Events</h3>
1902
-
1903
-
1904
-
1905
-
1906
-
1907
-
1908
-
1909
- <h4 class="name" id="event:button">button</h4>
1910
-
1911
-
1912
-
1913
-
1914
-
1915
-
1916
- <div class="description">
1917
- <p>Emits when a button is pressed.</p>
1918
- </div>
1919
-
1920
-
1921
-
1922
-
1923
-
1924
-
1925
-
1926
-
1927
-
1928
- <h5>Parameters:</h5>
1929
-
1930
-
1931
- <table class="params">
1932
- <thead>
1933
- <tr>
1934
-
1935
- <th>Name</th>
1936
-
1937
-
1938
- <th>Type</th>
1939
-
1940
-
1941
-
1942
-
1943
-
1944
- <th class="last">Description</th>
1945
- </tr>
1946
- </thead>
1947
-
1948
- <tbody>
1949
-
1950
-
1951
- <tr>
1952
-
1953
- <td class="name"><code>button</code></td>
1954
-
1955
-
1956
- <td class="type">
1957
-
1958
-
1959
- <span class="param-type">string</span>
1960
-
1961
-
1962
-
1963
- </td>
1964
-
1965
-
1966
-
1967
-
1968
-
1969
- <td class="description last"></td>
1970
- </tr>
1971
-
1972
-
1973
-
1974
- <tr>
1975
-
1976
- <td class="name"><code>state</code></td>
1977
-
1978
-
1979
- <td class="type">
1980
-
1981
-
1982
- <span class="param-type"><a href="global.html#ButtonState">ButtonState</a></span>
1983
-
1984
-
1985
-
1986
- </td>
1987
-
1988
-
1989
-
1990
-
1991
-
1992
- <td class="description last"></td>
1993
- </tr>
1994
-
1995
-
1996
- </tbody>
1997
- </table>
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
- <dl class="details">
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
- <dt class="inherited-from">Inherited From:</dt>
2012
- <dd class="inherited-from"><ul class="dummy"><li>
2013
- <a href="LPF2Hub.html#event:button">LPF2Hub#event:button</a>
2014
- </li></ul></dd>
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
-
2028
-
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
-
2036
- <dt class="tag-source">Source:</dt>
2037
- <dd class="tag-source"><ul class="dummy"><li>
2038
- <a href="hubs_lpf2hub.js.html">hubs/lpf2hub.js</a>, <a href="hubs_lpf2hub.js.html#line186">line 186</a>
2039
- </li></ul></dd>
2040
-
2041
-
2042
-
2043
-
2044
-
2045
-
2046
-
2047
- </dl>
2048
-
2049
-
2050
-
2051
-
2052
-
2053
-
2054
-
2055
-
2056
-
2057
-
2058
-
2059
-
2060
-
2061
-
2062
-
2063
-
2064
-
2065
-
2066
-
2067
-
2068
-
2069
-
2070
- </article>
2071
-
2072
- </section>
2073
-
2074
-
2075
-
2076
-
2077
- </div>
2078
-
2079
- <nav>
2080
- <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>
2081
- </nav>
2082
-
2083
- <br class="clear">
2084
-
2085
- <footer>
2086
- 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)
2087
- </footer>
2088
-
2089
- <script> prettyPrint(); </script>
2090
- <script src="scripts/linenumber.js"> </script>
2091
- </body>
2092
- </html>