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