node-poweredup 9.0.0 → 10.1.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/README.md +6 -12
- package/dist/browser/poweredup.js +6193 -3
- package/dist/browser/poweredup.js.map +7 -1
- package/dist/{node/color.d.ts → color.d.ts} +1 -0
- package/dist/color.d.ts.map +1 -0
- package/dist/color.js +15 -0
- package/dist/color.js.map +1 -0
- package/dist/{node/consts.d.ts → consts.d.ts} +57 -16
- package/dist/consts.d.ts.map +1 -0
- package/dist/{node/consts.js → consts.js} +115 -76
- package/dist/consts.js.map +1 -0
- package/dist/{node/devices → devices}/absolutemotor.d.ts +12 -13
- package/dist/devices/absolutemotor.d.ts.map +1 -0
- package/dist/devices/absolutemotor.js +108 -0
- package/dist/devices/absolutemotor.js.map +1 -0
- package/dist/devices/basicmotor.d.ts +38 -0
- package/dist/devices/basicmotor.d.ts.map +1 -0
- package/dist/devices/basicmotor.js +51 -0
- package/dist/devices/basicmotor.js.map +1 -0
- package/dist/{node/devices → devices}/colordistancesensor.d.ts +20 -25
- package/dist/devices/colordistancesensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/colordistancesensor.js +40 -79
- package/dist/devices/colordistancesensor.js.map +1 -0
- package/dist/{node/devices → devices}/currentsensor.d.ts +3 -3
- package/dist/devices/currentsensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/currentsensor.js +7 -34
- package/dist/devices/currentsensor.js.map +1 -0
- package/dist/{node/devices → devices}/device.d.ts +18 -11
- package/dist/devices/device.d.ts.map +1 -0
- package/dist/devices/device.js +350 -0
- package/dist/devices/device.js.map +1 -0
- package/dist/{node/devices → devices}/duplotrainbasecolorsensor.d.ts +3 -3
- package/dist/devices/duplotrainbasecolorsensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/duplotrainbasecolorsensor.js +9 -36
- package/dist/devices/duplotrainbasecolorsensor.js.map +1 -0
- package/dist/{node/devices → devices}/duplotrainbasemotor.d.ts +3 -2
- package/dist/devices/duplotrainbasemotor.d.ts.map +1 -0
- package/dist/devices/duplotrainbasemotor.js +12 -0
- package/dist/devices/duplotrainbasemotor.js.map +1 -0
- package/dist/devices/duplotrainbasespeaker.d.ts +27 -0
- package/dist/devices/duplotrainbasespeaker.d.ts.map +1 -0
- package/dist/devices/duplotrainbasespeaker.js +35 -0
- package/dist/devices/duplotrainbasespeaker.js.map +1 -0
- package/dist/{node/devices → devices}/duplotrainbasespeedometer.d.ts +3 -3
- package/dist/devices/duplotrainbasespeedometer.d.ts.map +1 -0
- package/dist/devices/duplotrainbasespeedometer.js +34 -0
- package/dist/devices/duplotrainbasespeedometer.js.map +1 -0
- package/dist/devices/hubled.d.ts +29 -0
- package/dist/devices/hubled.d.ts.map +1 -0
- package/dist/devices/hubled.js +58 -0
- package/dist/devices/hubled.js.map +1 -0
- package/dist/{node/devices → devices}/light.d.ts +10 -8
- package/dist/devices/light.d.ts.map +1 -0
- package/dist/devices/light.js +38 -0
- package/dist/devices/light.js.map +1 -0
- package/dist/{node/devices → devices}/marioaccelerometer.d.ts +3 -3
- package/dist/devices/marioaccelerometer.d.ts.map +1 -0
- package/dist/devices/marioaccelerometer.js +50 -0
- package/dist/devices/marioaccelerometer.js.map +1 -0
- package/dist/{node/devices → devices}/mariobarcodesensor.d.ts +3 -3
- package/dist/devices/mariobarcodesensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/mariobarcodesensor.js +7 -34
- package/dist/devices/mariobarcodesensor.js.map +1 -0
- package/dist/{node/devices → devices}/mariopantssensor.d.ts +3 -3
- package/dist/devices/mariopantssensor.d.ts.map +1 -0
- package/dist/devices/mariopantssensor.js +34 -0
- package/dist/devices/mariopantssensor.js.map +1 -0
- package/dist/{node/devices → devices}/mediumlinearmotor.d.ts +3 -2
- package/dist/devices/mediumlinearmotor.d.ts.map +1 -0
- package/dist/devices/mediumlinearmotor.js +12 -0
- package/dist/devices/mediumlinearmotor.js.map +1 -0
- package/dist/{node/devices → devices}/motionsensor.d.ts +3 -3
- package/dist/devices/motionsensor.d.ts.map +1 -0
- package/dist/devices/motionsensor.js +38 -0
- package/dist/devices/motionsensor.js.map +1 -0
- package/dist/{node/devices → devices}/movehubmediumlinearmotor.d.ts +3 -2
- package/dist/devices/movehubmediumlinearmotor.d.ts.map +1 -0
- package/dist/devices/movehubmediumlinearmotor.js +12 -0
- package/dist/devices/movehubmediumlinearmotor.js.map +1 -0
- package/dist/{node/devices → devices}/movehubtiltsensor.d.ts +3 -3
- package/dist/devices/movehubtiltsensor.d.ts.map +1 -0
- package/dist/devices/movehubtiltsensor.js +36 -0
- package/dist/devices/movehubtiltsensor.js.map +1 -0
- package/dist/devices/piezobuzzer.d.ts +18 -0
- package/dist/devices/piezobuzzer.d.ts.map +1 -0
- package/dist/devices/piezobuzzer.js +27 -0
- package/dist/devices/piezobuzzer.js.map +1 -0
- package/dist/{node/devices → devices}/remotecontrolbutton.d.ts +3 -3
- package/dist/devices/remotecontrolbutton.d.ts.map +1 -0
- package/dist/devices/remotecontrolbutton.js +40 -0
- package/dist/devices/remotecontrolbutton.js.map +1 -0
- package/dist/{node/devices → devices}/simplemediumlinearmotor.d.ts +3 -2
- package/dist/devices/simplemediumlinearmotor.d.ts.map +1 -0
- package/dist/devices/simplemediumlinearmotor.js +12 -0
- package/dist/devices/simplemediumlinearmotor.js.map +1 -0
- package/dist/{node/devices → devices}/tachomotor.d.ts +19 -19
- package/dist/devices/tachomotor.d.ts.map +1 -0
- package/dist/devices/tachomotor.js +155 -0
- package/dist/devices/tachomotor.js.map +1 -0
- package/dist/{node/devices → devices}/technic3x3colorlightmatrix.d.ts +6 -5
- package/dist/devices/technic3x3colorlightmatrix.d.ts.map +1 -0
- package/dist/devices/technic3x3colorlightmatrix.js +50 -0
- package/dist/devices/technic3x3colorlightmatrix.js.map +1 -0
- package/dist/{node/devices → devices}/techniccolorsensor.d.ts +12 -8
- package/dist/devices/techniccolorsensor.d.ts.map +1 -0
- package/dist/devices/techniccolorsensor.js +162 -0
- package/dist/devices/techniccolorsensor.js.map +1 -0
- package/dist/{node/devices → devices}/technicdistancesensor.d.ts +4 -5
- package/dist/devices/technicdistancesensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/technicdistancesensor.js +8 -36
- package/dist/devices/technicdistancesensor.js.map +1 -0
- package/dist/{node/devices → devices}/technicforcesensor.d.ts +3 -3
- package/dist/devices/technicforcesensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/technicforcesensor.js +7 -34
- package/dist/devices/technicforcesensor.js.map +1 -0
- package/dist/{node/devices → devices}/techniclargeangularmotor.d.ts +4 -3
- package/dist/devices/techniclargeangularmotor.d.ts.map +1 -0
- package/dist/devices/techniclargeangularmotor.js +12 -0
- package/dist/devices/techniclargeangularmotor.js.map +1 -0
- package/dist/{node/devices → devices}/techniclargelinearmotor.d.ts +3 -2
- package/dist/devices/techniclargelinearmotor.d.ts.map +1 -0
- package/dist/devices/techniclargelinearmotor.js +12 -0
- package/dist/devices/techniclargelinearmotor.js.map +1 -0
- package/dist/{node/devices → devices}/technicmediumangularmotor.d.ts +4 -3
- package/dist/devices/technicmediumangularmotor.d.ts.map +1 -0
- package/dist/devices/technicmediumangularmotor.js +12 -0
- package/dist/devices/technicmediumangularmotor.js.map +1 -0
- package/dist/{node/devices → devices}/technicmediumhubaccelerometersensor.d.ts +3 -3
- package/dist/devices/technicmediumhubaccelerometersensor.d.ts.map +1 -0
- package/dist/devices/technicmediumhubaccelerometersensor.js +38 -0
- package/dist/devices/technicmediumhubaccelerometersensor.js.map +1 -0
- package/dist/{node/devices → devices}/technicmediumhubgyrosensor.d.ts +3 -3
- package/dist/devices/technicmediumhubgyrosensor.d.ts.map +1 -0
- package/dist/devices/technicmediumhubgyrosensor.js +38 -0
- package/dist/devices/technicmediumhubgyrosensor.js.map +1 -0
- package/dist/devices/technicmediumhubtiltsensor.d.ts +39 -0
- package/dist/devices/technicmediumhubtiltsensor.d.ts.map +1 -0
- package/dist/devices/technicmediumhubtiltsensor.js +94 -0
- package/dist/devices/technicmediumhubtiltsensor.js.map +1 -0
- package/dist/{node/devices → devices}/technicsmallangularmotor.d.ts +4 -3
- package/dist/devices/technicsmallangularmotor.d.ts.map +1 -0
- package/dist/devices/technicsmallangularmotor.js +12 -0
- package/dist/devices/technicsmallangularmotor.js.map +1 -0
- package/dist/{node/devices → devices}/technicxlargelinearmotor.d.ts +3 -2
- package/dist/devices/technicxlargelinearmotor.d.ts.map +1 -0
- package/dist/devices/technicxlargelinearmotor.js +12 -0
- package/dist/devices/technicxlargelinearmotor.js.map +1 -0
- package/dist/{node/devices → devices}/tiltsensor.d.ts +7 -4
- package/dist/devices/tiltsensor.d.ts.map +1 -0
- package/dist/devices/tiltsensor.js +117 -0
- package/dist/devices/tiltsensor.js.map +1 -0
- package/dist/{node/devices → devices}/trainmotor.d.ts +3 -2
- package/dist/devices/trainmotor.d.ts.map +1 -0
- package/dist/devices/trainmotor.js +12 -0
- package/dist/devices/trainmotor.js.map +1 -0
- package/dist/{node/devices → devices}/voltagesensor.d.ts +3 -3
- package/dist/devices/voltagesensor.d.ts.map +1 -0
- package/dist/{node/devices → devices}/voltagesensor.js +7 -34
- package/dist/devices/voltagesensor.js.map +1 -0
- package/dist/{node/hubs → hubs}/basehub.d.ts +5 -14
- package/dist/hubs/basehub.d.ts.map +1 -0
- package/dist/{node/hubs → hubs}/basehub.js +91 -110
- package/dist/hubs/basehub.js.map +1 -0
- package/dist/{node/hubs → hubs}/duplotrainbase.d.ts +4 -4
- package/dist/hubs/duplotrainbase.d.ts.map +1 -0
- package/dist/hubs/duplotrainbase.js +35 -0
- package/dist/hubs/duplotrainbase.js.map +1 -0
- package/dist/{node/hubs → hubs}/hub.d.ts +4 -4
- package/dist/hubs/hub.d.ts.map +1 -0
- package/dist/hubs/hub.js +44 -0
- package/dist/hubs/hub.js.map +1 -0
- package/dist/{node/hubs → hubs}/lpf2hub.d.ts +3 -5
- package/dist/hubs/lpf2hub.d.ts.map +1 -0
- package/dist/{node/hubs → hubs}/lpf2hub.js +28 -47
- package/dist/hubs/lpf2hub.js.map +1 -0
- package/dist/{node/hubs → hubs}/mario.d.ts +4 -4
- package/dist/hubs/mario.d.ts.map +1 -0
- package/dist/hubs/mario.js +31 -0
- package/dist/hubs/mario.js.map +1 -0
- package/dist/{node/hubs → hubs}/movehub.d.ts +4 -4
- package/dist/hubs/movehub.d.ts.map +1 -0
- package/dist/hubs/movehub.js +46 -0
- package/dist/hubs/movehub.js.map +1 -0
- package/dist/{node/hubs → hubs}/remotecontrol.d.ts +4 -4
- package/dist/hubs/remotecontrol.d.ts.map +1 -0
- package/dist/hubs/remotecontrol.js +37 -0
- package/dist/hubs/remotecontrol.js.map +1 -0
- package/dist/{node/hubs → hubs}/technicmediumhub.d.ts +4 -4
- package/dist/hubs/technicmediumhub.d.ts.map +1 -0
- package/dist/hubs/technicmediumhub.js +42 -0
- package/dist/hubs/technicmediumhub.js.map +1 -0
- package/dist/{node/hubs → hubs}/technicsmallhub.d.ts +4 -4
- package/dist/hubs/technicsmallhub.d.ts.map +1 -0
- package/dist/hubs/technicsmallhub.js +41 -0
- package/dist/hubs/technicsmallhub.js.map +1 -0
- package/dist/{node/hubs → hubs}/wedo2smarthub.d.ts +4 -7
- package/dist/hubs/wedo2smarthub.d.ts.map +1 -0
- package/dist/{node/hubs → hubs}/wedo2smarthub.js +10 -39
- package/dist/hubs/wedo2smarthub.js.map +1 -0
- package/dist/index-browser.d.ts +2 -0
- package/dist/index-browser.d.ts.map +1 -0
- package/dist/index-browser.js +96 -0
- package/dist/index-browser.js.map +1 -0
- package/dist/index-node.d.ts +50 -0
- package/dist/index-node.d.ts.map +1 -0
- package/dist/{node/index-node.d.ts → index-node.js} +48 -46
- package/dist/index-node.js.map +1 -0
- package/dist/{node/interfaces.d.ts → interfaces.d.ts} +3 -4
- package/dist/interfaces.d.ts.map +1 -0
- package/dist/interfaces.js +2 -0
- package/dist/{node/interfaces.js.map → interfaces.js.map} +1 -1
- package/dist/{node/nobleabstraction.d.ts → nobleabstraction.d.ts} +3 -4
- package/dist/nobleabstraction.d.ts.map +1 -0
- package/dist/{node/nobleabstraction.js → nobleabstraction.js} +5 -9
- package/dist/nobleabstraction.js.map +1 -0
- package/dist/portoutputcommand.d.ts +13 -0
- package/dist/portoutputcommand.d.ts.map +1 -0
- package/dist/portoutputcommand.js +30 -0
- package/dist/portoutputcommand.js.map +1 -0
- package/dist/portoutputsleep.d.ts +6 -0
- package/dist/portoutputsleep.d.ts.map +1 -0
- package/dist/portoutputsleep.js +10 -0
- package/dist/portoutputsleep.js.map +1 -0
- package/dist/{node/poweredup-browser.d.ts → poweredup-browser.d.ts} +2 -8
- package/dist/poweredup-browser.d.ts.map +1 -0
- package/dist/{node/poweredup-browser.js → poweredup-browser.js} +23 -55
- package/dist/poweredup-browser.js.map +1 -0
- package/dist/{node/poweredup-node.d.ts → poweredup-node.d.ts} +3 -10
- package/dist/poweredup-node.d.ts.map +1 -0
- package/dist/{node/poweredup-node.js → poweredup-node.js} +32 -66
- package/dist/poweredup-node.js.map +1 -0
- package/dist/{node/utils.d.ts → utils.d.ts} +2 -4
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +84 -0
- package/dist/utils.js.map +1 -0
- package/dist/{node/webbleabstraction.d.ts → webbleabstraction.d.ts} +3 -4
- package/dist/webbleabstraction.d.ts.map +1 -0
- package/dist/{node/webbleabstraction.js → webbleabstraction.js} +3 -7
- package/dist/webbleabstraction.js.map +1 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/highlight.css +99 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +60 -0
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1633 -0
- package/docs/classes/AbsoluteMotor.html +242 -0
- package/docs/classes/BaseHub.html +220 -0
- package/docs/classes/BasicMotor.html +201 -0
- package/docs/classes/Color.html +3 -0
- package/docs/classes/ColorDistanceSensor.html +214 -0
- package/docs/classes/CurrentSensor.html +185 -0
- package/docs/classes/Device.html +185 -0
- package/docs/classes/DuploTrainBase.html +233 -0
- package/docs/classes/DuploTrainBaseColorSensor.html +185 -0
- package/docs/classes/DuploTrainBaseMotor.html +201 -0
- package/docs/classes/DuploTrainBaseSpeaker.html +191 -0
- package/docs/classes/DuploTrainBaseSpeedometer.html +185 -0
- package/docs/classes/Hub.html +233 -0
- package/docs/classes/HubLED.html +191 -0
- package/docs/classes/Light.html +195 -0
- package/docs/classes/Mario.html +233 -0
- package/docs/classes/MediumLinearMotor.html +229 -0
- package/docs/classes/MotionSensor.html +185 -0
- package/docs/classes/MoveHub.html +233 -0
- package/docs/classes/MoveHubMediumLinearMotor.html +229 -0
- package/docs/classes/MoveHubTiltSensor.html +185 -0
- package/docs/classes/PiezoBuzzer.html +189 -0
- package/docs/classes/PoweredUP.html +180 -0
- package/docs/classes/RemoteControl.html +233 -0
- package/docs/classes/RemoteControlButton.html +185 -0
- package/docs/classes/SimpleMediumLinearMotor.html +201 -0
- package/docs/classes/TachoMotor.html +229 -0
- package/docs/classes/Technic3x3ColorLightMatrix.html +189 -0
- package/docs/classes/TechnicColorSensor.html +191 -0
- package/docs/classes/TechnicDistanceSensor.html +192 -0
- package/docs/classes/TechnicForceSensor.html +185 -0
- package/docs/classes/TechnicLargeAngularMotor.html +242 -0
- package/docs/classes/TechnicLargeLinearMotor.html +242 -0
- package/docs/classes/TechnicMediumAngularMotor.html +242 -0
- package/docs/classes/TechnicMediumHub.html +233 -0
- package/docs/classes/TechnicMediumHubAccelerometerSensor.html +185 -0
- package/docs/classes/TechnicMediumHubGyroSensor.html +185 -0
- package/docs/classes/TechnicMediumHubTiltSensor.html +197 -0
- package/docs/classes/TechnicSmallAngularMotor.html +242 -0
- package/docs/classes/TechnicXLargeLinearMotor.html +242 -0
- package/docs/classes/TiltSensor.html +185 -0
- package/docs/classes/TrainMotor.html +201 -0
- package/docs/classes/VoltageSensor.html +185 -0
- package/docs/classes/WeDo2SmartHub.html +229 -0
- package/docs/enums/ActionType.html +22 -0
- package/docs/enums/AlertOperation.html +10 -0
- package/docs/enums/AlertPayload.html +6 -0
- package/docs/enums/AlertType.html +10 -0
- package/docs/enums/BLECharacteristic.html +15 -0
- package/docs/enums/BLEManufacturerData.html +8 -0
- package/docs/enums/BLEService.html +7 -0
- package/docs/enums/BrakingStyle.html +7 -0
- package/docs/enums/ButtonState.html +11 -0
- package/docs/enums/Consts.Color.html +25 -0
- package/docs/enums/DeviceType.html +79 -0
- package/docs/enums/DuploTrainBaseSound.html +11 -0
- package/docs/enums/ErrorCode.html +18 -0
- package/docs/enums/Event.html +8 -0
- package/docs/enums/HWNetWorkCommandType.html +28 -0
- package/docs/enums/HWNetworkFamily.html +20 -0
- package/docs/enums/HWNetworkSubFamily.html +16 -0
- package/docs/enums/HubPropertyOperation.html +14 -0
- package/docs/enums/HubPropertyPayload.html +32 -0
- package/docs/enums/HubPropertyReference.html +32 -0
- package/docs/enums/HubType.html +19 -0
- package/docs/enums/IOTypeID.html +30 -0
- package/docs/enums/MarioColor.html +17 -0
- package/docs/enums/MarioPantsType.html +13 -0
- package/docs/enums/MessageType.html +48 -0
- package/docs/enums/ModeInformationType.html +22 -0
- package/docs/enums/PortInputFormatSetupSubCommand.html +14 -0
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +18 -120
- package/docs/modules/Consts.html +1 -0
- package/docs/modules.html +1 -0
- package/docs/variables/ColorNames.html +1 -0
- package/docs/variables/DeviceTypeNames.html +1 -0
- package/docs/variables/HubTypeNames.html +1 -0
- package/docs/variables/isWebBluetooth.html +1 -0
- package/package.json +19 -25
- package/src/color.ts +1 -1
- package/src/consts.ts +60 -16
- package/src/devices/absolutemotor.ts +28 -38
- package/src/devices/basicmotor.ts +20 -30
- package/src/devices/colordistancesensor.ts +31 -43
- package/src/devices/currentsensor.ts +3 -3
- package/src/devices/device.ts +200 -22
- package/src/devices/duplotrainbasecolorsensor.ts +4 -4
- package/src/devices/duplotrainbasemotor.ts +3 -3
- package/src/devices/duplotrainbasespeaker.ts +8 -13
- package/src/devices/duplotrainbasespeedometer.ts +3 -3
- package/src/devices/hubled.ts +25 -27
- package/src/devices/light.ts +15 -24
- package/src/devices/marioaccelerometer.ts +3 -3
- package/src/devices/mariobarcodesensor.ts +3 -3
- package/src/devices/mariopantssensor.ts +3 -3
- package/src/devices/mediumlinearmotor.ts +3 -3
- package/src/devices/motionsensor.ts +3 -3
- package/src/devices/movehubmediumlinearmotor.ts +3 -3
- package/src/devices/movehubtiltsensor.ts +3 -3
- package/src/devices/piezobuzzer.ts +6 -7
- package/src/devices/remotecontrolbutton.ts +3 -3
- package/src/devices/simplemediumlinearmotor.ts +3 -3
- package/src/devices/tachomotor.ts +52 -64
- package/src/devices/technic3x3colorlightmatrix.ts +24 -28
- package/src/devices/techniccolorsensor.ts +106 -15
- package/src/devices/technicdistancesensor.ts +4 -5
- package/src/devices/technicforcesensor.ts +3 -3
- package/src/devices/techniclargeangularmotor.ts +3 -3
- package/src/devices/techniclargelinearmotor.ts +3 -3
- package/src/devices/technicmediumangularmotor.ts +3 -3
- package/src/devices/technicmediumhubaccelerometersensor.ts +3 -3
- package/src/devices/technicmediumhubgyrosensor.ts +3 -3
- package/src/devices/technicmediumhubtiltsensor.ts +15 -27
- package/src/devices/technicsmallangularmotor.ts +3 -3
- package/src/devices/technicxlargelinearmotor.ts +3 -3
- package/src/devices/tiltsensor.ts +88 -8
- package/src/devices/trainmotor.ts +3 -3
- package/src/devices/voltagesensor.ts +3 -3
- package/src/hubs/basehub.ts +60 -51
- package/src/hubs/duplotrainbase.ts +5 -5
- package/src/hubs/hub.ts +5 -5
- package/src/hubs/lpf2hub.ts +16 -12
- package/src/hubs/mario.ts +5 -5
- package/src/hubs/movehub.ts +5 -5
- package/src/hubs/remotecontrol.ts +5 -5
- package/src/hubs/technicmediumhub.ts +5 -5
- package/src/hubs/technicsmallhub.ts +5 -5
- package/src/hubs/wedo2smarthub.ts +7 -9
- package/src/index-browser.ts +46 -46
- package/src/index-node.ts +47 -46
- package/src/interfaces.ts +2 -2
- package/src/nobleabstraction.ts +10 -10
- package/src/portoutputcommand.ts +37 -0
- package/src/portoutputsleep.ts +11 -0
- package/src/poweredup-browser.ts +15 -19
- package/src/poweredup-node.ts +15 -22
- package/src/utils.ts +15 -20
- package/src/webbleabstraction.ts +3 -3
- package/tsconfig.tsbuildinfo +1 -0
- package/typedoc.json +14 -0
- package/webpack.config.cjs +35 -0
- package/.jsdoc.json +0 -40
- package/abandonware-noble.d.ts +0 -129
- package/dist/browser/poweredup.js.LICENSE.txt +0 -8
- package/dist/node/color.js +0 -42
- package/dist/node/color.js.map +0 -1
- package/dist/node/consts.js.map +0 -1
- package/dist/node/devices/absolutemotor.js +0 -145
- package/dist/node/devices/absolutemotor.js.map +0 -1
- package/dist/node/devices/basicmotor.d.ts +0 -40
- package/dist/node/devices/basicmotor.js +0 -88
- package/dist/node/devices/basicmotor.js.map +0 -1
- package/dist/node/devices/colordistancesensor.js.map +0 -1
- package/dist/node/devices/currentsensor.js.map +0 -1
- package/dist/node/devices/device.js +0 -189
- package/dist/node/devices/device.js.map +0 -1
- package/dist/node/devices/duplotrainbasecolorsensor.js.map +0 -1
- package/dist/node/devices/duplotrainbasemotor.js +0 -39
- package/dist/node/devices/duplotrainbasemotor.js.map +0 -1
- package/dist/node/devices/duplotrainbasespeaker.d.ts +0 -28
- package/dist/node/devices/duplotrainbasespeaker.js +0 -67
- package/dist/node/devices/duplotrainbasespeaker.js.map +0 -1
- package/dist/node/devices/duplotrainbasespeedometer.js +0 -61
- package/dist/node/devices/duplotrainbasespeedometer.js.map +0 -1
- package/dist/node/devices/hubled.d.ts +0 -29
- package/dist/node/devices/hubled.js +0 -87
- package/dist/node/devices/hubled.js.map +0 -1
- package/dist/node/devices/light.js +0 -73
- package/dist/node/devices/light.js.map +0 -1
- package/dist/node/devices/marioaccelerometer.js +0 -77
- package/dist/node/devices/marioaccelerometer.js.map +0 -1
- package/dist/node/devices/mariobarcodesensor.js.map +0 -1
- package/dist/node/devices/mariopantssensor.js +0 -61
- package/dist/node/devices/mariopantssensor.js.map +0 -1
- package/dist/node/devices/mediumlinearmotor.js +0 -39
- package/dist/node/devices/mediumlinearmotor.js.map +0 -1
- package/dist/node/devices/motionsensor.js +0 -65
- package/dist/node/devices/motionsensor.js.map +0 -1
- package/dist/node/devices/movehubmediumlinearmotor.js +0 -39
- package/dist/node/devices/movehubmediumlinearmotor.js.map +0 -1
- package/dist/node/devices/movehubtiltsensor.js +0 -63
- package/dist/node/devices/movehubtiltsensor.js.map +0 -1
- package/dist/node/devices/piezobuzzer.d.ts +0 -17
- package/dist/node/devices/piezobuzzer.js +0 -55
- package/dist/node/devices/piezobuzzer.js.map +0 -1
- package/dist/node/devices/remotecontrolbutton.js +0 -67
- package/dist/node/devices/remotecontrolbutton.js.map +0 -1
- package/dist/node/devices/simplemediumlinearmotor.js +0 -39
- package/dist/node/devices/simplemediumlinearmotor.js.map +0 -1
- package/dist/node/devices/tachomotor.js +0 -194
- package/dist/node/devices/tachomotor.js.map +0 -1
- package/dist/node/devices/technic3x3colorlightmatrix.js +0 -81
- package/dist/node/devices/technic3x3colorlightmatrix.js.map +0 -1
- package/dist/node/devices/techniccolorsensor.js +0 -99
- package/dist/node/devices/techniccolorsensor.js.map +0 -1
- package/dist/node/devices/technicdistancesensor.js.map +0 -1
- package/dist/node/devices/technicforcesensor.js.map +0 -1
- package/dist/node/devices/techniclargeangularmotor.js +0 -39
- package/dist/node/devices/techniclargeangularmotor.js.map +0 -1
- package/dist/node/devices/techniclargelinearmotor.js +0 -39
- package/dist/node/devices/techniclargelinearmotor.js.map +0 -1
- package/dist/node/devices/technicmediumangularmotor.js +0 -39
- package/dist/node/devices/technicmediumangularmotor.js.map +0 -1
- package/dist/node/devices/technicmediumhubaccelerometersensor.js +0 -65
- package/dist/node/devices/technicmediumhubaccelerometersensor.js.map +0 -1
- package/dist/node/devices/technicmediumhubgyrosensor.js +0 -65
- package/dist/node/devices/technicmediumhubgyrosensor.js.map +0 -1
- package/dist/node/devices/technicmediumhubtiltsensor.d.ts +0 -41
- package/dist/node/devices/technicmediumhubtiltsensor.js +0 -133
- package/dist/node/devices/technicmediumhubtiltsensor.js.map +0 -1
- package/dist/node/devices/technicsmallangularmotor.js +0 -39
- package/dist/node/devices/technicsmallangularmotor.js.map +0 -1
- package/dist/node/devices/technicxlargelinearmotor.js +0 -39
- package/dist/node/devices/technicxlargelinearmotor.js.map +0 -1
- package/dist/node/devices/tiltsensor.js +0 -63
- package/dist/node/devices/tiltsensor.js.map +0 -1
- package/dist/node/devices/trainmotor.js +0 -39
- package/dist/node/devices/trainmotor.js.map +0 -1
- package/dist/node/devices/voltagesensor.js.map +0 -1
- package/dist/node/hubs/basehub.js.map +0 -1
- package/dist/node/hubs/duplotrainbase.js +0 -62
- package/dist/node/hubs/duplotrainbase.js.map +0 -1
- package/dist/node/hubs/hub.js +0 -71
- package/dist/node/hubs/hub.js.map +0 -1
- package/dist/node/hubs/lpf2hub.js.map +0 -1
- package/dist/node/hubs/mario.js +0 -58
- package/dist/node/hubs/mario.js.map +0 -1
- package/dist/node/hubs/movehub.js +0 -73
- package/dist/node/hubs/movehub.js.map +0 -1
- package/dist/node/hubs/remotecontrol.js +0 -64
- package/dist/node/hubs/remotecontrol.js.map +0 -1
- package/dist/node/hubs/technicmediumhub.js +0 -69
- package/dist/node/hubs/technicmediumhub.js.map +0 -1
- package/dist/node/hubs/technicsmallhub.js +0 -68
- package/dist/node/hubs/technicsmallhub.js.map +0 -1
- package/dist/node/hubs/wedo2smarthub.js.map +0 -1
- package/dist/node/index-browser.d.ts +0 -1
- package/dist/node/index-browser.js +0 -121
- package/dist/node/index-browser.js.map +0 -1
- package/dist/node/index-node.js +0 -120
- package/dist/node/index-node.js.map +0 -1
- package/dist/node/interfaces.js +0 -3
- package/dist/node/nobleabstraction.js.map +0 -1
- package/dist/node/poweredup-browser.js.map +0 -1
- package/dist/node/poweredup-node.js.map +0 -1
- package/dist/node/utils.js +0 -102
- package/dist/node/utils.js.map +0 -1
- package/dist/node/webbleabstraction.js.map +0 -1
- package/docs/AbsoluteMotor.html +0 -2008
- package/docs/BaseHub.html +0 -1391
- package/docs/BasicMotor.html +0 -1459
- package/docs/ColorDistanceSensor.html +0 -3025
- package/docs/CurrentSensor.html +0 -1022
- package/docs/Device.html +0 -841
- package/docs/DuploTrainBase.html +0 -2092
- package/docs/DuploTrainBaseColorSensor.html +0 -1509
- package/docs/DuploTrainBaseMotor.html +0 -1479
- package/docs/DuploTrainBaseSpeaker.html +0 -1193
- package/docs/DuploTraniBaseSpeedometer.html +0 -871
- package/docs/Hub.html +0 -7451
- package/docs/HubLED.html +0 -1239
- package/docs/LPF2Hub.html +0 -2066
- package/docs/Light.html +0 -1239
- package/docs/Mario.html +0 -2092
- package/docs/MarioAccelerometer.html +0 -1215
- package/docs/MarioBarcodeSensor.html +0 -1215
- package/docs/MarioPantsSensor.html +0 -1022
- package/docs/MediumLinearMotor.html +0 -1357
- package/docs/MotionSensor.html +0 -1022
- package/docs/MoveHub.html +0 -2092
- package/docs/MoveHubMediumLinearMotor.html +0 -1357
- package/docs/MoveHubTiltSensor.html +0 -1045
- package/docs/PiezoBuzzer.html +0 -1057
- package/docs/PoweredUP.html +0 -4371
- package/docs/RemoteControl.html +0 -2092
- package/docs/RemoteControlButton.html +0 -1022
- package/docs/SimpleMediumLinearMotor.html +0 -871
- package/docs/TachoMotor.html +0 -2620
- package/docs/Technic3x3ColorLightMatrix.html +0 -1037
- package/docs/TechnicColorSensor.html +0 -1525
- package/docs/TechnicDistanceSensor.html +0 -1401
- package/docs/TechnicForceSensor.html +0 -1316
- package/docs/TechnicLargeAngularMotor.html +0 -2028
- package/docs/TechnicLargeLinearMotor.html +0 -2028
- package/docs/TechnicMediumAngularMotor.html +0 -2028
- package/docs/TechnicMediumHub.html +0 -2092
- package/docs/TechnicMediumHubAccelerometerSensor.html +0 -1068
- package/docs/TechnicMediumHubGyroSensor.html +0 -1068
- package/docs/TechnicMediumHubTiltSensor.html +0 -1696
- package/docs/TechnicSmallAngularMotor.html +0 -2028
- package/docs/TechnicXLargeLinearMotor.html +0 -2028
- package/docs/TiltSensor.html +0 -1045
- package/docs/TrainMotor.html +0 -1479
- package/docs/VoltageSensor.html +0 -1022
- package/docs/WeDo2SmartHub.html +0 -1887
- package/docs/consts.js.html +0 -728
- package/docs/devices_absolutemotor.js.html +0 -195
- package/docs/devices_basicmotor.js.html +0 -138
- package/docs/devices_colordistancesensor.js.html +0 -361
- package/docs/devices_currentsensor.js.html +0 -132
- package/docs/devices_device.js.html +0 -239
- package/docs/devices_duplotrainbasecolorsensor.js.html +0 -154
- package/docs/devices_duplotrainbasemotor.js.html +0 -89
- package/docs/devices_duplotrainbasespeaker.js.html +0 -117
- package/docs/devices_duplotrainbasespeedometer.js.html +0 -111
- package/docs/devices_hubled.js.html +0 -137
- package/docs/devices_light.js.html +0 -123
- package/docs/devices_marioaccelerometer.js.html +0 -127
- package/docs/devices_mariobarcodesensor.js.html +0 -135
- package/docs/devices_mariopantssensor.js.html +0 -111
- package/docs/devices_mediumlinearmotor.js.html +0 -89
- package/docs/devices_motionsensor.js.html +0 -115
- package/docs/devices_movehubmediumlinearmotor.js.html +0 -89
- package/docs/devices_movehubtiltsensor.js.html +0 -113
- package/docs/devices_piezobuzzer.js.html +0 -105
- package/docs/devices_remotecontrolbutton.js.html +0 -117
- package/docs/devices_simplemediumlinearmotor.js.html +0 -89
- package/docs/devices_tachomotor.js.html +0 -244
- package/docs/devices_technic3x3colorlightmatrix.js.html +0 -131
- package/docs/devices_techniccolorsensor.js.html +0 -149
- package/docs/devices_technicdistancesensor.js.html +0 -135
- package/docs/devices_technicforcesensor.js.html +0 -135
- package/docs/devices_techniclargeangularmotor.js.html +0 -89
- package/docs/devices_techniclargelinearmotor.js.html +0 -89
- package/docs/devices_technicmediumangularmotor.js.html +0 -89
- package/docs/devices_technicmediumhubaccelerometersensor.js.html +0 -115
- package/docs/devices_technicmediumhubgyrosensor.js.html +0 -115
- package/docs/devices_technicmediumhubtiltsensor.js.html +0 -183
- package/docs/devices_technicsmallangularmotor.js.html +0 -89
- package/docs/devices_technicxlargelinearmotor.js.html +0 -89
- package/docs/devices_tiltsensor.js.html +0 -113
- package/docs/devices_trainmotor.js.html +0 -89
- package/docs/devices_voltagesensor.js.html +0 -136
- package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Bold-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Italic-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Light-webfont.svg +0 -1831
- package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
- package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Regular-webfont.svg +0 -1831
- package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1830
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/docs/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/docs/global.html +0 -3996
- package/docs/hubs_basehub.js.html +0 -469
- package/docs/hubs_duplotrainbase.js.html +0 -112
- package/docs/hubs_hub.js.html +0 -121
- package/docs/hubs_lpf2hub.js.html +0 -391
- package/docs/hubs_mario.js.html +0 -108
- package/docs/hubs_movehub.js.html +0 -123
- package/docs/hubs_remotecontrol.js.html +0 -114
- package/docs/hubs_technicmediumhub.js.html +0 -119
- package/docs/hubs_technicsmallhub.js.html +0 -118
- package/docs/hubs_wedo2smarthub.js.html +0 -265
- package/docs/icons/home.svg +0 -4
- package/docs/icons/search.svg +0 -4
- package/docs/poweredup-browser.js.html +0 -292
- package/docs/poweredup-node.js.html +0 -250
- package/docs/scripts/linenumber.js +0 -25
- package/docs/scripts/pagelocation.js +0 -89
- package/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/docs/scripts/prettify/lang-css.js +0 -2
- package/docs/scripts/prettify/prettify.js +0 -28
- package/docs/styles/collapse.css +0 -27
- package/docs/styles/jsdoc-default.css +0 -358
- package/docs/styles/prettify-jsdoc.css +0 -111
- package/docs/styles/prettify-tomorrow.css +0 -132
- package/noble-mac.d.ts +0 -3
package/docs/hubs_hub.js.html
DELETED
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>JSDoc: Source: hubs/hub.js</title>
|
|
6
|
-
|
|
7
|
-
<script src="scripts/prettify/prettify.js"> </script>
|
|
8
|
-
<script src="scripts/prettify/lang-css.js"> </script>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
|
|
18
|
-
<div id="main">
|
|
19
|
-
|
|
20
|
-
<h1 class="page-title">Source: hubs/hub.js</h1>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<section>
|
|
28
|
-
<article>
|
|
29
|
-
<pre class="prettyprint source linenums"><code>"use strict";
|
|
30
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31
|
-
if (k2 === undefined) k2 = k;
|
|
32
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
33
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
34
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
35
|
-
}
|
|
36
|
-
Object.defineProperty(o, k2, desc);
|
|
37
|
-
}) : (function(o, m, k, k2) {
|
|
38
|
-
if (k2 === undefined) k2 = k;
|
|
39
|
-
o[k2] = m[k];
|
|
40
|
-
}));
|
|
41
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
42
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
43
|
-
}) : function(o, v) {
|
|
44
|
-
o["default"] = v;
|
|
45
|
-
});
|
|
46
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
47
|
-
if (mod && mod.__esModule) return mod;
|
|
48
|
-
var result = {};
|
|
49
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
50
|
-
__setModuleDefault(result, mod);
|
|
51
|
-
return result;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
|
-
exports.PortMap = exports.Hub = void 0;
|
|
55
|
-
const compare_versions_1 = require("compare-versions");
|
|
56
|
-
const lpf2hub_1 = require("./lpf2hub");
|
|
57
|
-
const Consts = __importStar(require("../consts"));
|
|
58
|
-
const Debug = require("debug");
|
|
59
|
-
const debug = Debug("hub");
|
|
60
|
-
/**
|
|
61
|
-
* The Hub is emitted if the discovered device is a Hub.
|
|
62
|
-
* @class Hub
|
|
63
|
-
* @extends LPF2Hub
|
|
64
|
-
* @extends BaseHub
|
|
65
|
-
*/
|
|
66
|
-
class Hub extends lpf2hub_1.LPF2Hub {
|
|
67
|
-
static IsHub(peripheral) {
|
|
68
|
-
return (peripheral.advertisement &&
|
|
69
|
-
peripheral.advertisement.serviceUuids &&
|
|
70
|
-
peripheral.advertisement.serviceUuids.indexOf(Consts.BLEService.LPF2_HUB.replace(/-/g, "")) >= 0 &&
|
|
71
|
-
peripheral.advertisement.manufacturerData &&
|
|
72
|
-
peripheral.advertisement.manufacturerData.length > 3 &&
|
|
73
|
-
peripheral.advertisement.manufacturerData[3] === Consts.BLEManufacturerData.HUB_ID);
|
|
74
|
-
}
|
|
75
|
-
constructor(device) {
|
|
76
|
-
super(device, exports.PortMap, Consts.HubType.HUB);
|
|
77
|
-
this._currentPort = 0x3b;
|
|
78
|
-
debug("Discovered Powered UP Hub");
|
|
79
|
-
}
|
|
80
|
-
async connect() {
|
|
81
|
-
debug("Connecting to Powered UP Hub");
|
|
82
|
-
await super.connect();
|
|
83
|
-
debug("Connect completed");
|
|
84
|
-
}
|
|
85
|
-
_checkFirmware(version) {
|
|
86
|
-
if ((0, compare_versions_1.compareVersions)("1.1.00.0004", version) === 1) {
|
|
87
|
-
throw new Error(`Your Powered Up Hub's (${this.name}) firmware is out of date and unsupported by this library. Please update it via the official Powered Up app.`);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
exports.Hub = Hub;
|
|
92
|
-
exports.PortMap = {
|
|
93
|
-
"A": 0,
|
|
94
|
-
"B": 1,
|
|
95
|
-
"HUB_LED": 50,
|
|
96
|
-
"CURRENT_SENSOR": 59,
|
|
97
|
-
"VOLTAGE_SENSOR": 60
|
|
98
|
-
};
|
|
99
|
-
//# sourceMappingURL=hub.js.map</code></pre>
|
|
100
|
-
</article>
|
|
101
|
-
</section>
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
</div>
|
|
107
|
-
|
|
108
|
-
<nav>
|
|
109
|
-
<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>
|
|
110
|
-
</nav>
|
|
111
|
-
|
|
112
|
-
<br class="clear">
|
|
113
|
-
|
|
114
|
-
<footer>
|
|
115
|
-
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)
|
|
116
|
-
</footer>
|
|
117
|
-
|
|
118
|
-
<script> prettyPrint(); </script>
|
|
119
|
-
<script src="scripts/linenumber.js"> </script>
|
|
120
|
-
</body>
|
|
121
|
-
</html>
|
|
@@ -1,391 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>JSDoc: Source: hubs/lpf2hub.js</title>
|
|
6
|
-
|
|
7
|
-
<script src="scripts/prettify/prettify.js"> </script>
|
|
8
|
-
<script src="scripts/prettify/lang-css.js"> </script>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
|
|
18
|
-
<div id="main">
|
|
19
|
-
|
|
20
|
-
<h1 class="page-title">Source: hubs/lpf2hub.js</h1>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<section>
|
|
28
|
-
<article>
|
|
29
|
-
<pre class="prettyprint source linenums"><code>"use strict";
|
|
30
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31
|
-
if (k2 === undefined) k2 = k;
|
|
32
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
33
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
34
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
35
|
-
}
|
|
36
|
-
Object.defineProperty(o, k2, desc);
|
|
37
|
-
}) : (function(o, m, k, k2) {
|
|
38
|
-
if (k2 === undefined) k2 = k;
|
|
39
|
-
o[k2] = m[k];
|
|
40
|
-
}));
|
|
41
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
42
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
43
|
-
}) : function(o, v) {
|
|
44
|
-
o["default"] = v;
|
|
45
|
-
});
|
|
46
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
47
|
-
if (mod && mod.__esModule) return mod;
|
|
48
|
-
var result = {};
|
|
49
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
50
|
-
__setModuleDefault(result, mod);
|
|
51
|
-
return result;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
|
-
exports.LPF2Hub = void 0;
|
|
55
|
-
const basehub_1 = require("./basehub");
|
|
56
|
-
const Consts = __importStar(require("../consts"));
|
|
57
|
-
const utils_1 = require("../utils");
|
|
58
|
-
const Debug = require("debug");
|
|
59
|
-
const debug = Debug("lpf2hub");
|
|
60
|
-
const modeInfoDebug = Debug("lpf2hubmodeinfo");
|
|
61
|
-
/**
|
|
62
|
-
* @class LPF2Hub
|
|
63
|
-
* @extends BaseHub
|
|
64
|
-
*/
|
|
65
|
-
class LPF2Hub extends basehub_1.BaseHub {
|
|
66
|
-
constructor() {
|
|
67
|
-
super(...arguments);
|
|
68
|
-
this._messageBuffer = Buffer.alloc(0);
|
|
69
|
-
this._propertyRequestCallbacks = {};
|
|
70
|
-
}
|
|
71
|
-
async connect() {
|
|
72
|
-
debug("LPF2Hub connecting");
|
|
73
|
-
await super.connect();
|
|
74
|
-
await this._bleDevice.discoverCharacteristicsForService(Consts.BLEService.LPF2_HUB);
|
|
75
|
-
this._bleDevice.subscribeToCharacteristic(Consts.BLECharacteristic.LPF2_ALL, this._parseMessage.bind(this));
|
|
76
|
-
await this._requestHubPropertyReports(Consts.HubPropertyPayload.BUTTON_STATE);
|
|
77
|
-
await this._requestHubPropertyValue(Consts.HubPropertyPayload.FW_VERSION);
|
|
78
|
-
await this._requestHubPropertyValue(Consts.HubPropertyPayload.HW_VERSION);
|
|
79
|
-
await this._requestHubPropertyReports(Consts.HubPropertyPayload.RSSI);
|
|
80
|
-
await this._requestHubPropertyReports(Consts.HubPropertyPayload.BATTERY_VOLTAGE);
|
|
81
|
-
await this._requestHubPropertyValue(Consts.HubPropertyPayload.PRIMARY_MAC_ADDRESS);
|
|
82
|
-
this.emit("connect");
|
|
83
|
-
debug("LPF2Hub connected");
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Shutdown the Hub.
|
|
87
|
-
* @method LPF2Hub#shutdown
|
|
88
|
-
* @returns {Promise} Resolved upon successful disconnect.
|
|
89
|
-
*/
|
|
90
|
-
shutdown() {
|
|
91
|
-
return this.send(Buffer.from([0x02, 0x01]), Consts.BLECharacteristic.LPF2_ALL);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* Set the name of the Hub.
|
|
95
|
-
* @method LPF2Hub#setName
|
|
96
|
-
* @param {string} name New name of the hub (14 characters or less, ASCII only).
|
|
97
|
-
* @returns {Promise} Resolved upon successful issuance of command.
|
|
98
|
-
*/
|
|
99
|
-
async setName(name) {
|
|
100
|
-
if (name.length > 14) {
|
|
101
|
-
throw new Error("Name must be 14 characters or less");
|
|
102
|
-
}
|
|
103
|
-
let data = Buffer.from([0x01, 0x01, 0x01]);
|
|
104
|
-
data = Buffer.concat([data, Buffer.from(name, "ascii")]);
|
|
105
|
-
// Send this twice, as sometimes the first time doesn't take
|
|
106
|
-
await this.send(data, Consts.BLECharacteristic.LPF2_ALL);
|
|
107
|
-
await this.send(data, Consts.BLECharacteristic.LPF2_ALL);
|
|
108
|
-
this._name = name;
|
|
109
|
-
}
|
|
110
|
-
send(message, uuid) {
|
|
111
|
-
message = Buffer.concat([Buffer.alloc(2), message]);
|
|
112
|
-
message[0] = message.length;
|
|
113
|
-
debug("Sent Message (LPF2_ALL)", message);
|
|
114
|
-
return this._bleDevice.writeToCharacteristic(uuid, message);
|
|
115
|
-
}
|
|
116
|
-
subscribe(portId, deviceType, mode) {
|
|
117
|
-
return this.send(Buffer.from([0x41, portId, mode, 0x01, 0x00, 0x00, 0x00, 0x01]), Consts.BLECharacteristic.LPF2_ALL);
|
|
118
|
-
}
|
|
119
|
-
unsubscribe(portId, mode) {
|
|
120
|
-
return this.send(Buffer.from([0x41, portId, mode, 0x01, 0x00, 0x00, 0x00, 0x00]), Consts.BLECharacteristic.LPF2_ALL);
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Combines two ports with into a single virtual port.
|
|
124
|
-
*
|
|
125
|
-
* Note: The devices attached to the ports must be of the same device type.
|
|
126
|
-
* @method LPF2Hub#createVirtualPort
|
|
127
|
-
* @param {string} firstPortName First port name
|
|
128
|
-
* @param {string} secondPortName Second port name
|
|
129
|
-
* @returns {Promise} Resolved upon successful issuance of command.
|
|
130
|
-
*/
|
|
131
|
-
createVirtualPort(firstPortName, secondPortName) {
|
|
132
|
-
const firstDevice = this.getDeviceAtPort(firstPortName);
|
|
133
|
-
if (!firstDevice) {
|
|
134
|
-
throw new Error(`Port ${firstPortName} does not have an attached device`);
|
|
135
|
-
}
|
|
136
|
-
const secondDevice = this.getDeviceAtPort(secondPortName);
|
|
137
|
-
if (!secondDevice) {
|
|
138
|
-
throw new Error(`Port ${secondPortName} does not have an attached device`);
|
|
139
|
-
}
|
|
140
|
-
if (firstDevice.type !== secondDevice.type) {
|
|
141
|
-
throw new Error(`Both devices must be of the same type to create a virtual port`);
|
|
142
|
-
}
|
|
143
|
-
return this.send(Buffer.from([0x61, 0x01, firstDevice.portId, secondDevice.portId]), Consts.BLECharacteristic.LPF2_ALL);
|
|
144
|
-
}
|
|
145
|
-
_checkFirmware(version) {
|
|
146
|
-
return;
|
|
147
|
-
}
|
|
148
|
-
_parseMessage(data) {
|
|
149
|
-
if (data) {
|
|
150
|
-
this._messageBuffer = Buffer.concat([this._messageBuffer, data]);
|
|
151
|
-
}
|
|
152
|
-
if (this._messageBuffer.length <= 0) {
|
|
153
|
-
return;
|
|
154
|
-
}
|
|
155
|
-
const len = this._messageBuffer[0];
|
|
156
|
-
if (len <= this._messageBuffer.length) {
|
|
157
|
-
const message = this._messageBuffer.slice(0, len);
|
|
158
|
-
this._messageBuffer = this._messageBuffer.slice(len);
|
|
159
|
-
debug("Received Message (LPF2_ALL)", message);
|
|
160
|
-
switch (message[2]) {
|
|
161
|
-
case Consts.MessageType.HUB_PROPERTIES: {
|
|
162
|
-
const property = message[3];
|
|
163
|
-
const callback = this._propertyRequestCallbacks[property];
|
|
164
|
-
if (callback) {
|
|
165
|
-
callback(message);
|
|
166
|
-
}
|
|
167
|
-
else {
|
|
168
|
-
this._parseHubPropertyResponse(message);
|
|
169
|
-
}
|
|
170
|
-
delete this._propertyRequestCallbacks[property];
|
|
171
|
-
break;
|
|
172
|
-
}
|
|
173
|
-
case Consts.MessageType.HUB_ATTACHED_IO: {
|
|
174
|
-
this._parsePortMessage(message);
|
|
175
|
-
break;
|
|
176
|
-
}
|
|
177
|
-
case Consts.MessageType.PORT_INFORMATION: {
|
|
178
|
-
this._parsePortInformationResponse(message);
|
|
179
|
-
break;
|
|
180
|
-
}
|
|
181
|
-
case Consts.MessageType.PORT_MODE_INFORMATION: {
|
|
182
|
-
this._parseModeInformationResponse(message);
|
|
183
|
-
break;
|
|
184
|
-
}
|
|
185
|
-
case Consts.MessageType.PORT_VALUE_SINGLE: {
|
|
186
|
-
this._parseSensorMessage(message);
|
|
187
|
-
break;
|
|
188
|
-
}
|
|
189
|
-
case Consts.MessageType.PORT_OUTPUT_COMMAND_FEEDBACK: {
|
|
190
|
-
this._parsePortAction(message);
|
|
191
|
-
break;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
if (this._messageBuffer.length > 0) {
|
|
195
|
-
this._parseMessage();
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
_requestHubPropertyValue(property) {
|
|
200
|
-
return new Promise((resolve) => {
|
|
201
|
-
this._propertyRequestCallbacks[property] = (message) => {
|
|
202
|
-
this._parseHubPropertyResponse(message);
|
|
203
|
-
return resolve();
|
|
204
|
-
};
|
|
205
|
-
this.send(Buffer.from([0x01, property, 0x05]), Consts.BLECharacteristic.LPF2_ALL);
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
_requestHubPropertyReports(property) {
|
|
209
|
-
return this.send(Buffer.from([0x01, property, 0x02]), Consts.BLECharacteristic.LPF2_ALL);
|
|
210
|
-
}
|
|
211
|
-
_parseHubPropertyResponse(message) {
|
|
212
|
-
if (message[3] === Consts.HubPropertyPayload.BUTTON_STATE) {
|
|
213
|
-
if (message[5] === 1) {
|
|
214
|
-
/**
|
|
215
|
-
* Emits when a button is pressed.
|
|
216
|
-
* @event LPF2Hub#button
|
|
217
|
-
* @param {string} button
|
|
218
|
-
* @param {ButtonState} state
|
|
219
|
-
*/
|
|
220
|
-
this.emit("button", { event: Consts.ButtonState.PRESSED });
|
|
221
|
-
return;
|
|
222
|
-
}
|
|
223
|
-
else if (message[5] === 0) {
|
|
224
|
-
this.emit("button", { event: Consts.ButtonState.RELEASED });
|
|
225
|
-
return;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
else if (message[3] === Consts.HubPropertyPayload.FW_VERSION) {
|
|
229
|
-
this._firmwareVersion = (0, utils_1.decodeVersion)(message.readInt32LE(5));
|
|
230
|
-
this._checkFirmware(this._firmwareVersion);
|
|
231
|
-
}
|
|
232
|
-
else if (message[3] === Consts.HubPropertyPayload.HW_VERSION) {
|
|
233
|
-
this._hardwareVersion = (0, utils_1.decodeVersion)(message.readInt32LE(5));
|
|
234
|
-
}
|
|
235
|
-
else if (message[3] === Consts.HubPropertyPayload.RSSI) {
|
|
236
|
-
const rssi = message.readInt8(5);
|
|
237
|
-
if (rssi !== 0) {
|
|
238
|
-
this._rssi = rssi;
|
|
239
|
-
this.emit("rssi", { rssi: this._rssi });
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
else if (message[3] === Consts.HubPropertyPayload.PRIMARY_MAC_ADDRESS) {
|
|
243
|
-
this._primaryMACAddress = (0, utils_1.decodeMACAddress)(message.slice(5));
|
|
244
|
-
}
|
|
245
|
-
else if (message[3] === Consts.HubPropertyPayload.BATTERY_VOLTAGE) {
|
|
246
|
-
const batteryLevel = message[5];
|
|
247
|
-
if (batteryLevel !== this._batteryLevel) {
|
|
248
|
-
this._batteryLevel = batteryLevel;
|
|
249
|
-
this.emit("batteryLevel", { batteryLevel });
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
async _parsePortMessage(message) {
|
|
254
|
-
const portId = message[3];
|
|
255
|
-
const event = message[4];
|
|
256
|
-
const deviceType = event ? message.readUInt16LE(5) : 0;
|
|
257
|
-
if (event === Consts.Event.ATTACHED_IO) {
|
|
258
|
-
if (modeInfoDebug.enabled) {
|
|
259
|
-
const deviceTypeName = Consts.DeviceTypeNames[message[5]] || "Unknown";
|
|
260
|
-
modeInfoDebug(`Port ${(0, utils_1.toHex)(portId)}, type ${(0, utils_1.toHex)(deviceType, 4)} (${deviceTypeName})`);
|
|
261
|
-
const hwVersion = (0, utils_1.decodeVersion)(message.readInt32LE(7));
|
|
262
|
-
const swVersion = (0, utils_1.decodeVersion)(message.readInt32LE(11));
|
|
263
|
-
modeInfoDebug(`Port ${(0, utils_1.toHex)(portId)}, hardware version ${hwVersion}, software version ${swVersion}`);
|
|
264
|
-
await this._sendPortInformationRequest(portId);
|
|
265
|
-
}
|
|
266
|
-
const device = this._createDevice(deviceType, portId);
|
|
267
|
-
this._attachDevice(device);
|
|
268
|
-
}
|
|
269
|
-
else if (event === Consts.Event.DETACHED_IO) {
|
|
270
|
-
const device = this._getDeviceByPortId(portId);
|
|
271
|
-
if (device) {
|
|
272
|
-
this._detachDevice(device);
|
|
273
|
-
if (this.isPortVirtual(portId)) {
|
|
274
|
-
const portName = this.getPortNameForPortId(portId);
|
|
275
|
-
if (portName) {
|
|
276
|
-
delete this._portMap[portName];
|
|
277
|
-
}
|
|
278
|
-
this._virtualPorts = this._virtualPorts.filter((virtualPortId) => virtualPortId !== portId);
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
else if (event === Consts.Event.ATTACHED_VIRTUAL_IO) {
|
|
283
|
-
const firstPortName = this.getPortNameForPortId(message[7]);
|
|
284
|
-
const secondPortName = this.getPortNameForPortId(message[8]);
|
|
285
|
-
// @ts-ignore NK These should never be undefined
|
|
286
|
-
const virtualPortName = firstPortName + secondPortName;
|
|
287
|
-
const virtualPortId = message[3];
|
|
288
|
-
this._portMap[virtualPortName] = virtualPortId;
|
|
289
|
-
this._virtualPorts.push(virtualPortId);
|
|
290
|
-
const device = this._createDevice(deviceType, virtualPortId);
|
|
291
|
-
this._attachDevice(device);
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
async _sendPortInformationRequest(port) {
|
|
295
|
-
await this.send(Buffer.from([0x21, port, 0x01]), Consts.BLECharacteristic.LPF2_ALL);
|
|
296
|
-
await this.send(Buffer.from([0x21, port, 0x02]), Consts.BLECharacteristic.LPF2_ALL); // Mode combinations
|
|
297
|
-
}
|
|
298
|
-
async _parsePortInformationResponse(message) {
|
|
299
|
-
const port = message[3];
|
|
300
|
-
if (message[4] === 2) {
|
|
301
|
-
const modeCombinationMasks = [];
|
|
302
|
-
for (let i = 5; i < message.length; i += 2) {
|
|
303
|
-
modeCombinationMasks.push(message.readUInt16LE(i));
|
|
304
|
-
}
|
|
305
|
-
modeInfoDebug(`Port ${(0, utils_1.toHex)(port)}, mode combinations [${modeCombinationMasks.map((c) => (0, utils_1.toBin)(c, 0)).join(", ")}]`);
|
|
306
|
-
return;
|
|
307
|
-
}
|
|
308
|
-
const count = message[6];
|
|
309
|
-
const input = (0, utils_1.toBin)(message.readUInt16LE(7), count);
|
|
310
|
-
const output = (0, utils_1.toBin)(message.readUInt16LE(9), count);
|
|
311
|
-
modeInfoDebug(`Port ${(0, utils_1.toHex)(port)}, total modes ${count}, input modes ${input}, output modes ${output}`);
|
|
312
|
-
for (let i = 0; i < count; i++) {
|
|
313
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.NAME);
|
|
314
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.RAW);
|
|
315
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.PCT);
|
|
316
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.SI);
|
|
317
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.SYMBOL);
|
|
318
|
-
await this._sendModeInformationRequest(port, i, Consts.ModeInformationType.VALUE_FORMAT);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
_sendModeInformationRequest(port, mode, type) {
|
|
322
|
-
return this.send(Buffer.from([0x22, port, mode, type]), Consts.BLECharacteristic.LPF2_ALL);
|
|
323
|
-
}
|
|
324
|
-
_parseModeInformationResponse(message) {
|
|
325
|
-
const port = (0, utils_1.toHex)(message[3]);
|
|
326
|
-
const mode = message[4];
|
|
327
|
-
const type = message[5];
|
|
328
|
-
switch (type) {
|
|
329
|
-
case Consts.ModeInformationType.NAME:
|
|
330
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, name ${message.slice(6, message.length).toString()}`);
|
|
331
|
-
break;
|
|
332
|
-
case Consts.ModeInformationType.RAW:
|
|
333
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, RAW min ${message.readFloatLE(6)}, max ${message.readFloatLE(10)}`);
|
|
334
|
-
break;
|
|
335
|
-
case Consts.ModeInformationType.PCT:
|
|
336
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, PCT min ${message.readFloatLE(6)}, max ${message.readFloatLE(10)}`);
|
|
337
|
-
break;
|
|
338
|
-
case Consts.ModeInformationType.SI:
|
|
339
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, SI min ${message.readFloatLE(6)}, max ${message.readFloatLE(10)}`);
|
|
340
|
-
break;
|
|
341
|
-
case Consts.ModeInformationType.SYMBOL:
|
|
342
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, SI symbol ${message.slice(6, message.length).toString()}`);
|
|
343
|
-
break;
|
|
344
|
-
case Consts.ModeInformationType.VALUE_FORMAT:
|
|
345
|
-
const numValues = message[6];
|
|
346
|
-
const dataType = ["8bit", "16bit", "32bit", "float"][message[7]];
|
|
347
|
-
const totalFigures = message[8];
|
|
348
|
-
const decimals = message[9];
|
|
349
|
-
modeInfoDebug(`Port ${port}, mode ${mode}, Value ${numValues} x ${dataType}, Decimal format ${totalFigures}.${decimals}`);
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
_parsePortAction(message) {
|
|
353
|
-
for (let offset = 3; offset < message.length; offset += 2) {
|
|
354
|
-
const device = this._getDeviceByPortId(message[offset]);
|
|
355
|
-
if (device) {
|
|
356
|
-
device.finish(message[offset + 1]);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
_parseSensorMessage(message) {
|
|
361
|
-
const portId = message[3];
|
|
362
|
-
const device = this._getDeviceByPortId(portId);
|
|
363
|
-
if (device) {
|
|
364
|
-
device.receive(message);
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
exports.LPF2Hub = LPF2Hub;
|
|
369
|
-
//# sourceMappingURL=lpf2hub.js.map</code></pre>
|
|
370
|
-
</article>
|
|
371
|
-
</section>
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
</div>
|
|
377
|
-
|
|
378
|
-
<nav>
|
|
379
|
-
<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>
|
|
380
|
-
</nav>
|
|
381
|
-
|
|
382
|
-
<br class="clear">
|
|
383
|
-
|
|
384
|
-
<footer>
|
|
385
|
-
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)
|
|
386
|
-
</footer>
|
|
387
|
-
|
|
388
|
-
<script> prettyPrint(); </script>
|
|
389
|
-
<script src="scripts/linenumber.js"> </script>
|
|
390
|
-
</body>
|
|
391
|
-
</html>
|