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,123 +1,53 @@
|
|
|
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: ColorDistanceSensor</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: ColorDistanceSensor</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
|
-
ColorDistanceSensor
|
|
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>ColorDistanceSensor<span class="signature">()</span><span class="type-signature"></span></h2>
|
|
92
32
|
|
|
93
|
-
ColorDistanceSensor
|
|
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
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
<h4 class="name" id="ColorDistanceSensor"><span class="type-signature"></span>new ColorDistanceSensor<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
106
48
|
|
|
107
|
-
|
|
108
49
|
|
|
109
|
-
<span class='name-container'>
|
|
110
|
-
<a class="link-icon" href="#ColorDistanceSensor">
|
|
111
|
-
<svg height="20" width="20" style="fill: black;">
|
|
112
|
-
<use xlink:href="#linkIcon"></use>
|
|
113
|
-
</svg>
|
|
114
|
-
</a>
|
|
115
|
-
<h4 class="name" id="ColorDistanceSensor">
|
|
116
|
-
<span class="type-signature"></span>new ColorDistanceSensor<span class="signature">()</span><span class="type-signature"></span>
|
|
117
|
-
</h4>
|
|
118
|
-
</span>
|
|
119
50
|
|
|
120
|
-
|
|
121
51
|
|
|
122
52
|
|
|
123
53
|
|
|
@@ -132,46 +62,42 @@
|
|
|
132
62
|
|
|
133
63
|
<dl class="details">
|
|
134
64
|
|
|
135
|
-
|
|
65
|
+
|
|
136
66
|
|
|
137
|
-
|
|
67
|
+
|
|
138
68
|
|
|
139
|
-
|
|
69
|
+
|
|
140
70
|
|
|
141
|
-
|
|
71
|
+
|
|
142
72
|
|
|
143
|
-
|
|
73
|
+
|
|
144
74
|
|
|
145
|
-
|
|
75
|
+
|
|
146
76
|
|
|
147
|
-
|
|
77
|
+
|
|
148
78
|
|
|
149
|
-
|
|
79
|
+
|
|
150
80
|
|
|
151
|
-
|
|
81
|
+
|
|
152
82
|
|
|
153
|
-
|
|
83
|
+
|
|
154
84
|
|
|
155
|
-
|
|
85
|
+
|
|
156
86
|
|
|
157
|
-
|
|
87
|
+
|
|
158
88
|
|
|
159
|
-
|
|
89
|
+
|
|
160
90
|
<dt class="tag-source">Source:</dt>
|
|
161
|
-
<dd class="tag-source">
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
</li>
|
|
166
|
-
</ul>
|
|
167
|
-
</dd>
|
|
168
|
-
|
|
91
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
92
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line30">line 30</a>
|
|
93
|
+
</li></ul></dd>
|
|
94
|
+
|
|
169
95
|
|
|
170
|
-
|
|
96
|
+
|
|
171
97
|
|
|
172
|
-
|
|
98
|
+
|
|
173
99
|
|
|
174
|
-
|
|
100
|
+
|
|
175
101
|
</dl>
|
|
176
102
|
|
|
177
103
|
|
|
@@ -187,19 +113,27 @@
|
|
|
187
113
|
|
|
188
114
|
|
|
189
115
|
|
|
190
|
-
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
191
123
|
</div>
|
|
192
124
|
|
|
193
125
|
|
|
194
|
-
|
|
126
|
+
<h3 class="subsection-title">Extends</h3>
|
|
127
|
+
|
|
128
|
+
|
|
195
129
|
|
|
196
|
-
|
|
197
130
|
|
|
131
|
+
<ul>
|
|
132
|
+
<li><a href="Device.html">Device</a></li>
|
|
133
|
+
</ul>
|
|
198
134
|
|
|
199
|
-
<ul>
|
|
200
|
-
<li><a href="Device.html">Device</a></li>
|
|
201
|
-
</ul>
|
|
202
135
|
|
|
136
|
+
|
|
203
137
|
|
|
204
138
|
|
|
205
139
|
|
|
@@ -207,7 +141,7 @@
|
|
|
207
141
|
|
|
208
142
|
|
|
209
143
|
|
|
210
|
-
|
|
144
|
+
|
|
211
145
|
|
|
212
146
|
|
|
213
147
|
|
|
@@ -216,10 +150,8 @@
|
|
|
216
150
|
|
|
217
151
|
|
|
218
152
|
|
|
153
|
+
<h4 class="name" id="connected"><span class="type-signature">(readonly) </span>connected<span class="type-signature"></span></h4>
|
|
219
154
|
|
|
220
|
-
<h4 class="name" id="connected">
|
|
221
|
-
<span class="type-signature">(readonly) </span>connected<span class="type-signature"></span>
|
|
222
|
-
</h4>
|
|
223
155
|
|
|
224
156
|
|
|
225
157
|
|
|
@@ -227,59 +159,55 @@
|
|
|
227
159
|
|
|
228
160
|
|
|
229
161
|
|
|
230
|
-
<h5 class="subsection-title">Properties:</h5>
|
|
231
162
|
|
|
232
|
-
|
|
163
|
+
|
|
164
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
165
|
+
|
|
166
|
+
|
|
233
167
|
|
|
234
168
|
<table class="props">
|
|
235
|
-
|
|
169
|
+
<thead>
|
|
236
170
|
<tr>
|
|
237
|
-
|
|
171
|
+
|
|
238
172
|
<th>Name</th>
|
|
239
|
-
|
|
173
|
+
|
|
240
174
|
|
|
241
|
-
|
|
175
|
+
<th>Type</th>
|
|
242
176
|
|
|
243
|
-
|
|
177
|
+
|
|
244
178
|
|
|
245
|
-
|
|
179
|
+
|
|
246
180
|
|
|
247
|
-
|
|
181
|
+
<th class="last">Description</th>
|
|
248
182
|
</tr>
|
|
249
|
-
|
|
183
|
+
</thead>
|
|
250
184
|
|
|
251
|
-
|
|
185
|
+
<tbody>
|
|
252
186
|
|
|
253
187
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
<td class="type">
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
<span class="param-type">
|
|
263
|
-
boolean
|
|
264
|
-
</span>
|
|
188
|
+
<tr>
|
|
189
|
+
|
|
190
|
+
<td class="name"><code>connected</code></td>
|
|
191
|
+
|
|
265
192
|
|
|
266
|
-
|
|
193
|
+
<td class="type">
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
<span class="param-type">boolean</span>
|
|
267
197
|
|
|
268
198
|
|
|
269
|
-
|
|
270
|
-
|
|
199
|
+
|
|
200
|
+
</td>
|
|
271
201
|
|
|
272
|
-
|
|
202
|
+
|
|
273
203
|
|
|
274
|
-
|
|
204
|
+
|
|
275
205
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
</td>
|
|
279
|
-
</tr>
|
|
206
|
+
<td class="description last"><p>Check if the device is still attached.</p></td>
|
|
207
|
+
</tr>
|
|
280
208
|
|
|
281
|
-
|
|
282
|
-
|
|
209
|
+
|
|
210
|
+
</tbody>
|
|
283
211
|
</table>
|
|
284
212
|
|
|
285
213
|
|
|
@@ -287,55 +215,47 @@
|
|
|
287
215
|
|
|
288
216
|
<dl class="details">
|
|
289
217
|
|
|
290
|
-
|
|
218
|
+
|
|
291
219
|
|
|
292
|
-
|
|
220
|
+
|
|
293
221
|
|
|
294
|
-
|
|
222
|
+
|
|
295
223
|
<dt class="inherited-from">Inherited From:</dt>
|
|
296
|
-
<dd class="inherited-from">
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
</li>
|
|
301
|
-
</ul>
|
|
302
|
-
</dd>
|
|
303
|
-
|
|
224
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
225
|
+
<a href="Device.html#connected">Device#connected</a>
|
|
226
|
+
</li></ul></dd>
|
|
227
|
+
|
|
304
228
|
|
|
305
|
-
|
|
229
|
+
|
|
306
230
|
|
|
307
|
-
|
|
231
|
+
|
|
308
232
|
|
|
309
|
-
|
|
233
|
+
|
|
310
234
|
|
|
311
|
-
|
|
235
|
+
|
|
312
236
|
|
|
313
|
-
|
|
237
|
+
|
|
314
238
|
|
|
315
|
-
|
|
239
|
+
|
|
316
240
|
|
|
317
|
-
|
|
241
|
+
|
|
318
242
|
|
|
319
|
-
|
|
243
|
+
|
|
320
244
|
|
|
321
|
-
|
|
245
|
+
|
|
322
246
|
|
|
323
|
-
|
|
247
|
+
|
|
324
248
|
<dt class="tag-source">Source:</dt>
|
|
325
|
-
<dd class="tag-source">
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
</li>
|
|
330
|
-
</ul>
|
|
331
|
-
</dd>
|
|
332
|
-
|
|
249
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
250
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line80">line 80</a>
|
|
251
|
+
</li></ul></dd>
|
|
252
|
+
|
|
333
253
|
|
|
334
|
-
|
|
254
|
+
|
|
335
255
|
|
|
336
|
-
|
|
256
|
+
|
|
337
257
|
|
|
338
|
-
|
|
258
|
+
|
|
339
259
|
</dl>
|
|
340
260
|
|
|
341
261
|
|
|
@@ -343,13 +263,12 @@
|
|
|
343
263
|
|
|
344
264
|
|
|
345
265
|
|
|
346
|
-
|
|
347
266
|
|
|
348
267
|
|
|
268
|
+
<h4 class="name" id="hub"><span class="type-signature">(readonly) </span>hub<span class="type-signature"></span></h4>
|
|
269
|
+
|
|
270
|
+
|
|
349
271
|
|
|
350
|
-
<h4 class="name" id="hub">
|
|
351
|
-
<span class="type-signature">(readonly) </span>hub<span class="type-signature"></span>
|
|
352
|
-
</h4>
|
|
353
272
|
|
|
354
273
|
|
|
355
274
|
|
|
@@ -357,59 +276,53 @@
|
|
|
357
276
|
|
|
358
277
|
|
|
359
278
|
|
|
360
|
-
|
|
279
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
361
280
|
|
|
362
|
-
|
|
281
|
+
|
|
363
282
|
|
|
364
283
|
<table class="props">
|
|
365
|
-
|
|
284
|
+
<thead>
|
|
366
285
|
<tr>
|
|
367
|
-
|
|
286
|
+
|
|
368
287
|
<th>Name</th>
|
|
369
|
-
|
|
288
|
+
|
|
370
289
|
|
|
371
|
-
|
|
290
|
+
<th>Type</th>
|
|
372
291
|
|
|
373
|
-
|
|
292
|
+
|
|
374
293
|
|
|
375
|
-
|
|
294
|
+
|
|
376
295
|
|
|
377
|
-
|
|
296
|
+
<th class="last">Description</th>
|
|
378
297
|
</tr>
|
|
379
|
-
|
|
298
|
+
</thead>
|
|
380
299
|
|
|
381
|
-
|
|
300
|
+
<tbody>
|
|
382
301
|
|
|
383
302
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
<td class="type">
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
<span class="param-type">
|
|
393
|
-
<a href="Hub.html">Hub</a>
|
|
394
|
-
</span>
|
|
303
|
+
<tr>
|
|
304
|
+
|
|
305
|
+
<td class="name"><code>hub</code></td>
|
|
306
|
+
|
|
395
307
|
|
|
396
|
-
|
|
308
|
+
<td class="type">
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
<span class="param-type"><a href="Hub.html">Hub</a></span>
|
|
397
312
|
|
|
398
313
|
|
|
399
|
-
|
|
400
|
-
|
|
314
|
+
|
|
315
|
+
</td>
|
|
401
316
|
|
|
402
|
-
|
|
317
|
+
|
|
403
318
|
|
|
404
|
-
|
|
319
|
+
|
|
405
320
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</td>
|
|
409
|
-
</tr>
|
|
321
|
+
<td class="description last"><p>The Hub the device is attached to.</p></td>
|
|
322
|
+
</tr>
|
|
410
323
|
|
|
411
|
-
|
|
412
|
-
|
|
324
|
+
|
|
325
|
+
</tbody>
|
|
413
326
|
</table>
|
|
414
327
|
|
|
415
328
|
|
|
@@ -417,55 +330,47 @@
|
|
|
417
330
|
|
|
418
331
|
<dl class="details">
|
|
419
332
|
|
|
420
|
-
|
|
333
|
+
|
|
421
334
|
|
|
422
|
-
|
|
335
|
+
|
|
423
336
|
|
|
424
|
-
|
|
337
|
+
|
|
425
338
|
<dt class="inherited-from">Inherited From:</dt>
|
|
426
|
-
<dd class="inherited-from">
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
</li>
|
|
431
|
-
</ul>
|
|
432
|
-
</dd>
|
|
433
|
-
|
|
339
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
340
|
+
<a href="Device.html#hub">Device#hub</a>
|
|
341
|
+
</li></ul></dd>
|
|
342
|
+
|
|
434
343
|
|
|
435
|
-
|
|
344
|
+
|
|
436
345
|
|
|
437
|
-
|
|
346
|
+
|
|
438
347
|
|
|
439
|
-
|
|
348
|
+
|
|
440
349
|
|
|
441
|
-
|
|
350
|
+
|
|
442
351
|
|
|
443
|
-
|
|
352
|
+
|
|
444
353
|
|
|
445
|
-
|
|
354
|
+
|
|
446
355
|
|
|
447
|
-
|
|
356
|
+
|
|
448
357
|
|
|
449
|
-
|
|
358
|
+
|
|
450
359
|
|
|
451
|
-
|
|
360
|
+
|
|
452
361
|
|
|
453
|
-
|
|
362
|
+
|
|
454
363
|
<dt class="tag-source">Source:</dt>
|
|
455
|
-
<dd class="tag-source">
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
</li>
|
|
460
|
-
</ul>
|
|
461
|
-
</dd>
|
|
462
|
-
|
|
364
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
365
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line87">line 87</a>
|
|
366
|
+
</li></ul></dd>
|
|
367
|
+
|
|
463
368
|
|
|
464
|
-
|
|
369
|
+
|
|
465
370
|
|
|
466
|
-
|
|
371
|
+
|
|
467
372
|
|
|
468
|
-
|
|
373
|
+
|
|
469
374
|
</dl>
|
|
470
375
|
|
|
471
376
|
|
|
@@ -473,13 +378,10 @@
|
|
|
473
378
|
|
|
474
379
|
|
|
475
380
|
|
|
476
|
-
|
|
477
381
|
|
|
478
382
|
|
|
383
|
+
<h4 class="name" id="isVirtualPort"><span class="type-signature">(readonly) </span>isVirtualPort<span class="type-signature"></span></h4>
|
|
479
384
|
|
|
480
|
-
<h4 class="name" id="isVirtualPort">
|
|
481
|
-
<span class="type-signature">(readonly) </span>isVirtualPort<span class="type-signature"></span>
|
|
482
|
-
</h4>
|
|
483
385
|
|
|
484
386
|
|
|
485
387
|
|
|
@@ -487,59 +389,55 @@
|
|
|
487
389
|
|
|
488
390
|
|
|
489
391
|
|
|
490
|
-
<h5 class="subsection-title">Properties:</h5>
|
|
491
392
|
|
|
492
|
-
|
|
393
|
+
|
|
394
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
395
|
+
|
|
396
|
+
|
|
493
397
|
|
|
494
398
|
<table class="props">
|
|
495
|
-
|
|
399
|
+
<thead>
|
|
496
400
|
<tr>
|
|
497
|
-
|
|
401
|
+
|
|
498
402
|
<th>Name</th>
|
|
499
|
-
|
|
403
|
+
|
|
500
404
|
|
|
501
|
-
|
|
405
|
+
<th>Type</th>
|
|
502
406
|
|
|
503
|
-
|
|
407
|
+
|
|
504
408
|
|
|
505
|
-
|
|
409
|
+
|
|
506
410
|
|
|
507
|
-
|
|
411
|
+
<th class="last">Description</th>
|
|
508
412
|
</tr>
|
|
509
|
-
|
|
413
|
+
</thead>
|
|
510
414
|
|
|
511
|
-
|
|
415
|
+
<tbody>
|
|
512
416
|
|
|
513
417
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
<td class="type">
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
<span class="param-type">
|
|
523
|
-
boolean
|
|
524
|
-
</span>
|
|
418
|
+
<tr>
|
|
419
|
+
|
|
420
|
+
<td class="name"><code>isVirtualPort</code></td>
|
|
421
|
+
|
|
525
422
|
|
|
526
|
-
|
|
423
|
+
<td class="type">
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
<span class="param-type">boolean</span>
|
|
527
427
|
|
|
528
428
|
|
|
529
|
-
|
|
530
|
-
|
|
429
|
+
|
|
430
|
+
</td>
|
|
531
431
|
|
|
532
|
-
|
|
432
|
+
|
|
533
433
|
|
|
534
|
-
|
|
434
|
+
|
|
535
435
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
</td>
|
|
539
|
-
</tr>
|
|
436
|
+
<td class="description last"><p>Is this device attached to a virtual port (ie. a combined device)</p></td>
|
|
437
|
+
</tr>
|
|
540
438
|
|
|
541
|
-
|
|
542
|
-
|
|
439
|
+
|
|
440
|
+
</tbody>
|
|
543
441
|
</table>
|
|
544
442
|
|
|
545
443
|
|
|
@@ -547,55 +445,47 @@
|
|
|
547
445
|
|
|
548
446
|
<dl class="details">
|
|
549
447
|
|
|
550
|
-
|
|
448
|
+
|
|
551
449
|
|
|
552
|
-
|
|
450
|
+
|
|
553
451
|
|
|
554
|
-
|
|
452
|
+
|
|
555
453
|
<dt class="inherited-from">Inherited From:</dt>
|
|
556
|
-
<dd class="inherited-from">
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
</li>
|
|
561
|
-
</ul>
|
|
562
|
-
</dd>
|
|
563
|
-
|
|
454
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
455
|
+
<a href="Device.html#isVirtualPort">Device#isVirtualPort</a>
|
|
456
|
+
</li></ul></dd>
|
|
457
|
+
|
|
564
458
|
|
|
565
|
-
|
|
459
|
+
|
|
566
460
|
|
|
567
|
-
|
|
461
|
+
|
|
568
462
|
|
|
569
|
-
|
|
463
|
+
|
|
570
464
|
|
|
571
|
-
|
|
465
|
+
|
|
572
466
|
|
|
573
|
-
|
|
467
|
+
|
|
574
468
|
|
|
575
|
-
|
|
469
|
+
|
|
576
470
|
|
|
577
|
-
|
|
471
|
+
|
|
578
472
|
|
|
579
|
-
|
|
473
|
+
|
|
580
474
|
|
|
581
|
-
|
|
475
|
+
|
|
582
476
|
|
|
583
|
-
|
|
477
|
+
|
|
584
478
|
<dt class="tag-source">Source:</dt>
|
|
585
|
-
<dd class="tag-source">
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
</li>
|
|
590
|
-
</ul>
|
|
591
|
-
</dd>
|
|
592
|
-
|
|
479
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
480
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line124">line 124</a>
|
|
481
|
+
</li></ul></dd>
|
|
482
|
+
|
|
593
483
|
|
|
594
|
-
|
|
484
|
+
|
|
595
485
|
|
|
596
|
-
|
|
486
|
+
|
|
597
487
|
|
|
598
|
-
|
|
488
|
+
|
|
599
489
|
</dl>
|
|
600
490
|
|
|
601
491
|
|
|
@@ -603,13 +493,12 @@
|
|
|
603
493
|
|
|
604
494
|
|
|
605
495
|
|
|
606
|
-
|
|
607
496
|
|
|
608
497
|
|
|
498
|
+
<h4 class="name" id="mode"><span class="type-signature">(readonly) </span>mode<span class="type-signature"></span></h4>
|
|
499
|
+
|
|
500
|
+
|
|
609
501
|
|
|
610
|
-
<h4 class="name" id="mode">
|
|
611
|
-
<span class="type-signature">(readonly) </span>mode<span class="type-signature"></span>
|
|
612
|
-
</h4>
|
|
613
502
|
|
|
614
503
|
|
|
615
504
|
|
|
@@ -617,59 +506,53 @@
|
|
|
617
506
|
|
|
618
507
|
|
|
619
508
|
|
|
620
|
-
|
|
509
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
621
510
|
|
|
622
|
-
|
|
511
|
+
|
|
623
512
|
|
|
624
513
|
<table class="props">
|
|
625
|
-
|
|
514
|
+
<thead>
|
|
626
515
|
<tr>
|
|
627
|
-
|
|
516
|
+
|
|
628
517
|
<th>Name</th>
|
|
629
|
-
|
|
518
|
+
|
|
630
519
|
|
|
631
|
-
|
|
520
|
+
<th>Type</th>
|
|
632
521
|
|
|
633
|
-
|
|
522
|
+
|
|
634
523
|
|
|
635
|
-
|
|
524
|
+
|
|
636
525
|
|
|
637
|
-
|
|
526
|
+
<th class="last">Description</th>
|
|
638
527
|
</tr>
|
|
639
|
-
|
|
528
|
+
</thead>
|
|
640
529
|
|
|
641
|
-
|
|
530
|
+
<tbody>
|
|
642
531
|
|
|
643
532
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
<td class="type">
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
<span class="param-type">
|
|
653
|
-
number
|
|
654
|
-
</span>
|
|
533
|
+
<tr>
|
|
534
|
+
|
|
535
|
+
<td class="name"><code>mode</code></td>
|
|
536
|
+
|
|
655
537
|
|
|
656
|
-
|
|
538
|
+
<td class="type">
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
<span class="param-type">number</span>
|
|
657
542
|
|
|
658
543
|
|
|
659
|
-
|
|
660
|
-
|
|
544
|
+
|
|
545
|
+
</td>
|
|
661
546
|
|
|
662
|
-
|
|
547
|
+
|
|
663
548
|
|
|
664
|
-
|
|
549
|
+
|
|
665
550
|
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
</td>
|
|
669
|
-
</tr>
|
|
551
|
+
<td class="description last"><p>The mode the device is currently in</p></td>
|
|
552
|
+
</tr>
|
|
670
553
|
|
|
671
|
-
|
|
672
|
-
|
|
554
|
+
|
|
555
|
+
</tbody>
|
|
673
556
|
</table>
|
|
674
557
|
|
|
675
558
|
|
|
@@ -677,55 +560,47 @@
|
|
|
677
560
|
|
|
678
561
|
<dl class="details">
|
|
679
562
|
|
|
680
|
-
|
|
563
|
+
|
|
681
564
|
|
|
682
|
-
|
|
565
|
+
|
|
683
566
|
|
|
684
|
-
|
|
567
|
+
|
|
685
568
|
<dt class="inherited-from">Inherited From:</dt>
|
|
686
|
-
<dd class="inherited-from">
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
</li>
|
|
691
|
-
</ul>
|
|
692
|
-
</dd>
|
|
693
|
-
|
|
569
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
570
|
+
<a href="Device.html#mode">Device#mode</a>
|
|
571
|
+
</li></ul></dd>
|
|
572
|
+
|
|
694
573
|
|
|
695
|
-
|
|
574
|
+
|
|
696
575
|
|
|
697
|
-
|
|
576
|
+
|
|
698
577
|
|
|
699
|
-
|
|
578
|
+
|
|
700
579
|
|
|
701
|
-
|
|
580
|
+
|
|
702
581
|
|
|
703
|
-
|
|
582
|
+
|
|
704
583
|
|
|
705
|
-
|
|
584
|
+
|
|
706
585
|
|
|
707
|
-
|
|
586
|
+
|
|
708
587
|
|
|
709
|
-
|
|
588
|
+
|
|
710
589
|
|
|
711
|
-
|
|
590
|
+
|
|
712
591
|
|
|
713
|
-
|
|
592
|
+
|
|
714
593
|
<dt class="tag-source">Source:</dt>
|
|
715
|
-
<dd class="tag-source">
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
</li>
|
|
720
|
-
</ul>
|
|
721
|
-
</dd>
|
|
722
|
-
|
|
594
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
595
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line114">line 114</a>
|
|
596
|
+
</li></ul></dd>
|
|
597
|
+
|
|
723
598
|
|
|
724
|
-
|
|
599
|
+
|
|
725
600
|
|
|
726
|
-
|
|
601
|
+
|
|
727
602
|
|
|
728
|
-
|
|
603
|
+
|
|
729
604
|
</dl>
|
|
730
605
|
|
|
731
606
|
|
|
@@ -733,13 +608,10 @@
|
|
|
733
608
|
|
|
734
609
|
|
|
735
610
|
|
|
736
|
-
|
|
737
611
|
|
|
738
612
|
|
|
613
|
+
<h4 class="name" id="portName"><span class="type-signature">(readonly) </span>portName<span class="type-signature"></span></h4>
|
|
739
614
|
|
|
740
|
-
<h4 class="name" id="portName">
|
|
741
|
-
<span class="type-signature">(readonly) </span>portName<span class="type-signature"></span>
|
|
742
|
-
</h4>
|
|
743
615
|
|
|
744
616
|
|
|
745
617
|
|
|
@@ -747,59 +619,55 @@
|
|
|
747
619
|
|
|
748
620
|
|
|
749
621
|
|
|
750
|
-
<h5 class="subsection-title">Properties:</h5>
|
|
751
622
|
|
|
752
|
-
|
|
623
|
+
|
|
624
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
625
|
+
|
|
626
|
+
|
|
753
627
|
|
|
754
628
|
<table class="props">
|
|
755
|
-
|
|
629
|
+
<thead>
|
|
756
630
|
<tr>
|
|
757
|
-
|
|
631
|
+
|
|
758
632
|
<th>Name</th>
|
|
759
|
-
|
|
633
|
+
|
|
760
634
|
|
|
761
|
-
|
|
635
|
+
<th>Type</th>
|
|
762
636
|
|
|
763
|
-
|
|
637
|
+
|
|
764
638
|
|
|
765
|
-
|
|
639
|
+
|
|
766
640
|
|
|
767
|
-
|
|
641
|
+
<th class="last">Description</th>
|
|
768
642
|
</tr>
|
|
769
|
-
|
|
643
|
+
</thead>
|
|
770
644
|
|
|
771
|
-
|
|
645
|
+
<tbody>
|
|
772
646
|
|
|
773
647
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
648
|
+
<tr>
|
|
649
|
+
|
|
650
|
+
<td class="name"><code>portName</code></td>
|
|
651
|
+
|
|
778
652
|
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
string
|
|
784
|
-
</span>
|
|
653
|
+
<td class="type">
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
<span class="param-type">string</span>
|
|
785
657
|
|
|
786
|
-
|
|
787
658
|
|
|
659
|
+
|
|
660
|
+
</td>
|
|
788
661
|
|
|
789
|
-
|
|
790
|
-
</td>
|
|
662
|
+
|
|
791
663
|
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
664
|
+
|
|
795
665
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
</td>
|
|
799
|
-
</tr>
|
|
666
|
+
<td class="description last"><p>The port the device is attached to.</p></td>
|
|
667
|
+
</tr>
|
|
800
668
|
|
|
801
|
-
|
|
802
|
-
|
|
669
|
+
|
|
670
|
+
</tbody>
|
|
803
671
|
</table>
|
|
804
672
|
|
|
805
673
|
|
|
@@ -807,55 +675,47 @@
|
|
|
807
675
|
|
|
808
676
|
<dl class="details">
|
|
809
677
|
|
|
810
|
-
|
|
678
|
+
|
|
811
679
|
|
|
812
|
-
|
|
680
|
+
|
|
813
681
|
|
|
814
|
-
|
|
682
|
+
|
|
815
683
|
<dt class="inherited-from">Inherited From:</dt>
|
|
816
|
-
<dd class="inherited-from">
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
</li>
|
|
821
|
-
</ul>
|
|
822
|
-
</dd>
|
|
823
|
-
|
|
684
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
685
|
+
<a href="Device.html#portName">Device#portName</a>
|
|
686
|
+
</li></ul></dd>
|
|
687
|
+
|
|
824
688
|
|
|
825
|
-
|
|
689
|
+
|
|
826
690
|
|
|
827
|
-
|
|
691
|
+
|
|
828
692
|
|
|
829
|
-
|
|
693
|
+
|
|
830
694
|
|
|
831
|
-
|
|
695
|
+
|
|
832
696
|
|
|
833
|
-
|
|
697
|
+
|
|
834
698
|
|
|
835
|
-
|
|
699
|
+
|
|
836
700
|
|
|
837
|
-
|
|
701
|
+
|
|
838
702
|
|
|
839
|
-
|
|
703
|
+
|
|
840
704
|
|
|
841
|
-
|
|
705
|
+
|
|
842
706
|
|
|
843
|
-
|
|
707
|
+
|
|
844
708
|
<dt class="tag-source">Source:</dt>
|
|
845
|
-
<dd class="tag-source">
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
</li>
|
|
850
|
-
</ul>
|
|
851
|
-
</dd>
|
|
852
|
-
|
|
709
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
710
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line97">line 97</a>
|
|
711
|
+
</li></ul></dd>
|
|
712
|
+
|
|
853
713
|
|
|
854
|
-
|
|
714
|
+
|
|
855
715
|
|
|
856
|
-
|
|
716
|
+
|
|
857
717
|
|
|
858
|
-
|
|
718
|
+
|
|
859
719
|
</dl>
|
|
860
720
|
|
|
861
721
|
|
|
@@ -863,13 +723,12 @@
|
|
|
863
723
|
|
|
864
724
|
|
|
865
725
|
|
|
866
|
-
|
|
867
726
|
|
|
868
727
|
|
|
728
|
+
<h4 class="name" id="type"><span class="type-signature">(readonly) </span>type<span class="type-signature"></span></h4>
|
|
729
|
+
|
|
730
|
+
|
|
869
731
|
|
|
870
|
-
<h4 class="name" id="type">
|
|
871
|
-
<span class="type-signature">(readonly) </span>type<span class="type-signature"></span>
|
|
872
|
-
</h4>
|
|
873
732
|
|
|
874
733
|
|
|
875
734
|
|
|
@@ -877,59 +736,53 @@
|
|
|
877
736
|
|
|
878
737
|
|
|
879
738
|
|
|
880
|
-
|
|
739
|
+
<h5 class="subsection-title">Properties:</h5>
|
|
881
740
|
|
|
882
|
-
|
|
741
|
+
|
|
883
742
|
|
|
884
743
|
<table class="props">
|
|
885
|
-
|
|
744
|
+
<thead>
|
|
886
745
|
<tr>
|
|
887
|
-
|
|
746
|
+
|
|
888
747
|
<th>Name</th>
|
|
889
|
-
|
|
748
|
+
|
|
890
749
|
|
|
891
|
-
|
|
750
|
+
<th>Type</th>
|
|
892
751
|
|
|
893
|
-
|
|
752
|
+
|
|
894
753
|
|
|
895
|
-
|
|
754
|
+
|
|
896
755
|
|
|
897
|
-
|
|
756
|
+
<th class="last">Description</th>
|
|
898
757
|
</tr>
|
|
899
|
-
|
|
758
|
+
</thead>
|
|
900
759
|
|
|
901
|
-
|
|
760
|
+
<tbody>
|
|
902
761
|
|
|
903
762
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
<td class="type">
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
<span class="param-type">
|
|
913
|
-
number
|
|
914
|
-
</span>
|
|
763
|
+
<tr>
|
|
764
|
+
|
|
765
|
+
<td class="name"><code>type</code></td>
|
|
766
|
+
|
|
915
767
|
|
|
916
|
-
|
|
768
|
+
<td class="type">
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
<span class="param-type">number</span>
|
|
917
772
|
|
|
918
773
|
|
|
919
|
-
|
|
920
|
-
|
|
774
|
+
|
|
775
|
+
</td>
|
|
921
776
|
|
|
922
|
-
|
|
777
|
+
|
|
923
778
|
|
|
924
|
-
|
|
779
|
+
|
|
925
780
|
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
</td>
|
|
929
|
-
</tr>
|
|
781
|
+
<td class="description last"><p>The type of the device</p></td>
|
|
782
|
+
</tr>
|
|
930
783
|
|
|
931
|
-
|
|
932
|
-
|
|
784
|
+
|
|
785
|
+
</tbody>
|
|
933
786
|
</table>
|
|
934
787
|
|
|
935
788
|
|
|
@@ -937,55 +790,47 @@
|
|
|
937
790
|
|
|
938
791
|
<dl class="details">
|
|
939
792
|
|
|
940
|
-
|
|
793
|
+
|
|
941
794
|
|
|
942
|
-
|
|
795
|
+
|
|
943
796
|
|
|
944
|
-
|
|
797
|
+
|
|
945
798
|
<dt class="inherited-from">Inherited From:</dt>
|
|
946
|
-
<dd class="inherited-from">
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
</li>
|
|
951
|
-
</ul>
|
|
952
|
-
</dd>
|
|
953
|
-
|
|
799
|
+
<dd class="inherited-from"><ul class="dummy"><li>
|
|
800
|
+
<a href="Device.html#type">Device#type</a>
|
|
801
|
+
</li></ul></dd>
|
|
802
|
+
|
|
954
803
|
|
|
955
|
-
|
|
804
|
+
|
|
956
805
|
|
|
957
|
-
|
|
806
|
+
|
|
958
807
|
|
|
959
|
-
|
|
808
|
+
|
|
960
809
|
|
|
961
|
-
|
|
810
|
+
|
|
962
811
|
|
|
963
|
-
|
|
812
|
+
|
|
964
813
|
|
|
965
|
-
|
|
814
|
+
|
|
966
815
|
|
|
967
|
-
|
|
816
|
+
|
|
968
817
|
|
|
969
|
-
|
|
818
|
+
|
|
970
819
|
|
|
971
|
-
|
|
820
|
+
|
|
972
821
|
|
|
973
|
-
|
|
822
|
+
|
|
974
823
|
<dt class="tag-source">Source:</dt>
|
|
975
|
-
<dd class="tag-source">
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
</li>
|
|
980
|
-
</ul>
|
|
981
|
-
</dd>
|
|
982
|
-
|
|
824
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
825
|
+
<a href="devices_device.js.html">devices/device.js</a>, <a href="devices_device.js.html#line104">line 104</a>
|
|
826
|
+
</li></ul></dd>
|
|
827
|
+
|
|
983
828
|
|
|
984
|
-
|
|
829
|
+
|
|
985
830
|
|
|
986
|
-
|
|
831
|
+
|
|
987
832
|
|
|
988
|
-
|
|
833
|
+
|
|
989
834
|
</dl>
|
|
990
835
|
|
|
991
836
|
|
|
@@ -993,37 +838,30 @@
|
|
|
993
838
|
|
|
994
839
|
|
|
995
840
|
|
|
996
|
-
|
|
997
841
|
|
|
998
842
|
|
|
999
843
|
|
|
1000
844
|
|
|
1001
|
-
|
|
845
|
+
<h3 class="subsection-title">Methods</h3>
|
|
1002
846
|
|
|
1003
|
-
|
|
1004
847
|
|
|
848
|
+
|
|
1005
849
|
|
|
850
|
+
|
|
1006
851
|
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
<a class="link-icon" href="#sendPFIRMessage">
|
|
1011
|
-
<svg height="20" width="20" style="fill: black;">
|
|
1012
|
-
<use xlink:href="#linkIcon"></use>
|
|
1013
|
-
</svg>
|
|
1014
|
-
</a>
|
|
1015
|
-
<h4 class="name" id="sendPFIRMessage">
|
|
1016
|
-
<span class="type-signature"></span>sendPFIRMessage<span class="signature">(message)</span><span class="type-signature"> → {Promise}</span>
|
|
1017
|
-
</h4>
|
|
1018
|
-
</span>
|
|
852
|
+
|
|
853
|
+
<h4 class="name" id="sendPFIRMessage"><span class="type-signature"></span>sendPFIRMessage<span class="signature">(message)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
854
|
+
|
|
1019
855
|
|
|
1020
|
-
|
|
856
|
+
|
|
1021
857
|
|
|
1022
858
|
|
|
1023
859
|
|
|
1024
|
-
|
|
860
|
+
<div class="description">
|
|
1025
861
|
<p>Send a raw Power Functions IR command</p>
|
|
1026
|
-
|
|
862
|
+
</div>
|
|
863
|
+
|
|
864
|
+
|
|
1027
865
|
|
|
1028
866
|
|
|
1029
867
|
|
|
@@ -1031,106 +869,97 @@
|
|
|
1031
869
|
|
|
1032
870
|
|
|
1033
871
|
|
|
1034
|
-
|
|
1035
|
-
|
|
872
|
+
<h5>Parameters:</h5>
|
|
873
|
+
|
|
1036
874
|
|
|
1037
875
|
<table class="params">
|
|
1038
|
-
|
|
876
|
+
<thead>
|
|
1039
877
|
<tr>
|
|
1040
|
-
|
|
878
|
+
|
|
1041
879
|
<th>Name</th>
|
|
1042
|
-
|
|
880
|
+
|
|
1043
881
|
|
|
1044
|
-
|
|
882
|
+
<th>Type</th>
|
|
1045
883
|
|
|
1046
|
-
|
|
884
|
+
|
|
1047
885
|
|
|
1048
|
-
|
|
886
|
+
|
|
1049
887
|
|
|
1050
|
-
|
|
888
|
+
<th class="last">Description</th>
|
|
1051
889
|
</tr>
|
|
1052
|
-
|
|
890
|
+
</thead>
|
|
1053
891
|
|
|
1054
|
-
|
|
892
|
+
<tbody>
|
|
1055
893
|
|
|
1056
|
-
<tr>
|
|
1057
|
-
|
|
1058
|
-
<td class="name"><code>message</code></td>
|
|
1059
|
-
|
|
1060
894
|
|
|
1061
|
-
<
|
|
1062
|
-
|
|
895
|
+
<tr>
|
|
896
|
+
|
|
897
|
+
<td class="name"><code>message</code></td>
|
|
1063
898
|
|
|
1064
|
-
<span class="param-type">
|
|
1065
|
-
Buffer
|
|
1066
|
-
</span>
|
|
1067
899
|
|
|
1068
|
-
|
|
900
|
+
<td class="type">
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
<span class="param-type">Buffer</span>
|
|
1069
904
|
|
|
1070
905
|
|
|
1071
|
-
|
|
1072
|
-
|
|
906
|
+
|
|
907
|
+
</td>
|
|
1073
908
|
|
|
1074
|
-
|
|
909
|
+
|
|
1075
910
|
|
|
1076
|
-
|
|
911
|
+
|
|
1077
912
|
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
</td>
|
|
1082
|
-
</tr>
|
|
913
|
+
<td class="description last"><p>2 byte payload making up a Power Functions protocol command. NOTE: Only specify nibbles 1-3, nibble 4 should be zeroed.</p></td>
|
|
914
|
+
</tr>
|
|
1083
915
|
|
|
1084
916
|
|
|
1085
|
-
|
|
917
|
+
</tbody>
|
|
1086
918
|
</table>
|
|
1087
919
|
|
|
1088
920
|
|
|
1089
921
|
|
|
1090
922
|
|
|
1091
923
|
|
|
924
|
+
|
|
1092
925
|
<dl class="details">
|
|
1093
926
|
|
|
1094
|
-
|
|
927
|
+
|
|
1095
928
|
|
|
1096
|
-
|
|
929
|
+
|
|
1097
930
|
|
|
1098
|
-
|
|
931
|
+
|
|
1099
932
|
|
|
1100
|
-
|
|
933
|
+
|
|
1101
934
|
|
|
1102
|
-
|
|
935
|
+
|
|
1103
936
|
|
|
1104
|
-
|
|
937
|
+
|
|
1105
938
|
|
|
1106
|
-
|
|
939
|
+
|
|
1107
940
|
|
|
1108
|
-
|
|
941
|
+
|
|
1109
942
|
|
|
1110
|
-
|
|
943
|
+
|
|
1111
944
|
|
|
1112
|
-
|
|
945
|
+
|
|
1113
946
|
|
|
1114
|
-
|
|
947
|
+
|
|
1115
948
|
|
|
1116
|
-
|
|
949
|
+
|
|
1117
950
|
|
|
1118
|
-
|
|
951
|
+
|
|
1119
952
|
<dt class="tag-source">Source:</dt>
|
|
1120
|
-
<dd class="tag-source">
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
</li>
|
|
1125
|
-
</ul>
|
|
1126
|
-
</dd>
|
|
1127
|
-
|
|
953
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
954
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line221">line 221</a>
|
|
955
|
+
</li></ul></dd>
|
|
956
|
+
|
|
1128
957
|
|
|
1129
|
-
|
|
958
|
+
|
|
1130
959
|
|
|
1131
|
-
|
|
960
|
+
|
|
1132
961
|
|
|
1133
|
-
|
|
962
|
+
|
|
1134
963
|
</dl>
|
|
1135
964
|
|
|
1136
965
|
|
|
@@ -1146,30 +975,52 @@
|
|
|
1146
975
|
|
|
1147
976
|
|
|
1148
977
|
|
|
1149
|
-
|
|
978
|
+
|
|
979
|
+
<h5>Returns:</h5>
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
<div class="param-desc">
|
|
983
|
+
<p>Resolved upon successful issuance of the command.</p>
|
|
984
|
+
</div>
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
<dl>
|
|
989
|
+
<dt>
|
|
990
|
+
Type
|
|
991
|
+
</dt>
|
|
992
|
+
<dd>
|
|
1150
993
|
|
|
994
|
+
<span class="param-type">Promise</span>
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
</dd>
|
|
998
|
+
</dl>
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1151
1005
|
|
|
1006
|
+
|
|
1007
|
+
|
|
1152
1008
|
|
|
1153
|
-
|
|
1009
|
+
|
|
1154
1010
|
|
|
1155
|
-
|
|
1156
|
-
<
|
|
1157
|
-
|
|
1158
|
-
<use xlink:href="#linkIcon"></use>
|
|
1159
|
-
</svg>
|
|
1160
|
-
</a>
|
|
1161
|
-
<h4 class="name" id="setColor">
|
|
1162
|
-
<span class="type-signature"></span>setColor<span class="signature">(color)</span><span class="type-signature"> → {Promise}</span>
|
|
1163
|
-
</h4>
|
|
1164
|
-
</span>
|
|
1011
|
+
|
|
1012
|
+
<h4 class="name" id="setColor"><span class="type-signature"></span>setColor<span class="signature">(color)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
1013
|
+
|
|
1165
1014
|
|
|
1166
|
-
|
|
1015
|
+
|
|
1167
1016
|
|
|
1168
1017
|
|
|
1169
1018
|
|
|
1170
|
-
|
|
1019
|
+
<div class="description">
|
|
1171
1020
|
<p>Set the color of the LED on the sensor via a color value.</p>
|
|
1172
|
-
|
|
1021
|
+
</div>
|
|
1022
|
+
|
|
1023
|
+
|
|
1173
1024
|
|
|
1174
1025
|
|
|
1175
1026
|
|
|
@@ -1177,106 +1028,97 @@
|
|
|
1177
1028
|
|
|
1178
1029
|
|
|
1179
1030
|
|
|
1180
|
-
|
|
1181
|
-
|
|
1031
|
+
<h5>Parameters:</h5>
|
|
1032
|
+
|
|
1182
1033
|
|
|
1183
1034
|
<table class="params">
|
|
1184
|
-
|
|
1035
|
+
<thead>
|
|
1185
1036
|
<tr>
|
|
1186
|
-
|
|
1037
|
+
|
|
1187
1038
|
<th>Name</th>
|
|
1188
|
-
|
|
1039
|
+
|
|
1189
1040
|
|
|
1190
|
-
|
|
1041
|
+
<th>Type</th>
|
|
1191
1042
|
|
|
1192
|
-
|
|
1043
|
+
|
|
1193
1044
|
|
|
1194
|
-
|
|
1045
|
+
|
|
1195
1046
|
|
|
1196
|
-
|
|
1047
|
+
<th class="last">Description</th>
|
|
1197
1048
|
</tr>
|
|
1198
|
-
|
|
1049
|
+
</thead>
|
|
1199
1050
|
|
|
1200
|
-
|
|
1051
|
+
<tbody>
|
|
1201
1052
|
|
|
1202
|
-
<tr>
|
|
1203
|
-
|
|
1204
|
-
<td class="name"><code>color</code></td>
|
|
1205
|
-
|
|
1206
1053
|
|
|
1207
|
-
<
|
|
1208
|
-
|
|
1054
|
+
<tr>
|
|
1055
|
+
|
|
1056
|
+
<td class="name"><code>color</code></td>
|
|
1209
1057
|
|
|
1210
|
-
<span class="param-type">
|
|
1211
|
-
<a href="global.html#Color">Color</a>
|
|
1212
|
-
</span>
|
|
1213
1058
|
|
|
1214
|
-
|
|
1059
|
+
<td class="type">
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
<span class="param-type"><a href="global.html#Color">Color</a></span>
|
|
1215
1063
|
|
|
1216
1064
|
|
|
1217
|
-
|
|
1218
|
-
|
|
1065
|
+
|
|
1066
|
+
</td>
|
|
1219
1067
|
|
|
1220
|
-
|
|
1068
|
+
|
|
1221
1069
|
|
|
1222
|
-
|
|
1070
|
+
|
|
1223
1071
|
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
</td>
|
|
1228
|
-
</tr>
|
|
1072
|
+
<td class="description last"></td>
|
|
1073
|
+
</tr>
|
|
1229
1074
|
|
|
1230
1075
|
|
|
1231
|
-
|
|
1076
|
+
</tbody>
|
|
1232
1077
|
</table>
|
|
1233
1078
|
|
|
1234
1079
|
|
|
1235
1080
|
|
|
1236
1081
|
|
|
1237
1082
|
|
|
1083
|
+
|
|
1238
1084
|
<dl class="details">
|
|
1239
1085
|
|
|
1240
|
-
|
|
1086
|
+
|
|
1241
1087
|
|
|
1242
|
-
|
|
1088
|
+
|
|
1243
1089
|
|
|
1244
|
-
|
|
1090
|
+
|
|
1245
1091
|
|
|
1246
|
-
|
|
1092
|
+
|
|
1247
1093
|
|
|
1248
|
-
|
|
1094
|
+
|
|
1249
1095
|
|
|
1250
|
-
|
|
1096
|
+
|
|
1251
1097
|
|
|
1252
|
-
|
|
1098
|
+
|
|
1253
1099
|
|
|
1254
|
-
|
|
1100
|
+
|
|
1255
1101
|
|
|
1256
|
-
|
|
1102
|
+
|
|
1257
1103
|
|
|
1258
|
-
|
|
1104
|
+
|
|
1259
1105
|
|
|
1260
|
-
|
|
1106
|
+
|
|
1261
1107
|
|
|
1262
|
-
|
|
1108
|
+
|
|
1263
1109
|
|
|
1264
|
-
|
|
1110
|
+
|
|
1265
1111
|
<dt class="tag-source">Source:</dt>
|
|
1266
|
-
<dd class="tag-source">
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
</li>
|
|
1271
|
-
</ul>
|
|
1272
|
-
</dd>
|
|
1273
|
-
|
|
1112
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1113
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line239">line 239</a>
|
|
1114
|
+
</li></ul></dd>
|
|
1115
|
+
|
|
1274
1116
|
|
|
1275
|
-
|
|
1117
|
+
|
|
1276
1118
|
|
|
1277
|
-
|
|
1119
|
+
|
|
1278
1120
|
|
|
1279
|
-
|
|
1121
|
+
|
|
1280
1122
|
</dl>
|
|
1281
1123
|
|
|
1282
1124
|
|
|
@@ -1292,30 +1134,52 @@
|
|
|
1292
1134
|
|
|
1293
1135
|
|
|
1294
1136
|
|
|
1295
|
-
|
|
1137
|
+
|
|
1138
|
+
<h5>Returns:</h5>
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
<div class="param-desc">
|
|
1142
|
+
<p>Resolved upon successful issuance of the command.</p>
|
|
1143
|
+
</div>
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
<dl>
|
|
1148
|
+
<dt>
|
|
1149
|
+
Type
|
|
1150
|
+
</dt>
|
|
1151
|
+
<dd>
|
|
1296
1152
|
|
|
1153
|
+
<span class="param-type">Promise</span>
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
</dd>
|
|
1157
|
+
</dl>
|
|
1158
|
+
|
|
1159
|
+
|
|
1297
1160
|
|
|
1298
1161
|
|
|
1299
|
-
|
|
1300
1162
|
|
|
1301
|
-
<span class='name-container'>
|
|
1302
|
-
<a class="link-icon" href="#setDistanceCount">
|
|
1303
|
-
<svg height="20" width="20" style="fill: black;">
|
|
1304
|
-
<use xlink:href="#linkIcon"></use>
|
|
1305
|
-
</svg>
|
|
1306
|
-
</a>
|
|
1307
|
-
<h4 class="name" id="setDistanceCount">
|
|
1308
|
-
<span class="type-signature"></span>setDistanceCount<span class="signature">(distance)</span><span class="type-signature"> → {Promise}</span>
|
|
1309
|
-
</h4>
|
|
1310
|
-
</span>
|
|
1311
1163
|
|
|
1312
|
-
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
<h4 class="name" id="setDistanceCount"><span class="type-signature"></span>setDistanceCount<span class="signature">(distance)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1313
1175
|
|
|
1314
1176
|
|
|
1315
1177
|
|
|
1316
|
-
|
|
1178
|
+
<div class="description">
|
|
1317
1179
|
<p>Set the distance count value.</p>
|
|
1318
|
-
|
|
1180
|
+
</div>
|
|
1181
|
+
|
|
1182
|
+
|
|
1319
1183
|
|
|
1320
1184
|
|
|
1321
1185
|
|
|
@@ -1323,106 +1187,97 @@
|
|
|
1323
1187
|
|
|
1324
1188
|
|
|
1325
1189
|
|
|
1326
|
-
|
|
1327
|
-
|
|
1190
|
+
<h5>Parameters:</h5>
|
|
1191
|
+
|
|
1328
1192
|
|
|
1329
1193
|
<table class="params">
|
|
1330
|
-
|
|
1194
|
+
<thead>
|
|
1331
1195
|
<tr>
|
|
1332
|
-
|
|
1196
|
+
|
|
1333
1197
|
<th>Name</th>
|
|
1334
|
-
|
|
1198
|
+
|
|
1335
1199
|
|
|
1336
|
-
|
|
1200
|
+
<th>Type</th>
|
|
1337
1201
|
|
|
1338
|
-
|
|
1202
|
+
|
|
1339
1203
|
|
|
1340
|
-
|
|
1204
|
+
|
|
1341
1205
|
|
|
1342
|
-
|
|
1206
|
+
<th class="last">Description</th>
|
|
1343
1207
|
</tr>
|
|
1344
|
-
|
|
1208
|
+
</thead>
|
|
1345
1209
|
|
|
1346
|
-
|
|
1210
|
+
<tbody>
|
|
1347
1211
|
|
|
1348
|
-
<tr>
|
|
1349
|
-
|
|
1350
|
-
<td class="name"><code>distance</code></td>
|
|
1351
|
-
|
|
1352
1212
|
|
|
1353
|
-
<
|
|
1354
|
-
|
|
1213
|
+
<tr>
|
|
1214
|
+
|
|
1215
|
+
<td class="name"><code>distance</code></td>
|
|
1355
1216
|
|
|
1356
|
-
<span class="param-type">
|
|
1357
|
-
count
|
|
1358
|
-
</span>
|
|
1359
1217
|
|
|
1360
|
-
|
|
1218
|
+
<td class="type">
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
<span class="param-type">count</span>
|
|
1361
1222
|
|
|
1362
1223
|
|
|
1363
|
-
|
|
1364
|
-
|
|
1224
|
+
|
|
1225
|
+
</td>
|
|
1365
1226
|
|
|
1366
|
-
|
|
1227
|
+
|
|
1367
1228
|
|
|
1368
|
-
|
|
1229
|
+
|
|
1369
1230
|
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
</td>
|
|
1374
|
-
</tr>
|
|
1231
|
+
<td class="description last"><p>count between 0 and 2^32</p></td>
|
|
1232
|
+
</tr>
|
|
1375
1233
|
|
|
1376
1234
|
|
|
1377
|
-
|
|
1235
|
+
</tbody>
|
|
1378
1236
|
</table>
|
|
1379
1237
|
|
|
1380
1238
|
|
|
1381
1239
|
|
|
1382
1240
|
|
|
1383
1241
|
|
|
1242
|
+
|
|
1384
1243
|
<dl class="details">
|
|
1385
1244
|
|
|
1386
|
-
|
|
1245
|
+
|
|
1387
1246
|
|
|
1388
|
-
|
|
1247
|
+
|
|
1389
1248
|
|
|
1390
|
-
|
|
1249
|
+
|
|
1391
1250
|
|
|
1392
|
-
|
|
1251
|
+
|
|
1393
1252
|
|
|
1394
|
-
|
|
1253
|
+
|
|
1395
1254
|
|
|
1396
|
-
|
|
1255
|
+
|
|
1397
1256
|
|
|
1398
|
-
|
|
1257
|
+
|
|
1399
1258
|
|
|
1400
|
-
|
|
1259
|
+
|
|
1401
1260
|
|
|
1402
|
-
|
|
1261
|
+
|
|
1403
1262
|
|
|
1404
|
-
|
|
1263
|
+
|
|
1405
1264
|
|
|
1406
|
-
|
|
1265
|
+
|
|
1407
1266
|
|
|
1408
|
-
|
|
1267
|
+
|
|
1409
1268
|
|
|
1410
|
-
|
|
1269
|
+
|
|
1411
1270
|
<dt class="tag-source">Source:</dt>
|
|
1412
|
-
<dd class="tag-source">
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
</li>
|
|
1417
|
-
</ul>
|
|
1418
|
-
</dd>
|
|
1419
|
-
|
|
1271
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1272
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line260">line 260</a>
|
|
1273
|
+
</li></ul></dd>
|
|
1274
|
+
|
|
1420
1275
|
|
|
1421
|
-
|
|
1276
|
+
|
|
1422
1277
|
|
|
1423
|
-
|
|
1278
|
+
|
|
1424
1279
|
|
|
1425
|
-
|
|
1280
|
+
|
|
1426
1281
|
</dl>
|
|
1427
1282
|
|
|
1428
1283
|
|
|
@@ -1438,138 +1293,151 @@
|
|
|
1438
1293
|
|
|
1439
1294
|
|
|
1440
1295
|
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
1296
|
|
|
1297
|
+
<h5>Returns:</h5>
|
|
1444
1298
|
|
|
1445
|
-
|
|
1299
|
+
|
|
1300
|
+
<div class="param-desc">
|
|
1301
|
+
<p>Resolved upon successful issuance of the command.</p>
|
|
1302
|
+
</div>
|
|
1446
1303
|
|
|
1447
|
-
<span class='name-container'>
|
|
1448
|
-
<a class="link-icon" href="#setPFExtendedChannel">
|
|
1449
|
-
<svg height="20" width="20" style="fill: black;">
|
|
1450
|
-
<use xlink:href="#linkIcon"></use>
|
|
1451
|
-
</svg>
|
|
1452
|
-
</a>
|
|
1453
|
-
<h4 class="name" id="setPFExtendedChannel">
|
|
1454
|
-
<span class="type-signature"></span>setPFExtendedChannel<span class="signature">(channel)</span><span class="type-signature"> → {Promise}</span>
|
|
1455
|
-
</h4>
|
|
1456
|
-
</span>
|
|
1457
1304
|
|
|
1458
|
-
|
|
1459
1305
|
|
|
1306
|
+
<dl>
|
|
1307
|
+
<dt>
|
|
1308
|
+
Type
|
|
1309
|
+
</dt>
|
|
1310
|
+
<dd>
|
|
1311
|
+
|
|
1312
|
+
<span class="param-type">Promise</span>
|
|
1460
1313
|
|
|
1461
1314
|
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
<p>NOTE: Calling this with channel 5-8 with switch off extended channel mode for this receiver.</p>
|
|
1465
|
-
</div>
|
|
1315
|
+
</dd>
|
|
1316
|
+
</dl>
|
|
1466
1317
|
|
|
1318
|
+
|
|
1467
1319
|
|
|
1468
1320
|
|
|
1469
1321
|
|
|
1470
1322
|
|
|
1471
1323
|
|
|
1324
|
+
|
|
1325
|
+
|
|
1472
1326
|
|
|
1473
|
-
|
|
1474
|
-
|
|
1327
|
+
|
|
1475
1328
|
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
<th>Name</th>
|
|
1481
|
-
|
|
1329
|
+
|
|
1330
|
+
<h4 class="name" id="setPFExtendedChannel"><span class="type-signature"></span>setPFExtendedChannel<span class="signature">(channel)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
1331
|
+
|
|
1482
1332
|
|
|
1483
|
-
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
<div class="description">
|
|
1338
|
+
<p>Switches the IR receiver into extended channel mode. After setting this, use channels 5-8 instead of 1-4 for this receiver.</p>
|
|
1339
|
+
<p>NOTE: Calling this with channel 5-8 with switch off extended channel mode for this receiver.</p>
|
|
1340
|
+
</div>
|
|
1484
1341
|
|
|
1485
|
-
|
|
1486
1342
|
|
|
1487
|
-
|
|
1488
1343
|
|
|
1489
|
-
<th class="last">Description</th>
|
|
1490
|
-
</tr>
|
|
1491
|
-
</thead>
|
|
1492
1344
|
|
|
1493
|
-
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
<h5>Parameters:</h5>
|
|
1494
1351
|
|
|
1495
|
-
|
|
1352
|
+
|
|
1353
|
+
<table class="params">
|
|
1354
|
+
<thead>
|
|
1355
|
+
<tr>
|
|
1496
1356
|
|
|
1497
|
-
|
|
1357
|
+
<th>Name</th>
|
|
1498
1358
|
|
|
1499
1359
|
|
|
1500
|
-
<
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
</span>
|
|
1360
|
+
<th>Type</th>
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
|
|
1506
1365
|
|
|
1366
|
+
<th class="last">Description</th>
|
|
1367
|
+
</tr>
|
|
1368
|
+
</thead>
|
|
1369
|
+
|
|
1370
|
+
<tbody>
|
|
1507
1371
|
|
|
1508
1372
|
|
|
1373
|
+
<tr>
|
|
1374
|
+
|
|
1375
|
+
<td class="name"><code>channel</code></td>
|
|
1376
|
+
|
|
1509
1377
|
|
|
1510
|
-
|
|
1511
|
-
|
|
1378
|
+
<td class="type">
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
<span class="param-type">number</span>
|
|
1512
1382
|
|
|
1513
|
-
|
|
1514
1383
|
|
|
1515
|
-
|
|
1384
|
+
|
|
1385
|
+
</td>
|
|
1516
1386
|
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
<td class="description last"><p>Channel number, between 1-8</p></td>
|
|
1392
|
+
</tr>
|
|
1522
1393
|
|
|
1523
1394
|
|
|
1524
|
-
|
|
1395
|
+
</tbody>
|
|
1525
1396
|
</table>
|
|
1526
1397
|
|
|
1527
1398
|
|
|
1528
1399
|
|
|
1529
1400
|
|
|
1530
1401
|
|
|
1402
|
+
|
|
1531
1403
|
<dl class="details">
|
|
1532
1404
|
|
|
1533
|
-
|
|
1405
|
+
|
|
1534
1406
|
|
|
1535
|
-
|
|
1407
|
+
|
|
1536
1408
|
|
|
1537
|
-
|
|
1409
|
+
|
|
1538
1410
|
|
|
1539
|
-
|
|
1411
|
+
|
|
1540
1412
|
|
|
1541
|
-
|
|
1413
|
+
|
|
1542
1414
|
|
|
1543
|
-
|
|
1415
|
+
|
|
1544
1416
|
|
|
1545
|
-
|
|
1417
|
+
|
|
1546
1418
|
|
|
1547
|
-
|
|
1419
|
+
|
|
1548
1420
|
|
|
1549
|
-
|
|
1421
|
+
|
|
1550
1422
|
|
|
1551
|
-
|
|
1423
|
+
|
|
1552
1424
|
|
|
1553
|
-
|
|
1425
|
+
|
|
1554
1426
|
|
|
1555
|
-
|
|
1427
|
+
|
|
1556
1428
|
|
|
1557
|
-
|
|
1429
|
+
|
|
1558
1430
|
<dt class="tag-source">Source:</dt>
|
|
1559
|
-
<dd class="tag-source">
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
</li>
|
|
1564
|
-
</ul>
|
|
1565
|
-
</dd>
|
|
1566
|
-
|
|
1431
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1432
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line159">line 159</a>
|
|
1433
|
+
</li></ul></dd>
|
|
1434
|
+
|
|
1567
1435
|
|
|
1568
|
-
|
|
1436
|
+
|
|
1569
1437
|
|
|
1570
|
-
|
|
1438
|
+
|
|
1571
1439
|
|
|
1572
|
-
|
|
1440
|
+
|
|
1573
1441
|
</dl>
|
|
1574
1442
|
|
|
1575
1443
|
|
|
@@ -1585,30 +1453,50 @@
|
|
|
1585
1453
|
|
|
1586
1454
|
|
|
1587
1455
|
|
|
1588
|
-
|
|
1456
|
+
|
|
1457
|
+
<h5>Returns:</h5>
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
<div class="param-desc">
|
|
1461
|
+
<p>Resolved upon successful issuance of the command.</p>
|
|
1462
|
+
</div>
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
<dl>
|
|
1467
|
+
<dt>
|
|
1468
|
+
Type
|
|
1469
|
+
</dt>
|
|
1470
|
+
<dd>
|
|
1589
1471
|
|
|
1472
|
+
<span class="param-type">Promise</span>
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
</dd>
|
|
1476
|
+
</dl>
|
|
1477
|
+
|
|
1478
|
+
|
|
1590
1479
|
|
|
1591
1480
|
|
|
1592
|
-
|
|
1593
1481
|
|
|
1594
|
-
<span class='name-container'>
|
|
1595
|
-
<a class="link-icon" href="#setPFPower">
|
|
1596
|
-
<svg height="20" width="20" style="fill: black;">
|
|
1597
|
-
<use xlink:href="#linkIcon"></use>
|
|
1598
|
-
</svg>
|
|
1599
|
-
</a>
|
|
1600
|
-
<h4 class="name" id="setPFPower">
|
|
1601
|
-
<span class="type-signature"></span>setPFPower<span class="signature">(channel, output, power)</span><span class="type-signature"> → {Promise}</span>
|
|
1602
|
-
</h4>
|
|
1603
|
-
</span>
|
|
1604
1482
|
|
|
1605
|
-
|
|
1606
1483
|
|
|
1484
|
+
|
|
1485
|
+
|
|
1607
1486
|
|
|
1487
|
+
|
|
1608
1488
|
|
|
1609
|
-
|
|
1489
|
+
|
|
1490
|
+
<h4 class="name" id="setPFPower"><span class="type-signature"></span>setPFPower<span class="signature">(channel, output, power)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
<div class="description">
|
|
1610
1498
|
<p>Set the power of a Power Functions motor via IR</p>
|
|
1611
|
-
|
|
1499
|
+
</div>
|
|
1612
1500
|
|
|
1613
1501
|
|
|
1614
1502
|
|
|
@@ -1616,164 +1504,145 @@
|
|
|
1616
1504
|
|
|
1617
1505
|
|
|
1618
1506
|
|
|
1619
|
-
|
|
1620
|
-
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
<h5>Parameters:</h5>
|
|
1510
|
+
|
|
1621
1511
|
|
|
1622
1512
|
<table class="params">
|
|
1623
|
-
|
|
1513
|
+
<thead>
|
|
1624
1514
|
<tr>
|
|
1625
|
-
|
|
1515
|
+
|
|
1626
1516
|
<th>Name</th>
|
|
1627
|
-
|
|
1517
|
+
|
|
1628
1518
|
|
|
1629
|
-
|
|
1519
|
+
<th>Type</th>
|
|
1630
1520
|
|
|
1631
|
-
|
|
1521
|
+
|
|
1632
1522
|
|
|
1633
|
-
|
|
1523
|
+
|
|
1634
1524
|
|
|
1635
|
-
|
|
1525
|
+
<th class="last">Description</th>
|
|
1636
1526
|
</tr>
|
|
1637
|
-
|
|
1527
|
+
</thead>
|
|
1638
1528
|
|
|
1639
|
-
|
|
1529
|
+
<tbody>
|
|
1640
1530
|
|
|
1641
|
-
<tr>
|
|
1642
|
-
|
|
1643
|
-
<td class="name"><code>channel</code></td>
|
|
1644
|
-
|
|
1645
1531
|
|
|
1646
|
-
<
|
|
1647
|
-
|
|
1532
|
+
<tr>
|
|
1533
|
+
|
|
1534
|
+
<td class="name"><code>channel</code></td>
|
|
1648
1535
|
|
|
1649
|
-
<span class="param-type">
|
|
1650
|
-
number
|
|
1651
|
-
</span>
|
|
1652
1536
|
|
|
1653
|
-
|
|
1537
|
+
<td class="type">
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
<span class="param-type">number</span>
|
|
1654
1541
|
|
|
1655
1542
|
|
|
1656
|
-
|
|
1657
|
-
|
|
1543
|
+
|
|
1544
|
+
</td>
|
|
1658
1545
|
|
|
1659
|
-
|
|
1546
|
+
|
|
1660
1547
|
|
|
1661
|
-
|
|
1548
|
+
|
|
1662
1549
|
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
</td>
|
|
1667
|
-
</tr>
|
|
1550
|
+
<td class="description last"><p>Channel number, between 1-4</p></td>
|
|
1551
|
+
</tr>
|
|
1668
1552
|
|
|
1669
1553
|
|
|
1670
|
-
<tr>
|
|
1671
|
-
|
|
1672
|
-
<td class="name"><code>output</code></td>
|
|
1673
|
-
|
|
1674
1554
|
|
|
1675
|
-
<
|
|
1676
|
-
|
|
1555
|
+
<tr>
|
|
1556
|
+
|
|
1557
|
+
<td class="name"><code>output</code></td>
|
|
1677
1558
|
|
|
1678
|
-
<span class="param-type">
|
|
1679
|
-
string
|
|
1680
|
-
</span>
|
|
1681
1559
|
|
|
1682
|
-
|
|
1560
|
+
<td class="type">
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
<span class="param-type">string</span>
|
|
1683
1564
|
|
|
1684
1565
|
|
|
1685
|
-
|
|
1686
|
-
|
|
1566
|
+
|
|
1567
|
+
</td>
|
|
1687
1568
|
|
|
1688
|
-
|
|
1569
|
+
|
|
1689
1570
|
|
|
1690
|
-
|
|
1571
|
+
|
|
1691
1572
|
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
</td>
|
|
1696
|
-
</tr>
|
|
1573
|
+
<td class="description last"><p>Outport port, "RED" (A) or "BLUE" (B)</p></td>
|
|
1574
|
+
</tr>
|
|
1697
1575
|
|
|
1698
1576
|
|
|
1699
|
-
<tr>
|
|
1700
|
-
|
|
1701
|
-
<td class="name"><code>power</code></td>
|
|
1702
|
-
|
|
1703
1577
|
|
|
1704
|
-
<
|
|
1705
|
-
|
|
1578
|
+
<tr>
|
|
1579
|
+
|
|
1580
|
+
<td class="name"><code>power</code></td>
|
|
1706
1581
|
|
|
1707
|
-
<span class="param-type">
|
|
1708
|
-
number
|
|
1709
|
-
</span>
|
|
1710
1582
|
|
|
1711
|
-
|
|
1583
|
+
<td class="type">
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
<span class="param-type">number</span>
|
|
1712
1587
|
|
|
1713
1588
|
|
|
1714
|
-
|
|
1715
|
-
|
|
1589
|
+
|
|
1590
|
+
</td>
|
|
1716
1591
|
|
|
1717
|
-
|
|
1592
|
+
|
|
1718
1593
|
|
|
1719
|
-
|
|
1594
|
+
|
|
1720
1595
|
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
</td>
|
|
1725
|
-
</tr>
|
|
1596
|
+
<td class="description last"><p>7 (full reverse) to 7 (full forward). 0 is stop. 8 is brake.</p></td>
|
|
1597
|
+
</tr>
|
|
1726
1598
|
|
|
1727
1599
|
|
|
1728
|
-
|
|
1600
|
+
</tbody>
|
|
1729
1601
|
</table>
|
|
1730
1602
|
|
|
1731
1603
|
|
|
1732
1604
|
|
|
1733
1605
|
|
|
1734
1606
|
|
|
1607
|
+
|
|
1735
1608
|
<dl class="details">
|
|
1736
1609
|
|
|
1737
|
-
|
|
1610
|
+
|
|
1738
1611
|
|
|
1739
|
-
|
|
1612
|
+
|
|
1740
1613
|
|
|
1741
|
-
|
|
1614
|
+
|
|
1742
1615
|
|
|
1743
|
-
|
|
1616
|
+
|
|
1744
1617
|
|
|
1745
|
-
|
|
1618
|
+
|
|
1746
1619
|
|
|
1747
|
-
|
|
1620
|
+
|
|
1748
1621
|
|
|
1749
|
-
|
|
1622
|
+
|
|
1750
1623
|
|
|
1751
|
-
|
|
1624
|
+
|
|
1752
1625
|
|
|
1753
|
-
|
|
1626
|
+
|
|
1754
1627
|
|
|
1755
|
-
|
|
1628
|
+
|
|
1756
1629
|
|
|
1757
|
-
|
|
1630
|
+
|
|
1758
1631
|
|
|
1759
|
-
|
|
1632
|
+
|
|
1760
1633
|
|
|
1761
|
-
|
|
1634
|
+
|
|
1762
1635
|
<dt class="tag-source">Source:</dt>
|
|
1763
|
-
<dd class="tag-source">
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
</li>
|
|
1768
|
-
</ul>
|
|
1769
|
-
</dd>
|
|
1770
|
-
|
|
1636
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1637
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line179">line 179</a>
|
|
1638
|
+
</li></ul></dd>
|
|
1639
|
+
|
|
1771
1640
|
|
|
1772
|
-
|
|
1641
|
+
|
|
1773
1642
|
|
|
1774
|
-
|
|
1643
|
+
|
|
1775
1644
|
|
|
1776
|
-
|
|
1645
|
+
|
|
1777
1646
|
</dl>
|
|
1778
1647
|
|
|
1779
1648
|
|
|
@@ -1789,31 +1658,52 @@
|
|
|
1789
1658
|
|
|
1790
1659
|
|
|
1791
1660
|
|
|
1792
|
-
|
|
1661
|
+
|
|
1662
|
+
<h5>Returns:</h5>
|
|
1663
|
+
|
|
1793
1664
|
|
|
1665
|
+
<div class="param-desc">
|
|
1666
|
+
<p>Resolved upon successful issuance of the command.</p>
|
|
1667
|
+
</div>
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
<dl>
|
|
1672
|
+
<dt>
|
|
1673
|
+
Type
|
|
1674
|
+
</dt>
|
|
1675
|
+
<dd>
|
|
1676
|
+
|
|
1677
|
+
<span class="param-type">Promise</span>
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
</dd>
|
|
1681
|
+
</dl>
|
|
1794
1682
|
|
|
1683
|
+
|
|
1795
1684
|
|
|
1796
|
-
|
|
1797
1685
|
|
|
1798
|
-
<span class='name-container'>
|
|
1799
|
-
<a class="link-icon" href="#startPFMotors">
|
|
1800
|
-
<svg height="20" width="20" style="fill: black;">
|
|
1801
|
-
<use xlink:href="#linkIcon"></use>
|
|
1802
|
-
</svg>
|
|
1803
|
-
</a>
|
|
1804
|
-
<h4 class="name" id="startPFMotors">
|
|
1805
|
-
<span class="type-signature"></span>startPFMotors<span class="signature">(channel, powerA, powerB)</span><span class="type-signature"> → {Promise}</span>
|
|
1806
|
-
</h4>
|
|
1807
|
-
</span>
|
|
1808
1686
|
|
|
1809
|
-
|
|
1810
1687
|
|
|
1811
1688
|
|
|
1689
|
+
|
|
1690
|
+
|
|
1812
1691
|
|
|
1813
|
-
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
<h4 class="name" id="startPFMotors"><span class="type-signature"></span>startPFMotors<span class="signature">(channel, powerA, powerB)</span><span class="type-signature"> → {Promise}</span></h4>
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
<div class="description">
|
|
1814
1703
|
<p>Start Power Functions motors running via IR</p>
|
|
1815
1704
|
<p>NOTE: This command is designed for bang-bang style operation. To keep the motors running, the sensor needs to be within range of the IR receiver constantly.</p>
|
|
1816
|
-
|
|
1705
|
+
</div>
|
|
1706
|
+
|
|
1817
1707
|
|
|
1818
1708
|
|
|
1819
1709
|
|
|
@@ -1821,164 +1711,144 @@
|
|
|
1821
1711
|
|
|
1822
1712
|
|
|
1823
1713
|
|
|
1824
|
-
|
|
1825
|
-
|
|
1714
|
+
|
|
1715
|
+
<h5>Parameters:</h5>
|
|
1716
|
+
|
|
1826
1717
|
|
|
1827
1718
|
<table class="params">
|
|
1828
|
-
|
|
1719
|
+
<thead>
|
|
1829
1720
|
<tr>
|
|
1830
|
-
|
|
1721
|
+
|
|
1831
1722
|
<th>Name</th>
|
|
1832
|
-
|
|
1723
|
+
|
|
1833
1724
|
|
|
1834
|
-
|
|
1725
|
+
<th>Type</th>
|
|
1835
1726
|
|
|
1836
|
-
|
|
1727
|
+
|
|
1837
1728
|
|
|
1838
|
-
|
|
1729
|
+
|
|
1839
1730
|
|
|
1840
|
-
|
|
1731
|
+
<th class="last">Description</th>
|
|
1841
1732
|
</tr>
|
|
1842
|
-
|
|
1733
|
+
</thead>
|
|
1843
1734
|
|
|
1844
|
-
|
|
1735
|
+
<tbody>
|
|
1845
1736
|
|
|
1846
|
-
<tr>
|
|
1847
|
-
|
|
1848
|
-
<td class="name"><code>channel</code></td>
|
|
1849
|
-
|
|
1850
1737
|
|
|
1851
|
-
<
|
|
1852
|
-
|
|
1738
|
+
<tr>
|
|
1739
|
+
|
|
1740
|
+
<td class="name"><code>channel</code></td>
|
|
1853
1741
|
|
|
1854
|
-
<span class="param-type">
|
|
1855
|
-
Buffer
|
|
1856
|
-
</span>
|
|
1857
1742
|
|
|
1858
|
-
|
|
1743
|
+
<td class="type">
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
<span class="param-type">Buffer</span>
|
|
1859
1747
|
|
|
1860
1748
|
|
|
1861
|
-
|
|
1862
|
-
|
|
1749
|
+
|
|
1750
|
+
</td>
|
|
1863
1751
|
|
|
1864
|
-
|
|
1752
|
+
|
|
1865
1753
|
|
|
1866
|
-
|
|
1754
|
+
|
|
1867
1755
|
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
</td>
|
|
1872
|
-
</tr>
|
|
1756
|
+
<td class="description last"><p>Channel number, between 1-4</p></td>
|
|
1757
|
+
</tr>
|
|
1873
1758
|
|
|
1874
1759
|
|
|
1875
|
-
<tr>
|
|
1876
|
-
|
|
1877
|
-
<td class="name"><code>powerA</code></td>
|
|
1878
|
-
|
|
1879
1760
|
|
|
1880
|
-
<
|
|
1881
|
-
|
|
1761
|
+
<tr>
|
|
1762
|
+
|
|
1763
|
+
<td class="name"><code>powerA</code></td>
|
|
1882
1764
|
|
|
1883
|
-
<span class="param-type">
|
|
1884
|
-
Buffer
|
|
1885
|
-
</span>
|
|
1886
1765
|
|
|
1887
|
-
|
|
1766
|
+
<td class="type">
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
<span class="param-type">Buffer</span>
|
|
1888
1770
|
|
|
1889
1771
|
|
|
1890
|
-
|
|
1891
|
-
|
|
1772
|
+
|
|
1773
|
+
</td>
|
|
1892
1774
|
|
|
1893
|
-
|
|
1775
|
+
|
|
1894
1776
|
|
|
1895
|
-
|
|
1777
|
+
|
|
1896
1778
|
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
</td>
|
|
1901
|
-
</tr>
|
|
1779
|
+
<td class="description last"><p>7 (full reverse) to 7 (full forward). 0 is stop. 8 is brake.</p></td>
|
|
1780
|
+
</tr>
|
|
1902
1781
|
|
|
1903
1782
|
|
|
1904
|
-
<tr>
|
|
1905
|
-
|
|
1906
|
-
<td class="name"><code>powerB</code></td>
|
|
1907
|
-
|
|
1908
1783
|
|
|
1909
|
-
<
|
|
1910
|
-
|
|
1784
|
+
<tr>
|
|
1785
|
+
|
|
1786
|
+
<td class="name"><code>powerB</code></td>
|
|
1911
1787
|
|
|
1912
|
-
<span class="param-type">
|
|
1913
|
-
Buffer
|
|
1914
|
-
</span>
|
|
1915
1788
|
|
|
1916
|
-
|
|
1789
|
+
<td class="type">
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
<span class="param-type">Buffer</span>
|
|
1917
1793
|
|
|
1918
1794
|
|
|
1919
|
-
|
|
1920
|
-
|
|
1795
|
+
|
|
1796
|
+
</td>
|
|
1921
1797
|
|
|
1922
|
-
|
|
1798
|
+
|
|
1923
1799
|
|
|
1924
|
-
|
|
1800
|
+
|
|
1925
1801
|
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
</td>
|
|
1930
|
-
</tr>
|
|
1802
|
+
<td class="description last"><p>7 (full reverse) to 7 (full forward). 0 is stop. 8 is brake.</p></td>
|
|
1803
|
+
</tr>
|
|
1931
1804
|
|
|
1932
1805
|
|
|
1933
|
-
|
|
1806
|
+
</tbody>
|
|
1934
1807
|
</table>
|
|
1935
1808
|
|
|
1936
1809
|
|
|
1937
1810
|
|
|
1938
1811
|
|
|
1939
1812
|
|
|
1813
|
+
|
|
1940
1814
|
<dl class="details">
|
|
1941
1815
|
|
|
1942
|
-
|
|
1816
|
+
|
|
1943
1817
|
|
|
1944
|
-
|
|
1818
|
+
|
|
1945
1819
|
|
|
1946
|
-
|
|
1820
|
+
|
|
1947
1821
|
|
|
1948
|
-
|
|
1822
|
+
|
|
1949
1823
|
|
|
1950
|
-
|
|
1824
|
+
|
|
1951
1825
|
|
|
1952
|
-
|
|
1826
|
+
|
|
1953
1827
|
|
|
1954
|
-
|
|
1828
|
+
|
|
1955
1829
|
|
|
1956
|
-
|
|
1830
|
+
|
|
1957
1831
|
|
|
1958
|
-
|
|
1832
|
+
|
|
1959
1833
|
|
|
1960
|
-
|
|
1834
|
+
|
|
1961
1835
|
|
|
1962
|
-
|
|
1836
|
+
|
|
1963
1837
|
|
|
1964
|
-
|
|
1838
|
+
|
|
1965
1839
|
|
|
1966
|
-
|
|
1840
|
+
|
|
1967
1841
|
<dt class="tag-source">Source:</dt>
|
|
1968
|
-
<dd class="tag-source">
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
</li>
|
|
1973
|
-
</ul>
|
|
1974
|
-
</dd>
|
|
1975
|
-
|
|
1842
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
1843
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line199">line 199</a>
|
|
1844
|
+
</li></ul></dd>
|
|
1845
|
+
|
|
1976
1846
|
|
|
1977
|
-
|
|
1847
|
+
|
|
1978
1848
|
|
|
1979
|
-
|
|
1849
|
+
|
|
1980
1850
|
|
|
1981
|
-
|
|
1851
|
+
|
|
1982
1852
|
</dl>
|
|
1983
1853
|
|
|
1984
1854
|
|
|
@@ -1994,145 +1864,168 @@
|
|
|
1994
1864
|
|
|
1995
1865
|
|
|
1996
1866
|
|
|
1997
|
-
|
|
1867
|
+
|
|
1868
|
+
<h5>Returns:</h5>
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
<div class="param-desc">
|
|
1872
|
+
<p>Resolved upon successful issuance of the command.</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
|
+
|
|
1998
1889
|
|
|
1999
1890
|
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
|
|
2000
1896
|
|
|
2001
1897
|
|
|
2002
1898
|
|
|
2003
|
-
<h3 class="subsection-title">Events</h3>
|
|
2004
1899
|
|
|
2005
|
-
|
|
2006
|
-
|
|
1900
|
+
|
|
1901
|
+
<h3 class="subsection-title">Events</h3>
|
|
2007
1902
|
|
|
1903
|
+
|
|
1904
|
+
|
|
2008
1905
|
|
|
2009
|
-
|
|
1906
|
+
|
|
2010
1907
|
|
|
2011
|
-
|
|
2012
|
-
<
|
|
2013
|
-
|
|
2014
|
-
<use xlink:href="#linkIcon"></use>
|
|
2015
|
-
</svg>
|
|
2016
|
-
</a>
|
|
2017
|
-
<h4 class="name" id="event:ambient">
|
|
2018
|
-
<span class="type-signature"></span>ambient<span class="type-signature"> :object</span>
|
|
2019
|
-
</h4>
|
|
2020
|
-
</span>
|
|
1908
|
+
|
|
1909
|
+
<h4 class="name" id="event:ambient">ambient</h4>
|
|
1910
|
+
|
|
2021
1911
|
|
|
2022
|
-
|
|
1912
|
+
|
|
2023
1913
|
|
|
2024
1914
|
|
|
2025
1915
|
|
|
2026
|
-
|
|
1916
|
+
<div class="description">
|
|
2027
1917
|
<p>Event measuring abient light change, emits when the sensor is activated.</p>
|
|
2028
|
-
|
|
1918
|
+
</div>
|
|
1919
|
+
|
|
2029
1920
|
|
|
2030
1921
|
|
|
2031
1922
|
|
|
2032
1923
|
|
|
1924
|
+
<h5>Type:</h5>
|
|
1925
|
+
<ul>
|
|
1926
|
+
<li>
|
|
1927
|
+
|
|
1928
|
+
<span class="param-type">object</span>
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
</li>
|
|
1932
|
+
</ul>
|
|
1933
|
+
|
|
1934
|
+
|
|
2033
1935
|
|
|
2034
1936
|
|
|
2035
1937
|
|
|
2036
|
-
|
|
2037
|
-
|
|
1938
|
+
<h5>Parameters:</h5>
|
|
1939
|
+
|
|
2038
1940
|
|
|
2039
1941
|
<table class="params">
|
|
2040
|
-
|
|
1942
|
+
<thead>
|
|
2041
1943
|
<tr>
|
|
2042
|
-
|
|
1944
|
+
|
|
2043
1945
|
<th>Name</th>
|
|
2044
|
-
|
|
1946
|
+
|
|
2045
1947
|
|
|
2046
|
-
|
|
1948
|
+
<th>Type</th>
|
|
2047
1949
|
|
|
2048
|
-
|
|
1950
|
+
|
|
2049
1951
|
|
|
2050
|
-
|
|
1952
|
+
|
|
2051
1953
|
|
|
2052
|
-
|
|
1954
|
+
<th class="last">Description</th>
|
|
2053
1955
|
</tr>
|
|
2054
|
-
|
|
1956
|
+
</thead>
|
|
2055
1957
|
|
|
2056
|
-
|
|
1958
|
+
<tbody>
|
|
2057
1959
|
|
|
2058
|
-
<tr>
|
|
2059
|
-
|
|
2060
|
-
<td class="name"><code>percentage</code></td>
|
|
2061
|
-
|
|
2062
1960
|
|
|
2063
|
-
<
|
|
2064
|
-
|
|
1961
|
+
<tr>
|
|
1962
|
+
|
|
1963
|
+
<td class="name"><code>percentage</code></td>
|
|
2065
1964
|
|
|
2066
|
-
<span class="param-type">
|
|
2067
|
-
number
|
|
2068
|
-
</span>
|
|
2069
1965
|
|
|
2070
|
-
|
|
1966
|
+
<td class="type">
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
<span class="param-type">number</span>
|
|
2071
1970
|
|
|
2072
1971
|
|
|
2073
|
-
|
|
2074
|
-
|
|
1972
|
+
|
|
1973
|
+
</td>
|
|
2075
1974
|
|
|
2076
|
-
|
|
1975
|
+
|
|
2077
1976
|
|
|
2078
|
-
|
|
1977
|
+
|
|
2079
1978
|
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
</td>
|
|
2084
|
-
</tr>
|
|
1979
|
+
<td class="description last"><p>from 0 to 100.</p></td>
|
|
1980
|
+
</tr>
|
|
2085
1981
|
|
|
2086
1982
|
|
|
2087
|
-
|
|
1983
|
+
</tbody>
|
|
2088
1984
|
</table>
|
|
2089
1985
|
|
|
2090
1986
|
|
|
2091
1987
|
|
|
2092
1988
|
|
|
2093
1989
|
|
|
1990
|
+
|
|
2094
1991
|
<dl class="details">
|
|
2095
1992
|
|
|
2096
|
-
|
|
1993
|
+
|
|
2097
1994
|
|
|
2098
|
-
|
|
1995
|
+
|
|
2099
1996
|
|
|
2100
|
-
|
|
1997
|
+
|
|
2101
1998
|
|
|
2102
|
-
|
|
1999
|
+
|
|
2103
2000
|
|
|
2104
|
-
|
|
2001
|
+
|
|
2105
2002
|
|
|
2106
|
-
|
|
2003
|
+
|
|
2107
2004
|
|
|
2108
|
-
|
|
2005
|
+
|
|
2109
2006
|
|
|
2110
|
-
|
|
2007
|
+
|
|
2111
2008
|
|
|
2112
|
-
|
|
2009
|
+
|
|
2113
2010
|
|
|
2114
|
-
|
|
2011
|
+
|
|
2115
2012
|
|
|
2116
|
-
|
|
2013
|
+
|
|
2117
2014
|
|
|
2118
|
-
|
|
2015
|
+
|
|
2119
2016
|
|
|
2120
|
-
|
|
2017
|
+
|
|
2121
2018
|
<dt class="tag-source">Source:</dt>
|
|
2122
|
-
<dd class="tag-source">
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
</li>
|
|
2127
|
-
</ul>
|
|
2128
|
-
</dd>
|
|
2129
|
-
|
|
2019
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2020
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line106">line 106</a>
|
|
2021
|
+
</li></ul></dd>
|
|
2022
|
+
|
|
2130
2023
|
|
|
2131
|
-
|
|
2024
|
+
|
|
2132
2025
|
|
|
2133
|
-
|
|
2026
|
+
|
|
2134
2027
|
|
|
2135
|
-
|
|
2028
|
+
|
|
2136
2029
|
</dl>
|
|
2137
2030
|
|
|
2138
2031
|
|
|
@@ -2148,137 +2041,138 @@
|
|
|
2148
2041
|
|
|
2149
2042
|
|
|
2150
2043
|
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
2044
|
|
|
2154
2045
|
|
|
2155
|
-
|
|
2156
2046
|
|
|
2157
|
-
<span class='name-container'>
|
|
2158
|
-
<a class="link-icon" href="#event:color">
|
|
2159
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2160
|
-
<use xlink:href="#linkIcon"></use>
|
|
2161
|
-
</svg>
|
|
2162
|
-
</a>
|
|
2163
|
-
<h4 class="name" id="event:color">
|
|
2164
|
-
<span class="type-signature"></span>color<span class="type-signature"> :object</span>
|
|
2165
|
-
</h4>
|
|
2166
|
-
</span>
|
|
2167
2047
|
|
|
2168
|
-
|
|
2169
2048
|
|
|
2170
2049
|
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
<h4 class="name" id="event:color">color</h4>
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
|
|
2171
2060
|
|
|
2172
|
-
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
<div class="description">
|
|
2173
2064
|
<p>Emits when a color sensor is activated.</p>
|
|
2174
|
-
|
|
2065
|
+
</div>
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
|
|
2175
2070
|
|
|
2071
|
+
<h5>Type:</h5>
|
|
2072
|
+
<ul>
|
|
2073
|
+
<li>
|
|
2074
|
+
|
|
2075
|
+
<span class="param-type">object</span>
|
|
2176
2076
|
|
|
2177
2077
|
|
|
2078
|
+
</li>
|
|
2079
|
+
</ul>
|
|
2080
|
+
|
|
2178
2081
|
|
|
2179
2082
|
|
|
2180
2083
|
|
|
2181
2084
|
|
|
2182
|
-
|
|
2183
|
-
|
|
2085
|
+
<h5>Parameters:</h5>
|
|
2086
|
+
|
|
2184
2087
|
|
|
2185
2088
|
<table class="params">
|
|
2186
|
-
|
|
2089
|
+
<thead>
|
|
2187
2090
|
<tr>
|
|
2188
|
-
|
|
2091
|
+
|
|
2189
2092
|
<th>Name</th>
|
|
2190
|
-
|
|
2093
|
+
|
|
2191
2094
|
|
|
2192
|
-
|
|
2095
|
+
<th>Type</th>
|
|
2193
2096
|
|
|
2194
|
-
|
|
2097
|
+
|
|
2195
2098
|
|
|
2196
|
-
|
|
2099
|
+
|
|
2197
2100
|
|
|
2198
|
-
|
|
2101
|
+
<th class="last">Description</th>
|
|
2199
2102
|
</tr>
|
|
2200
|
-
|
|
2103
|
+
</thead>
|
|
2201
2104
|
|
|
2202
|
-
|
|
2105
|
+
<tbody>
|
|
2203
2106
|
|
|
2204
|
-
<tr>
|
|
2205
|
-
|
|
2206
|
-
<td class="name"><code>color</code></td>
|
|
2207
|
-
|
|
2208
2107
|
|
|
2209
|
-
<
|
|
2210
|
-
|
|
2108
|
+
<tr>
|
|
2109
|
+
|
|
2110
|
+
<td class="name"><code>color</code></td>
|
|
2211
2111
|
|
|
2212
|
-
<span class="param-type">
|
|
2213
|
-
<a href="global.html#Color">Color</a>
|
|
2214
|
-
</span>
|
|
2215
2112
|
|
|
2216
|
-
|
|
2113
|
+
<td class="type">
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
<span class="param-type"><a href="global.html#Color">Color</a></span>
|
|
2217
2117
|
|
|
2218
2118
|
|
|
2219
|
-
|
|
2220
|
-
|
|
2119
|
+
|
|
2120
|
+
</td>
|
|
2221
2121
|
|
|
2222
|
-
|
|
2122
|
+
|
|
2223
2123
|
|
|
2224
|
-
|
|
2124
|
+
|
|
2225
2125
|
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
</td>
|
|
2230
|
-
</tr>
|
|
2126
|
+
<td class="description last"></td>
|
|
2127
|
+
</tr>
|
|
2231
2128
|
|
|
2232
2129
|
|
|
2233
|
-
|
|
2130
|
+
</tbody>
|
|
2234
2131
|
</table>
|
|
2235
2132
|
|
|
2236
2133
|
|
|
2237
2134
|
|
|
2238
2135
|
|
|
2239
2136
|
|
|
2137
|
+
|
|
2240
2138
|
<dl class="details">
|
|
2241
2139
|
|
|
2242
|
-
|
|
2140
|
+
|
|
2243
2141
|
|
|
2244
|
-
|
|
2142
|
+
|
|
2245
2143
|
|
|
2246
|
-
|
|
2144
|
+
|
|
2247
2145
|
|
|
2248
|
-
|
|
2146
|
+
|
|
2249
2147
|
|
|
2250
|
-
|
|
2148
|
+
|
|
2251
2149
|
|
|
2252
|
-
|
|
2150
|
+
|
|
2253
2151
|
|
|
2254
|
-
|
|
2152
|
+
|
|
2255
2153
|
|
|
2256
|
-
|
|
2154
|
+
|
|
2257
2155
|
|
|
2258
|
-
|
|
2156
|
+
|
|
2259
2157
|
|
|
2260
|
-
|
|
2158
|
+
|
|
2261
2159
|
|
|
2262
|
-
|
|
2160
|
+
|
|
2263
2161
|
|
|
2264
|
-
|
|
2162
|
+
|
|
2265
2163
|
|
|
2266
|
-
|
|
2164
|
+
|
|
2267
2165
|
<dt class="tag-source">Source:</dt>
|
|
2268
|
-
<dd class="tag-source">
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
</li>
|
|
2273
|
-
</ul>
|
|
2274
|
-
</dd>
|
|
2275
|
-
|
|
2166
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2167
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line44">line 44</a>
|
|
2168
|
+
</li></ul></dd>
|
|
2169
|
+
|
|
2276
2170
|
|
|
2277
|
-
|
|
2171
|
+
|
|
2278
2172
|
|
|
2279
|
-
|
|
2173
|
+
|
|
2280
2174
|
|
|
2281
|
-
|
|
2175
|
+
|
|
2282
2176
|
</dl>
|
|
2283
2177
|
|
|
2284
2178
|
|
|
@@ -2294,167 +2188,168 @@
|
|
|
2294
2188
|
|
|
2295
2189
|
|
|
2296
2190
|
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
2191
|
|
|
2300
2192
|
|
|
2301
|
-
|
|
2302
2193
|
|
|
2303
|
-
<span class='name-container'>
|
|
2304
|
-
<a class="link-icon" href="#event:colorAndDistance">
|
|
2305
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2306
|
-
<use xlink:href="#linkIcon"></use>
|
|
2307
|
-
</svg>
|
|
2308
|
-
</a>
|
|
2309
|
-
<h4 class="name" id="event:colorAndDistance">
|
|
2310
|
-
<span class="type-signature"></span>colorAndDistance<span class="type-signature"> :object</span>
|
|
2311
|
-
</h4>
|
|
2312
|
-
</span>
|
|
2313
2194
|
|
|
2314
|
-
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
<h4 class="name" id="event:colorAndDistance">colorAndDistance</h4>
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2315
2207
|
|
|
2316
2208
|
|
|
2317
2209
|
|
|
2318
|
-
|
|
2210
|
+
<div class="description">
|
|
2319
2211
|
<p>A combined color and distance event, emits when the sensor is activated.</p>
|
|
2320
|
-
|
|
2212
|
+
</div>
|
|
2321
2213
|
|
|
2322
2214
|
|
|
2323
2215
|
|
|
2324
2216
|
|
|
2325
2217
|
|
|
2218
|
+
<h5>Type:</h5>
|
|
2219
|
+
<ul>
|
|
2220
|
+
<li>
|
|
2221
|
+
|
|
2222
|
+
<span class="param-type">object</span>
|
|
2326
2223
|
|
|
2327
2224
|
|
|
2328
|
-
|
|
2329
|
-
|
|
2225
|
+
</li>
|
|
2226
|
+
</ul>
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
<h5>Parameters:</h5>
|
|
2233
|
+
|
|
2330
2234
|
|
|
2331
2235
|
<table class="params">
|
|
2332
|
-
|
|
2236
|
+
<thead>
|
|
2333
2237
|
<tr>
|
|
2334
|
-
|
|
2238
|
+
|
|
2335
2239
|
<th>Name</th>
|
|
2336
|
-
|
|
2240
|
+
|
|
2337
2241
|
|
|
2338
|
-
|
|
2242
|
+
<th>Type</th>
|
|
2339
2243
|
|
|
2340
|
-
|
|
2244
|
+
|
|
2341
2245
|
|
|
2342
|
-
|
|
2246
|
+
|
|
2343
2247
|
|
|
2344
|
-
|
|
2248
|
+
<th class="last">Description</th>
|
|
2345
2249
|
</tr>
|
|
2346
|
-
|
|
2250
|
+
</thead>
|
|
2347
2251
|
|
|
2348
|
-
|
|
2252
|
+
<tbody>
|
|
2349
2253
|
|
|
2350
|
-
<tr>
|
|
2351
|
-
|
|
2352
|
-
<td class="name"><code>color</code></td>
|
|
2353
|
-
|
|
2354
2254
|
|
|
2355
|
-
<
|
|
2356
|
-
|
|
2255
|
+
<tr>
|
|
2256
|
+
|
|
2257
|
+
<td class="name"><code>color</code></td>
|
|
2357
2258
|
|
|
2358
|
-
<span class="param-type">
|
|
2359
|
-
<a href="global.html#Color">Color</a>
|
|
2360
|
-
</span>
|
|
2361
2259
|
|
|
2362
|
-
|
|
2260
|
+
<td class="type">
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
<span class="param-type"><a href="global.html#Color">Color</a></span>
|
|
2363
2264
|
|
|
2364
2265
|
|
|
2365
|
-
|
|
2366
|
-
|
|
2266
|
+
|
|
2267
|
+
</td>
|
|
2367
2268
|
|
|
2368
|
-
|
|
2269
|
+
|
|
2369
2270
|
|
|
2370
|
-
|
|
2271
|
+
|
|
2371
2272
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
</td>
|
|
2376
|
-
</tr>
|
|
2273
|
+
<td class="description last"></td>
|
|
2274
|
+
</tr>
|
|
2377
2275
|
|
|
2378
2276
|
|
|
2379
|
-
<tr>
|
|
2380
|
-
|
|
2381
|
-
<td class="name"><code>distance</code></td>
|
|
2382
|
-
|
|
2383
2277
|
|
|
2384
|
-
<
|
|
2385
|
-
|
|
2278
|
+
<tr>
|
|
2279
|
+
|
|
2280
|
+
<td class="name"><code>distance</code></td>
|
|
2386
2281
|
|
|
2387
|
-
<span class="param-type">
|
|
2388
|
-
number
|
|
2389
|
-
</span>
|
|
2390
2282
|
|
|
2391
|
-
|
|
2283
|
+
<td class="type">
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
<span class="param-type">number</span>
|
|
2392
2287
|
|
|
2393
2288
|
|
|
2394
|
-
|
|
2395
|
-
|
|
2289
|
+
|
|
2290
|
+
</td>
|
|
2396
2291
|
|
|
2397
|
-
|
|
2292
|
+
|
|
2398
2293
|
|
|
2399
|
-
|
|
2294
|
+
|
|
2400
2295
|
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
</td>
|
|
2405
|
-
</tr>
|
|
2296
|
+
<td class="description last"><p>Distance, in millimeters.</p></td>
|
|
2297
|
+
</tr>
|
|
2406
2298
|
|
|
2407
2299
|
|
|
2408
|
-
|
|
2300
|
+
</tbody>
|
|
2409
2301
|
</table>
|
|
2410
2302
|
|
|
2411
2303
|
|
|
2412
2304
|
|
|
2413
2305
|
|
|
2414
2306
|
|
|
2307
|
+
|
|
2415
2308
|
<dl class="details">
|
|
2416
2309
|
|
|
2417
|
-
|
|
2310
|
+
|
|
2418
2311
|
|
|
2419
|
-
|
|
2312
|
+
|
|
2420
2313
|
|
|
2421
|
-
|
|
2314
|
+
|
|
2422
2315
|
|
|
2423
|
-
|
|
2316
|
+
|
|
2424
2317
|
|
|
2425
|
-
|
|
2318
|
+
|
|
2426
2319
|
|
|
2427
|
-
|
|
2320
|
+
|
|
2428
2321
|
|
|
2429
|
-
|
|
2322
|
+
|
|
2430
2323
|
|
|
2431
|
-
|
|
2324
|
+
|
|
2432
2325
|
|
|
2433
|
-
|
|
2326
|
+
|
|
2434
2327
|
|
|
2435
|
-
|
|
2328
|
+
|
|
2436
2329
|
|
|
2437
|
-
|
|
2330
|
+
|
|
2438
2331
|
|
|
2439
|
-
|
|
2332
|
+
|
|
2440
2333
|
|
|
2441
|
-
|
|
2334
|
+
|
|
2442
2335
|
<dt class="tag-source">Source:</dt>
|
|
2443
|
-
<dd class="tag-source">
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2336
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2337
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line145">line 145</a>
|
|
2338
|
+
</li></ul></dd>
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
</dl>
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2451
2350
|
|
|
2452
|
-
|
|
2453
2351
|
|
|
2454
|
-
|
|
2455
2352
|
|
|
2456
|
-
|
|
2457
|
-
</dl>
|
|
2458
2353
|
|
|
2459
2354
|
|
|
2460
2355
|
|
|
@@ -2469,137 +2364,132 @@
|
|
|
2469
2364
|
|
|
2470
2365
|
|
|
2471
2366
|
|
|
2472
|
-
|
|
2473
2367
|
|
|
2368
|
+
|
|
2474
2369
|
|
|
2370
|
+
|
|
2475
2371
|
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
<a class="link-icon" href="#event:distance">
|
|
2480
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2481
|
-
<use xlink:href="#linkIcon"></use>
|
|
2482
|
-
</svg>
|
|
2483
|
-
</a>
|
|
2484
|
-
<h4 class="name" id="event:distance">
|
|
2485
|
-
<span class="type-signature"></span>distance<span class="type-signature"> :object</span>
|
|
2486
|
-
</h4>
|
|
2487
|
-
</span>
|
|
2372
|
+
|
|
2373
|
+
<h4 class="name" id="event:distance">distance</h4>
|
|
2374
|
+
|
|
2488
2375
|
|
|
2489
|
-
|
|
2376
|
+
|
|
2490
2377
|
|
|
2491
2378
|
|
|
2492
2379
|
|
|
2493
|
-
|
|
2380
|
+
<div class="description">
|
|
2494
2381
|
<p>Emits when a distance sensor is activated.</p>
|
|
2495
|
-
|
|
2382
|
+
</div>
|
|
2383
|
+
|
|
2496
2384
|
|
|
2497
2385
|
|
|
2498
2386
|
|
|
2499
2387
|
|
|
2388
|
+
<h5>Type:</h5>
|
|
2389
|
+
<ul>
|
|
2390
|
+
<li>
|
|
2391
|
+
|
|
2392
|
+
<span class="param-type">object</span>
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
</li>
|
|
2396
|
+
</ul>
|
|
2397
|
+
|
|
2398
|
+
|
|
2500
2399
|
|
|
2501
2400
|
|
|
2502
2401
|
|
|
2503
|
-
|
|
2504
|
-
|
|
2402
|
+
<h5>Parameters:</h5>
|
|
2403
|
+
|
|
2505
2404
|
|
|
2506
2405
|
<table class="params">
|
|
2507
|
-
|
|
2406
|
+
<thead>
|
|
2508
2407
|
<tr>
|
|
2509
|
-
|
|
2408
|
+
|
|
2510
2409
|
<th>Name</th>
|
|
2511
|
-
|
|
2410
|
+
|
|
2512
2411
|
|
|
2513
|
-
|
|
2412
|
+
<th>Type</th>
|
|
2514
2413
|
|
|
2515
|
-
|
|
2414
|
+
|
|
2516
2415
|
|
|
2517
|
-
|
|
2416
|
+
|
|
2518
2417
|
|
|
2519
|
-
|
|
2418
|
+
<th class="last">Description</th>
|
|
2520
2419
|
</tr>
|
|
2521
|
-
|
|
2420
|
+
</thead>
|
|
2522
2421
|
|
|
2523
|
-
|
|
2422
|
+
<tbody>
|
|
2524
2423
|
|
|
2525
|
-
<tr>
|
|
2526
|
-
|
|
2527
|
-
<td class="name"><code>distance</code></td>
|
|
2528
|
-
|
|
2529
2424
|
|
|
2530
|
-
<
|
|
2531
|
-
|
|
2425
|
+
<tr>
|
|
2426
|
+
|
|
2427
|
+
<td class="name"><code>distance</code></td>
|
|
2532
2428
|
|
|
2533
|
-
<span class="param-type">
|
|
2534
|
-
number
|
|
2535
|
-
</span>
|
|
2536
2429
|
|
|
2537
|
-
|
|
2430
|
+
<td class="type">
|
|
2431
|
+
|
|
2432
|
+
|
|
2433
|
+
<span class="param-type">number</span>
|
|
2538
2434
|
|
|
2539
2435
|
|
|
2540
|
-
|
|
2541
|
-
|
|
2436
|
+
|
|
2437
|
+
</td>
|
|
2542
2438
|
|
|
2543
|
-
|
|
2439
|
+
|
|
2544
2440
|
|
|
2545
|
-
|
|
2441
|
+
|
|
2546
2442
|
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
</td>
|
|
2551
|
-
</tr>
|
|
2443
|
+
<td class="description last"><p>Distance, in millimeters.</p></td>
|
|
2444
|
+
</tr>
|
|
2552
2445
|
|
|
2553
2446
|
|
|
2554
|
-
|
|
2447
|
+
</tbody>
|
|
2555
2448
|
</table>
|
|
2556
2449
|
|
|
2557
2450
|
|
|
2558
2451
|
|
|
2559
2452
|
|
|
2560
2453
|
|
|
2454
|
+
|
|
2561
2455
|
<dl class="details">
|
|
2562
2456
|
|
|
2563
|
-
|
|
2457
|
+
|
|
2564
2458
|
|
|
2565
|
-
|
|
2459
|
+
|
|
2566
2460
|
|
|
2567
|
-
|
|
2461
|
+
|
|
2568
2462
|
|
|
2569
|
-
|
|
2463
|
+
|
|
2570
2464
|
|
|
2571
|
-
|
|
2465
|
+
|
|
2572
2466
|
|
|
2573
|
-
|
|
2467
|
+
|
|
2574
2468
|
|
|
2575
|
-
|
|
2469
|
+
|
|
2576
2470
|
|
|
2577
|
-
|
|
2471
|
+
|
|
2578
2472
|
|
|
2579
|
-
|
|
2473
|
+
|
|
2580
2474
|
|
|
2581
|
-
|
|
2475
|
+
|
|
2582
2476
|
|
|
2583
|
-
|
|
2477
|
+
|
|
2584
2478
|
|
|
2585
|
-
|
|
2479
|
+
|
|
2586
2480
|
|
|
2587
|
-
|
|
2481
|
+
|
|
2588
2482
|
<dt class="tag-source">Source:</dt>
|
|
2589
|
-
<dd class="tag-source">
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
</li>
|
|
2594
|
-
</ul>
|
|
2595
|
-
</dd>
|
|
2596
|
-
|
|
2483
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2484
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line62">line 62</a>
|
|
2485
|
+
</li></ul></dd>
|
|
2486
|
+
|
|
2597
2487
|
|
|
2598
|
-
|
|
2488
|
+
|
|
2599
2489
|
|
|
2600
|
-
|
|
2490
|
+
|
|
2601
2491
|
|
|
2602
|
-
|
|
2492
|
+
|
|
2603
2493
|
</dl>
|
|
2604
2494
|
|
|
2605
2495
|
|
|
@@ -2615,137 +2505,138 @@
|
|
|
2615
2505
|
|
|
2616
2506
|
|
|
2617
2507
|
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
2508
|
|
|
2621
2509
|
|
|
2622
|
-
|
|
2623
2510
|
|
|
2624
|
-
<span class='name-container'>
|
|
2625
|
-
<a class="link-icon" href="#event:distanceCount">
|
|
2626
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2627
|
-
<use xlink:href="#linkIcon"></use>
|
|
2628
|
-
</svg>
|
|
2629
|
-
</a>
|
|
2630
|
-
<h4 class="name" id="event:distanceCount">
|
|
2631
|
-
<span class="type-signature"></span>distanceCount<span class="type-signature"> :object</span>
|
|
2632
|
-
</h4>
|
|
2633
|
-
</span>
|
|
2634
2511
|
|
|
2635
|
-
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
<h4 class="name" id="event:distanceCount">distanceCount</h4>
|
|
2521
|
+
|
|
2522
|
+
|
|
2523
|
+
|
|
2636
2524
|
|
|
2637
2525
|
|
|
2638
2526
|
|
|
2639
|
-
|
|
2527
|
+
<div class="description">
|
|
2640
2528
|
<p>Emits when distance is reduced to less than 10 centimeters.</p>
|
|
2641
|
-
|
|
2529
|
+
</div>
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
|
|
2535
|
+
<h5>Type:</h5>
|
|
2536
|
+
<ul>
|
|
2537
|
+
<li>
|
|
2538
|
+
|
|
2539
|
+
<span class="param-type">object</span>
|
|
2642
2540
|
|
|
2643
2541
|
|
|
2542
|
+
</li>
|
|
2543
|
+
</ul>
|
|
2644
2544
|
|
|
2645
2545
|
|
|
2646
2546
|
|
|
2647
2547
|
|
|
2648
2548
|
|
|
2649
|
-
|
|
2650
|
-
|
|
2549
|
+
<h5>Parameters:</h5>
|
|
2550
|
+
|
|
2651
2551
|
|
|
2652
2552
|
<table class="params">
|
|
2653
|
-
|
|
2553
|
+
<thead>
|
|
2654
2554
|
<tr>
|
|
2655
|
-
|
|
2555
|
+
|
|
2656
2556
|
<th>Name</th>
|
|
2657
|
-
|
|
2557
|
+
|
|
2658
2558
|
|
|
2659
|
-
|
|
2559
|
+
<th>Type</th>
|
|
2660
2560
|
|
|
2661
|
-
|
|
2561
|
+
|
|
2662
2562
|
|
|
2663
|
-
|
|
2563
|
+
|
|
2664
2564
|
|
|
2665
|
-
|
|
2565
|
+
<th class="last">Description</th>
|
|
2666
2566
|
</tr>
|
|
2667
|
-
|
|
2567
|
+
</thead>
|
|
2668
2568
|
|
|
2669
|
-
|
|
2569
|
+
<tbody>
|
|
2670
2570
|
|
|
2671
|
-
<tr>
|
|
2672
|
-
|
|
2673
|
-
<td class="name"><code>number</code></td>
|
|
2674
|
-
|
|
2675
2571
|
|
|
2676
|
-
<
|
|
2677
|
-
|
|
2572
|
+
<tr>
|
|
2573
|
+
|
|
2574
|
+
<td class="name"><code>number</code></td>
|
|
2678
2575
|
|
|
2679
|
-
<span class="param-type">
|
|
2680
|
-
number
|
|
2681
|
-
</span>
|
|
2682
2576
|
|
|
2683
|
-
|
|
2577
|
+
<td class="type">
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
<span class="param-type">number</span>
|
|
2684
2581
|
|
|
2685
2582
|
|
|
2686
|
-
|
|
2687
|
-
|
|
2583
|
+
|
|
2584
|
+
</td>
|
|
2688
2585
|
|
|
2689
|
-
|
|
2586
|
+
|
|
2690
2587
|
|
|
2691
|
-
|
|
2588
|
+
|
|
2692
2589
|
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
</td>
|
|
2697
|
-
</tr>
|
|
2590
|
+
<td class="description last"><p>of distance events.</p></td>
|
|
2591
|
+
</tr>
|
|
2698
2592
|
|
|
2699
2593
|
|
|
2700
|
-
|
|
2594
|
+
</tbody>
|
|
2701
2595
|
</table>
|
|
2702
2596
|
|
|
2703
2597
|
|
|
2704
2598
|
|
|
2705
2599
|
|
|
2706
2600
|
|
|
2601
|
+
|
|
2707
2602
|
<dl class="details">
|
|
2708
2603
|
|
|
2709
|
-
|
|
2604
|
+
|
|
2710
2605
|
|
|
2711
|
-
|
|
2606
|
+
|
|
2712
2607
|
|
|
2713
|
-
|
|
2608
|
+
|
|
2714
2609
|
|
|
2715
|
-
|
|
2610
|
+
|
|
2716
2611
|
|
|
2717
|
-
|
|
2612
|
+
|
|
2718
2613
|
|
|
2719
|
-
|
|
2614
|
+
|
|
2720
2615
|
|
|
2721
|
-
|
|
2616
|
+
|
|
2722
2617
|
|
|
2723
|
-
|
|
2618
|
+
|
|
2724
2619
|
|
|
2725
|
-
|
|
2620
|
+
|
|
2726
2621
|
|
|
2727
|
-
|
|
2622
|
+
|
|
2728
2623
|
|
|
2729
|
-
|
|
2624
|
+
|
|
2730
2625
|
|
|
2731
|
-
|
|
2626
|
+
|
|
2732
2627
|
|
|
2733
|
-
|
|
2628
|
+
|
|
2734
2629
|
<dt class="tag-source">Source:</dt>
|
|
2735
|
-
<dd class="tag-source">
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
</li>
|
|
2740
|
-
</ul>
|
|
2741
|
-
</dd>
|
|
2742
|
-
|
|
2630
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2631
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line80">line 80</a>
|
|
2632
|
+
</li></ul></dd>
|
|
2633
|
+
|
|
2743
2634
|
|
|
2744
|
-
|
|
2635
|
+
|
|
2745
2636
|
|
|
2746
|
-
|
|
2637
|
+
|
|
2747
2638
|
|
|
2748
|
-
|
|
2639
|
+
|
|
2749
2640
|
</dl>
|
|
2750
2641
|
|
|
2751
2642
|
|
|
@@ -2761,137 +2652,138 @@
|
|
|
2761
2652
|
|
|
2762
2653
|
|
|
2763
2654
|
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
2655
|
|
|
2767
2656
|
|
|
2768
|
-
|
|
2769
2657
|
|
|
2770
|
-
<span class='name-container'>
|
|
2771
|
-
<a class="link-icon" href="#event:reflect">
|
|
2772
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2773
|
-
<use xlink:href="#linkIcon"></use>
|
|
2774
|
-
</svg>
|
|
2775
|
-
</a>
|
|
2776
|
-
<h4 class="name" id="event:reflect">
|
|
2777
|
-
<span class="type-signature"></span>reflect<span class="type-signature"> :object</span>
|
|
2778
|
-
</h4>
|
|
2779
|
-
</span>
|
|
2780
2658
|
|
|
2781
|
-
|
|
2782
2659
|
|
|
2783
2660
|
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
|
|
2667
|
+
<h4 class="name" id="event:reflect">reflect</h4>
|
|
2668
|
+
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
|
|
2784
2672
|
|
|
2785
|
-
|
|
2673
|
+
|
|
2674
|
+
<div class="description">
|
|
2786
2675
|
<p>Event measuring reflection change, emits when the sensor is activated.</p>
|
|
2787
|
-
|
|
2676
|
+
</div>
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
<h5>Type:</h5>
|
|
2683
|
+
<ul>
|
|
2684
|
+
<li>
|
|
2685
|
+
|
|
2686
|
+
<span class="param-type">object</span>
|
|
2788
2687
|
|
|
2789
2688
|
|
|
2689
|
+
</li>
|
|
2690
|
+
</ul>
|
|
2790
2691
|
|
|
2791
2692
|
|
|
2792
2693
|
|
|
2793
2694
|
|
|
2794
2695
|
|
|
2795
|
-
|
|
2796
|
-
|
|
2696
|
+
<h5>Parameters:</h5>
|
|
2697
|
+
|
|
2797
2698
|
|
|
2798
2699
|
<table class="params">
|
|
2799
|
-
|
|
2700
|
+
<thead>
|
|
2800
2701
|
<tr>
|
|
2801
|
-
|
|
2702
|
+
|
|
2802
2703
|
<th>Name</th>
|
|
2803
|
-
|
|
2704
|
+
|
|
2804
2705
|
|
|
2805
|
-
|
|
2706
|
+
<th>Type</th>
|
|
2806
2707
|
|
|
2807
|
-
|
|
2708
|
+
|
|
2808
2709
|
|
|
2809
|
-
|
|
2710
|
+
|
|
2810
2711
|
|
|
2811
|
-
|
|
2712
|
+
<th class="last">Description</th>
|
|
2812
2713
|
</tr>
|
|
2813
|
-
|
|
2714
|
+
</thead>
|
|
2814
2715
|
|
|
2815
|
-
|
|
2716
|
+
<tbody>
|
|
2816
2717
|
|
|
2817
|
-
<tr>
|
|
2818
|
-
|
|
2819
|
-
<td class="name"><code>percentage</code></td>
|
|
2820
|
-
|
|
2821
2718
|
|
|
2822
|
-
<
|
|
2823
|
-
|
|
2719
|
+
<tr>
|
|
2720
|
+
|
|
2721
|
+
<td class="name"><code>percentage</code></td>
|
|
2824
2722
|
|
|
2825
|
-
<span class="param-type">
|
|
2826
|
-
number
|
|
2827
|
-
</span>
|
|
2828
2723
|
|
|
2829
|
-
|
|
2724
|
+
<td class="type">
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
<span class="param-type">number</span>
|
|
2830
2728
|
|
|
2831
2729
|
|
|
2832
|
-
|
|
2833
|
-
|
|
2730
|
+
|
|
2731
|
+
</td>
|
|
2834
2732
|
|
|
2835
|
-
|
|
2733
|
+
|
|
2836
2734
|
|
|
2837
|
-
|
|
2735
|
+
|
|
2838
2736
|
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
</td>
|
|
2843
|
-
</tr>
|
|
2737
|
+
<td class="description last"><p>from 0 to 100.</p></td>
|
|
2738
|
+
</tr>
|
|
2844
2739
|
|
|
2845
2740
|
|
|
2846
|
-
|
|
2741
|
+
</tbody>
|
|
2847
2742
|
</table>
|
|
2848
2743
|
|
|
2849
2744
|
|
|
2850
2745
|
|
|
2851
2746
|
|
|
2852
2747
|
|
|
2748
|
+
|
|
2853
2749
|
<dl class="details">
|
|
2854
2750
|
|
|
2855
|
-
|
|
2751
|
+
|
|
2856
2752
|
|
|
2857
|
-
|
|
2753
|
+
|
|
2858
2754
|
|
|
2859
|
-
|
|
2755
|
+
|
|
2860
2756
|
|
|
2861
|
-
|
|
2757
|
+
|
|
2862
2758
|
|
|
2863
|
-
|
|
2759
|
+
|
|
2864
2760
|
|
|
2865
|
-
|
|
2761
|
+
|
|
2866
2762
|
|
|
2867
|
-
|
|
2763
|
+
|
|
2868
2764
|
|
|
2869
|
-
|
|
2765
|
+
|
|
2870
2766
|
|
|
2871
|
-
|
|
2767
|
+
|
|
2872
2768
|
|
|
2873
|
-
|
|
2769
|
+
|
|
2874
2770
|
|
|
2875
|
-
|
|
2771
|
+
|
|
2876
2772
|
|
|
2877
|
-
|
|
2773
|
+
|
|
2878
2774
|
|
|
2879
|
-
|
|
2775
|
+
|
|
2880
2776
|
<dt class="tag-source">Source:</dt>
|
|
2881
|
-
<dd class="tag-source">
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
</li>
|
|
2886
|
-
</ul>
|
|
2887
|
-
</dd>
|
|
2888
|
-
|
|
2777
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2778
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line93">line 93</a>
|
|
2779
|
+
</li></ul></dd>
|
|
2780
|
+
|
|
2889
2781
|
|
|
2890
|
-
|
|
2782
|
+
|
|
2891
2783
|
|
|
2892
|
-
|
|
2784
|
+
|
|
2893
2785
|
|
|
2894
|
-
|
|
2786
|
+
|
|
2895
2787
|
</dl>
|
|
2896
2788
|
|
|
2897
2789
|
|
|
@@ -2907,195 +2799,184 @@
|
|
|
2907
2799
|
|
|
2908
2800
|
|
|
2909
2801
|
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
2802
|
|
|
2913
2803
|
|
|
2914
|
-
|
|
2915
2804
|
|
|
2916
|
-
<span class='name-container'>
|
|
2917
|
-
<a class="link-icon" href="#event:rgbIntensity">
|
|
2918
|
-
<svg height="20" width="20" style="fill: black;">
|
|
2919
|
-
<use xlink:href="#linkIcon"></use>
|
|
2920
|
-
</svg>
|
|
2921
|
-
</a>
|
|
2922
|
-
<h4 class="name" id="event:rgbIntensity">
|
|
2923
|
-
<span class="type-signature"></span>rgbIntensity<span class="type-signature"> :object</span>
|
|
2924
|
-
</h4>
|
|
2925
|
-
</span>
|
|
2926
2805
|
|
|
2927
|
-
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
<h4 class="name" id="event:rgbIntensity">rgbIntensity</h4>
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
|
|
2928
2818
|
|
|
2929
2819
|
|
|
2930
2820
|
|
|
2931
|
-
|
|
2821
|
+
<div class="description">
|
|
2932
2822
|
<p>Emits when a color sensor is activated.</p>
|
|
2933
|
-
|
|
2823
|
+
</div>
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
|
|
2934
2827
|
|
|
2935
2828
|
|
|
2829
|
+
<h5>Type:</h5>
|
|
2830
|
+
<ul>
|
|
2831
|
+
<li>
|
|
2832
|
+
|
|
2833
|
+
<span class="param-type">object</span>
|
|
2834
|
+
|
|
2936
2835
|
|
|
2836
|
+
</li>
|
|
2837
|
+
</ul>
|
|
2937
2838
|
|
|
2938
2839
|
|
|
2939
2840
|
|
|
2940
2841
|
|
|
2941
|
-
|
|
2942
|
-
|
|
2842
|
+
|
|
2843
|
+
<h5>Parameters:</h5>
|
|
2844
|
+
|
|
2943
2845
|
|
|
2944
2846
|
<table class="params">
|
|
2945
|
-
|
|
2847
|
+
<thead>
|
|
2946
2848
|
<tr>
|
|
2947
|
-
|
|
2849
|
+
|
|
2948
2850
|
<th>Name</th>
|
|
2949
|
-
|
|
2851
|
+
|
|
2950
2852
|
|
|
2951
|
-
|
|
2853
|
+
<th>Type</th>
|
|
2952
2854
|
|
|
2953
|
-
|
|
2855
|
+
|
|
2954
2856
|
|
|
2955
|
-
|
|
2857
|
+
|
|
2956
2858
|
|
|
2957
|
-
|
|
2859
|
+
<th class="last">Description</th>
|
|
2958
2860
|
</tr>
|
|
2959
|
-
|
|
2861
|
+
</thead>
|
|
2960
2862
|
|
|
2961
|
-
|
|
2863
|
+
<tbody>
|
|
2962
2864
|
|
|
2963
|
-
<tr>
|
|
2964
|
-
|
|
2965
|
-
<td class="name"><code>red</code></td>
|
|
2966
|
-
|
|
2967
2865
|
|
|
2968
|
-
<
|
|
2969
|
-
|
|
2866
|
+
<tr>
|
|
2867
|
+
|
|
2868
|
+
<td class="name"><code>red</code></td>
|
|
2970
2869
|
|
|
2971
|
-
<span class="param-type">
|
|
2972
|
-
number
|
|
2973
|
-
</span>
|
|
2974
2870
|
|
|
2975
|
-
|
|
2871
|
+
<td class="type">
|
|
2872
|
+
|
|
2873
|
+
|
|
2874
|
+
<span class="param-type">number</span>
|
|
2976
2875
|
|
|
2977
2876
|
|
|
2978
|
-
|
|
2979
|
-
|
|
2877
|
+
|
|
2878
|
+
</td>
|
|
2980
2879
|
|
|
2981
|
-
|
|
2880
|
+
|
|
2982
2881
|
|
|
2983
|
-
|
|
2882
|
+
|
|
2984
2883
|
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
</td>
|
|
2989
|
-
</tr>
|
|
2884
|
+
<td class="description last"></td>
|
|
2885
|
+
</tr>
|
|
2990
2886
|
|
|
2991
2887
|
|
|
2992
|
-
<tr>
|
|
2993
|
-
|
|
2994
|
-
<td class="name"><code>green</code></td>
|
|
2995
|
-
|
|
2996
2888
|
|
|
2997
|
-
<
|
|
2998
|
-
|
|
2889
|
+
<tr>
|
|
2890
|
+
|
|
2891
|
+
<td class="name"><code>green</code></td>
|
|
2999
2892
|
|
|
3000
|
-
<span class="param-type">
|
|
3001
|
-
number
|
|
3002
|
-
</span>
|
|
3003
2893
|
|
|
3004
|
-
|
|
2894
|
+
<td class="type">
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
<span class="param-type">number</span>
|
|
3005
2898
|
|
|
3006
2899
|
|
|
3007
|
-
|
|
3008
|
-
|
|
2900
|
+
|
|
2901
|
+
</td>
|
|
3009
2902
|
|
|
3010
|
-
|
|
2903
|
+
|
|
3011
2904
|
|
|
3012
|
-
|
|
2905
|
+
|
|
3013
2906
|
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
</td>
|
|
3018
|
-
</tr>
|
|
2907
|
+
<td class="description last"></td>
|
|
2908
|
+
</tr>
|
|
3019
2909
|
|
|
3020
2910
|
|
|
3021
|
-
<tr>
|
|
3022
|
-
|
|
3023
|
-
<td class="name"><code>blue</code></td>
|
|
3024
|
-
|
|
3025
2911
|
|
|
3026
|
-
<
|
|
3027
|
-
|
|
2912
|
+
<tr>
|
|
2913
|
+
|
|
2914
|
+
<td class="name"><code>blue</code></td>
|
|
3028
2915
|
|
|
3029
|
-
<span class="param-type">
|
|
3030
|
-
number
|
|
3031
|
-
</span>
|
|
3032
2916
|
|
|
3033
|
-
|
|
2917
|
+
<td class="type">
|
|
2918
|
+
|
|
2919
|
+
|
|
2920
|
+
<span class="param-type">number</span>
|
|
3034
2921
|
|
|
3035
2922
|
|
|
3036
|
-
|
|
3037
|
-
|
|
2923
|
+
|
|
2924
|
+
</td>
|
|
3038
2925
|
|
|
3039
|
-
|
|
2926
|
+
|
|
3040
2927
|
|
|
3041
|
-
|
|
2928
|
+
|
|
3042
2929
|
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
</td>
|
|
3047
|
-
</tr>
|
|
2930
|
+
<td class="description last"></td>
|
|
2931
|
+
</tr>
|
|
3048
2932
|
|
|
3049
2933
|
|
|
3050
|
-
|
|
2934
|
+
</tbody>
|
|
3051
2935
|
</table>
|
|
3052
2936
|
|
|
3053
2937
|
|
|
3054
2938
|
|
|
3055
2939
|
|
|
3056
2940
|
|
|
2941
|
+
|
|
3057
2942
|
<dl class="details">
|
|
3058
2943
|
|
|
3059
|
-
|
|
2944
|
+
|
|
3060
2945
|
|
|
3061
|
-
|
|
2946
|
+
|
|
3062
2947
|
|
|
3063
|
-
|
|
2948
|
+
|
|
3064
2949
|
|
|
3065
|
-
|
|
2950
|
+
|
|
3066
2951
|
|
|
3067
|
-
|
|
2952
|
+
|
|
3068
2953
|
|
|
3069
|
-
|
|
2954
|
+
|
|
3070
2955
|
|
|
3071
|
-
|
|
2956
|
+
|
|
3072
2957
|
|
|
3073
|
-
|
|
2958
|
+
|
|
3074
2959
|
|
|
3075
|
-
|
|
2960
|
+
|
|
3076
2961
|
|
|
3077
|
-
|
|
2962
|
+
|
|
3078
2963
|
|
|
3079
|
-
|
|
2964
|
+
|
|
3080
2965
|
|
|
3081
|
-
|
|
2966
|
+
|
|
3082
2967
|
|
|
3083
|
-
|
|
2968
|
+
|
|
3084
2969
|
<dt class="tag-source">Source:</dt>
|
|
3085
|
-
<dd class="tag-source">
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
</li>
|
|
3090
|
-
</ul>
|
|
3091
|
-
</dd>
|
|
3092
|
-
|
|
2970
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
2971
|
+
<a href="devices_colordistancesensor.js.html">devices/colordistancesensor.js</a>, <a href="devices_colordistancesensor.js.html#line125">line 125</a>
|
|
2972
|
+
</li></ul></dd>
|
|
2973
|
+
|
|
3093
2974
|
|
|
3094
|
-
|
|
2975
|
+
|
|
3095
2976
|
|
|
3096
|
-
|
|
2977
|
+
|
|
3097
2978
|
|
|
3098
|
-
|
|
2979
|
+
|
|
3099
2980
|
</dl>
|
|
3100
2981
|
|
|
3101
2982
|
|
|
@@ -3111,26 +2992,34 @@
|
|
|
3111
2992
|
|
|
3112
2993
|
|
|
3113
2994
|
|
|
3114
|
-
|
|
2995
|
+
|
|
2996
|
+
|
|
2997
|
+
|
|
2998
|
+
|
|
2999
|
+
|
|
3000
|
+
|
|
3001
|
+
|
|
3115
3002
|
|
|
3116
|
-
|
|
3117
|
-
</section>
|
|
3003
|
+
</article>
|
|
3118
3004
|
|
|
3005
|
+
</section>
|
|
3119
3006
|
|
|
3120
3007
|
|
|
3121
3008
|
|
|
3122
|
-
</div>
|
|
3123
3009
|
|
|
3124
|
-
|
|
3010
|
+
</div>
|
|
3125
3011
|
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3012
|
+
<nav>
|
|
3013
|
+
<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>
|
|
3014
|
+
</nav>
|
|
3129
3015
|
|
|
3130
|
-
|
|
3131
|
-
<script src="scripts/pagelocation.js"></script>
|
|
3016
|
+
<br class="clear">
|
|
3132
3017
|
|
|
3133
|
-
|
|
3018
|
+
<footer>
|
|
3019
|
+
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)
|
|
3020
|
+
</footer>
|
|
3134
3021
|
|
|
3022
|
+
<script> prettyPrint(); </script>
|
|
3023
|
+
<script src="scripts/linenumber.js"> </script>
|
|
3135
3024
|
</body>
|
|
3136
3025
|
</html>
|