incyclist-devices 3.0.32 → 3.0.34
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/LICENSE +0 -0
- package/README.MD +0 -0
- package/lib/cjs/antv2/base/adapter.js +0 -0
- package/lib/cjs/antv2/base/binding.js +0 -0
- package/lib/cjs/antv2/base/interface.js +0 -0
- package/lib/cjs/antv2/cad/adapter.js +0 -0
- package/lib/cjs/antv2/cad/index.js +0 -0
- package/lib/cjs/antv2/consts.js +0 -0
- package/lib/cjs/antv2/factories/adapter-factory.js +0 -0
- package/lib/cjs/antv2/factories/index.js +0 -0
- package/lib/cjs/antv2/factories/sensor-factory.js +0 -0
- package/lib/cjs/antv2/fe/adapter.js +0 -0
- package/lib/cjs/antv2/fe/index.js +0 -0
- package/lib/cjs/antv2/hr/adapter.js +0 -0
- package/lib/cjs/antv2/hr/index.js +0 -0
- package/lib/cjs/antv2/index.js +0 -0
- package/lib/cjs/antv2/pwr/adapter.js +0 -0
- package/lib/cjs/antv2/pwr/index.js +0 -0
- package/lib/cjs/antv2/sc/adapter.js +0 -0
- package/lib/cjs/antv2/sc/index.js +0 -0
- package/lib/cjs/antv2/spd/adapter.js +0 -0
- package/lib/cjs/antv2/spd/index.js +0 -0
- package/lib/cjs/antv2/types.js +0 -0
- package/lib/cjs/antv2/utils.js +0 -0
- package/lib/cjs/base/adpater.js +0 -0
- package/lib/cjs/base/consts.js +0 -0
- package/lib/cjs/bindings/crypto/types.js +0 -0
- package/lib/cjs/bindings/index.js +0 -0
- package/lib/cjs/bindings/types.js +0 -0
- package/lib/cjs/ble/base/adapter.js +0 -0
- package/lib/cjs/ble/base/interface.js +0 -0
- package/lib/cjs/ble/base/peripheral.js +0 -0
- package/lib/cjs/ble/base/sensor.js +0 -0
- package/lib/cjs/ble/base/types.js +0 -0
- package/lib/cjs/ble/bindings/index.js +0 -0
- package/lib/cjs/ble/bindings/linux.js +0 -0
- package/lib/cjs/ble/bindings/mock.js +0 -0
- package/lib/cjs/ble/bindings/types.js +0 -0
- package/lib/cjs/ble/characteristics/csc/features.js +0 -0
- package/lib/cjs/ble/characteristics/csc/measurement.js +2 -0
- package/lib/cjs/ble/characteristics/types.js +0 -0
- package/lib/cjs/ble/consts.js +0 -0
- package/lib/cjs/ble/cp/adapter.js +0 -0
- package/lib/cjs/ble/cp/index.js +0 -0
- package/lib/cjs/ble/cp/sensor.js +0 -0
- package/lib/cjs/ble/cp/types.js +0 -0
- package/lib/cjs/ble/csc/adapter.js +0 -0
- package/lib/cjs/ble/csc/index.js +0 -0
- package/lib/cjs/ble/csc/sensor.js +5 -0
- package/lib/cjs/ble/csc/types.js +0 -0
- package/lib/cjs/ble/factories/adapter-factory.js +0 -0
- package/lib/cjs/ble/factories/index.js +0 -0
- package/lib/cjs/ble/factories/interface-factory.js +0 -0
- package/lib/cjs/ble/factories/types.js +0 -0
- package/lib/cjs/ble/fm/adapter.js +0 -0
- package/lib/cjs/ble/fm/consts.js +0 -0
- package/lib/cjs/ble/fm/index.js +0 -0
- package/lib/cjs/ble/fm/sensor.js +62 -39
- package/lib/cjs/ble/fm/types.js +0 -0
- package/lib/cjs/ble/hr/adapter.js +0 -0
- package/lib/cjs/ble/hr/index.js +0 -0
- package/lib/cjs/ble/hr/mock.js +0 -0
- package/lib/cjs/ble/hr/sensor.js +0 -0
- package/lib/cjs/ble/hr/types.js +0 -0
- package/lib/cjs/ble/index.js +0 -0
- package/lib/cjs/ble/tacx/adapter.js +0 -0
- package/lib/cjs/ble/tacx/consts.js +0 -0
- package/lib/cjs/ble/tacx/index.js +0 -0
- package/lib/cjs/ble/tacx/sensor.js +0 -0
- package/lib/cjs/ble/tacx/types.js +0 -0
- package/lib/cjs/ble/types.js +0 -0
- package/lib/cjs/ble/utils.js +0 -0
- package/lib/cjs/ble/wahoo/adapter.js +0 -0
- package/lib/cjs/ble/wahoo/consts.js +0 -0
- package/lib/cjs/ble/wahoo/index.js +0 -0
- package/lib/cjs/ble/wahoo/sensor.js +0 -0
- package/lib/cjs/ble/wahoo/types.js +0 -0
- package/lib/cjs/ble/zwift/play/adapter.js +0 -0
- package/lib/cjs/ble/zwift/play/index.js +0 -0
- package/lib/cjs/ble/zwift/play/sensor.js +0 -0
- package/lib/cjs/ble/zwift/play/types.js +0 -0
- package/lib/cjs/direct-connect/base/interface.js +0 -0
- package/lib/cjs/direct-connect/base/peripheral.js +0 -0
- package/lib/cjs/direct-connect/bindings/index.js +0 -0
- package/lib/cjs/direct-connect/bindings/types.js +0 -0
- package/lib/cjs/direct-connect/consts.js +0 -0
- package/lib/cjs/direct-connect/index.js +0 -0
- package/lib/cjs/direct-connect/messages/CharacteristicNotification.js +0 -0
- package/lib/cjs/direct-connect/messages/DiscoverCharacteristics.js +0 -0
- package/lib/cjs/direct-connect/messages/DiscoverServices.js +0 -0
- package/lib/cjs/direct-connect/messages/EnableCharacteristicNotifications.js +0 -0
- package/lib/cjs/direct-connect/messages/ReadCharacteristic.js +0 -0
- package/lib/cjs/direct-connect/messages/WriteCharacteristic.js +0 -0
- package/lib/cjs/direct-connect/messages/error.js +0 -0
- package/lib/cjs/direct-connect/messages/factory.js +0 -0
- package/lib/cjs/direct-connect/messages/index.js +0 -0
- package/lib/cjs/direct-connect/messages/message.js +0 -0
- package/lib/cjs/direct-connect/types.js +0 -0
- package/lib/cjs/factories/adapters.js +0 -0
- package/lib/cjs/factories/interfaces.js +0 -0
- package/lib/cjs/features/features.js +0 -0
- package/lib/cjs/features/index.js +0 -0
- package/lib/cjs/index.js +0 -0
- package/lib/cjs/modes/ant-fe-adv-st-mode.js +0 -0
- package/lib/cjs/modes/antble-erg.js +0 -0
- package/lib/cjs/modes/antble-smarttrainer.js +0 -0
- package/lib/cjs/modes/base.js +0 -0
- package/lib/cjs/modes/daum-classic-standard.js +0 -0
- package/lib/cjs/modes/daum-erg.js +0 -0
- package/lib/cjs/modes/daum-power.js +0 -0
- package/lib/cjs/modes/daum-premium-standard.js +0 -0
- package/lib/cjs/modes/daum-smarttrainer.js +0 -0
- package/lib/cjs/modes/fm-resistance.js +0 -0
- package/lib/cjs/modes/kettler-erg.js +0 -0
- package/lib/cjs/modes/power-base.js +0 -0
- package/lib/cjs/modes/power-meter.js +0 -0
- package/lib/cjs/modes/rower.js +0 -0
- package/lib/cjs/modes/simulator.js +0 -0
- package/lib/cjs/modes/speed.js +0 -0
- package/lib/cjs/modes/types.js +0 -0
- package/lib/cjs/proto/zwift_hub.js +0 -0
- package/lib/cjs/serial/base/adapter.js +0 -0
- package/lib/cjs/serial/base/comms.js +0 -0
- package/lib/cjs/serial/base/serial-interface.js +0 -0
- package/lib/cjs/serial/base/serial-provider.js +0 -0
- package/lib/cjs/serial/base/serial-scanner.js +0 -0
- package/lib/cjs/serial/bindings/tcp.js +0 -0
- package/lib/cjs/serial/daum/DaumAdapter.js +0 -0
- package/lib/cjs/serial/daum/classic/adapter.js +0 -0
- package/lib/cjs/serial/daum/classic/comms.js +0 -0
- package/lib/cjs/serial/daum/classic/consts.js +0 -0
- package/lib/cjs/serial/daum/classic/mock.js +0 -0
- package/lib/cjs/serial/daum/classic/types.js +0 -0
- package/lib/cjs/serial/daum/classic/utils.js +0 -0
- package/lib/cjs/serial/daum/premium/adapter.js +0 -0
- package/lib/cjs/serial/daum/premium/comms.js +0 -0
- package/lib/cjs/serial/daum/premium/consts.js +0 -0
- package/lib/cjs/serial/daum/premium/mock.js +0 -0
- package/lib/cjs/serial/daum/premium/types.js +0 -0
- package/lib/cjs/serial/daum/premium/utils.js +0 -0
- package/lib/cjs/serial/daum/types.js +0 -0
- package/lib/cjs/serial/factories/adapter-factory.js +0 -0
- package/lib/cjs/serial/index.js +0 -0
- package/lib/cjs/serial/kettler/comms.js +0 -0
- package/lib/cjs/serial/kettler/ergo-racer/adapter.js +0 -0
- package/lib/cjs/serial/kettler/ergo-racer/mock.js +0 -0
- package/lib/cjs/serial/kettler/types.js +0 -0
- package/lib/cjs/serial/types.js +0 -0
- package/lib/cjs/simulator/Simulator.js +0 -0
- package/lib/cjs/types/adapter.js +0 -0
- package/lib/cjs/types/capabilities.js +0 -0
- package/lib/cjs/types/data.js +0 -0
- package/lib/cjs/types/device.js +0 -0
- package/lib/cjs/types/index.js +0 -0
- package/lib/cjs/types/interface.js +0 -0
- package/lib/cjs/types/sensor.js +0 -0
- package/lib/cjs/types/sport.js +0 -0
- package/lib/cjs/types/user.js +0 -0
- package/lib/cjs/utils/calculations.js +0 -0
- package/lib/cjs/utils/task.js +0 -0
- package/lib/cjs/utils/utils.js +0 -0
- package/lib/esm/antv2/base/adapter.js +0 -0
- package/lib/esm/antv2/base/binding.js +0 -0
- package/lib/esm/antv2/base/interface.js +0 -0
- package/lib/esm/antv2/cad/adapter.js +0 -0
- package/lib/esm/antv2/cad/index.js +0 -0
- package/lib/esm/antv2/consts.js +0 -0
- package/lib/esm/antv2/factories/adapter-factory.js +0 -0
- package/lib/esm/antv2/factories/index.js +0 -0
- package/lib/esm/antv2/factories/sensor-factory.js +0 -0
- package/lib/esm/antv2/fe/adapter.js +0 -0
- package/lib/esm/antv2/fe/index.js +0 -0
- package/lib/esm/antv2/hr/adapter.js +0 -0
- package/lib/esm/antv2/hr/index.js +0 -0
- package/lib/esm/antv2/index.js +0 -0
- package/lib/esm/antv2/pwr/adapter.js +0 -0
- package/lib/esm/antv2/pwr/index.js +0 -0
- package/lib/esm/antv2/sc/adapter.js +0 -0
- package/lib/esm/antv2/sc/index.js +0 -0
- package/lib/esm/antv2/spd/adapter.js +0 -0
- package/lib/esm/antv2/spd/index.js +0 -0
- package/lib/esm/antv2/types.js +0 -0
- package/lib/esm/antv2/utils.js +0 -0
- package/lib/esm/base/adpater.js +0 -0
- package/lib/esm/base/consts.js +0 -0
- package/lib/esm/bindings/crypto/types.js +0 -0
- package/lib/esm/bindings/index.js +0 -0
- package/lib/esm/bindings/types.js +0 -0
- package/lib/esm/ble/base/adapter.js +0 -0
- package/lib/esm/ble/base/interface.js +0 -0
- package/lib/esm/ble/base/peripheral.js +0 -0
- package/lib/esm/ble/base/sensor.js +0 -0
- package/lib/esm/ble/base/types.js +0 -0
- package/lib/esm/ble/bindings/index.js +0 -0
- package/lib/esm/ble/bindings/linux.js +0 -0
- package/lib/esm/ble/bindings/mock.js +0 -0
- package/lib/esm/ble/bindings/types.js +0 -0
- package/lib/esm/ble/characteristics/csc/features.js +0 -0
- package/lib/esm/ble/characteristics/csc/measurement.js +2 -0
- package/lib/esm/ble/characteristics/types.js +0 -0
- package/lib/esm/ble/consts.js +0 -0
- package/lib/esm/ble/cp/adapter.js +0 -0
- package/lib/esm/ble/cp/index.js +0 -0
- package/lib/esm/ble/cp/sensor.js +0 -0
- package/lib/esm/ble/cp/types.js +0 -0
- package/lib/esm/ble/csc/adapter.js +0 -0
- package/lib/esm/ble/csc/index.js +0 -0
- package/lib/esm/ble/csc/sensor.js +5 -0
- package/lib/esm/ble/csc/types.js +0 -0
- package/lib/esm/ble/factories/adapter-factory.js +0 -0
- package/lib/esm/ble/factories/index.js +0 -0
- package/lib/esm/ble/factories/interface-factory.js +0 -0
- package/lib/esm/ble/factories/types.js +0 -0
- package/lib/esm/ble/fm/adapter.js +0 -0
- package/lib/esm/ble/fm/consts.js +0 -0
- package/lib/esm/ble/fm/index.js +0 -0
- package/lib/esm/ble/fm/sensor.js +62 -39
- package/lib/esm/ble/fm/types.js +0 -0
- package/lib/esm/ble/hr/adapter.js +0 -0
- package/lib/esm/ble/hr/index.js +0 -0
- package/lib/esm/ble/hr/mock.js +0 -0
- package/lib/esm/ble/hr/sensor.js +0 -0
- package/lib/esm/ble/hr/types.js +0 -0
- package/lib/esm/ble/index.js +0 -0
- package/lib/esm/ble/tacx/adapter.js +0 -0
- package/lib/esm/ble/tacx/consts.js +0 -0
- package/lib/esm/ble/tacx/index.js +0 -0
- package/lib/esm/ble/tacx/sensor.js +0 -0
- package/lib/esm/ble/tacx/types.js +0 -0
- package/lib/esm/ble/types.js +0 -0
- package/lib/esm/ble/utils.js +0 -0
- package/lib/esm/ble/wahoo/adapter.js +0 -0
- package/lib/esm/ble/wahoo/consts.js +0 -0
- package/lib/esm/ble/wahoo/index.js +0 -0
- package/lib/esm/ble/wahoo/sensor.js +0 -0
- package/lib/esm/ble/wahoo/types.js +0 -0
- package/lib/esm/ble/zwift/play/adapter.js +0 -0
- package/lib/esm/ble/zwift/play/index.js +0 -0
- package/lib/esm/ble/zwift/play/sensor.js +0 -0
- package/lib/esm/ble/zwift/play/types.js +0 -0
- package/lib/esm/direct-connect/base/interface.js +0 -0
- package/lib/esm/direct-connect/base/peripheral.js +0 -0
- package/lib/esm/direct-connect/bindings/index.js +0 -0
- package/lib/esm/direct-connect/bindings/types.js +0 -0
- package/lib/esm/direct-connect/consts.js +0 -0
- package/lib/esm/direct-connect/index.js +0 -0
- package/lib/esm/direct-connect/messages/CharacteristicNotification.js +0 -0
- package/lib/esm/direct-connect/messages/DiscoverCharacteristics.js +0 -0
- package/lib/esm/direct-connect/messages/DiscoverServices.js +0 -0
- package/lib/esm/direct-connect/messages/EnableCharacteristicNotifications.js +0 -0
- package/lib/esm/direct-connect/messages/ReadCharacteristic.js +0 -0
- package/lib/esm/direct-connect/messages/WriteCharacteristic.js +0 -0
- package/lib/esm/direct-connect/messages/error.js +0 -0
- package/lib/esm/direct-connect/messages/factory.js +0 -0
- package/lib/esm/direct-connect/messages/index.js +0 -0
- package/lib/esm/direct-connect/messages/message.js +0 -0
- package/lib/esm/direct-connect/types.js +0 -0
- package/lib/esm/factories/adapters.js +0 -0
- package/lib/esm/factories/interfaces.js +0 -0
- package/lib/esm/features/features.js +0 -0
- package/lib/esm/features/index.js +0 -0
- package/lib/esm/index.js +0 -0
- package/lib/esm/modes/ant-fe-adv-st-mode.js +0 -0
- package/lib/esm/modes/antble-erg.js +0 -0
- package/lib/esm/modes/antble-smarttrainer.js +0 -0
- package/lib/esm/modes/base.js +0 -0
- package/lib/esm/modes/daum-classic-standard.js +0 -0
- package/lib/esm/modes/daum-erg.js +0 -0
- package/lib/esm/modes/daum-power.js +0 -0
- package/lib/esm/modes/daum-premium-standard.js +0 -0
- package/lib/esm/modes/daum-smarttrainer.js +0 -0
- package/lib/esm/modes/fm-resistance.js +0 -0
- package/lib/esm/modes/kettler-erg.js +0 -0
- package/lib/esm/modes/power-base.js +0 -0
- package/lib/esm/modes/power-meter.js +0 -0
- package/lib/esm/modes/rower.js +0 -0
- package/lib/esm/modes/simulator.js +0 -0
- package/lib/esm/modes/speed.js +0 -0
- package/lib/esm/modes/types.js +0 -0
- package/lib/esm/proto/zwift_hub.js +0 -0
- package/lib/esm/serial/base/adapter.js +0 -0
- package/lib/esm/serial/base/comms.js +0 -0
- package/lib/esm/serial/base/serial-interface.js +0 -0
- package/lib/esm/serial/base/serial-provider.js +0 -0
- package/lib/esm/serial/base/serial-scanner.js +0 -0
- package/lib/esm/serial/bindings/tcp.js +0 -0
- package/lib/esm/serial/daum/DaumAdapter.js +0 -0
- package/lib/esm/serial/daum/classic/adapter.js +0 -0
- package/lib/esm/serial/daum/classic/comms.js +0 -0
- package/lib/esm/serial/daum/classic/consts.js +0 -0
- package/lib/esm/serial/daum/classic/mock.js +0 -0
- package/lib/esm/serial/daum/classic/types.js +0 -0
- package/lib/esm/serial/daum/classic/utils.js +0 -0
- package/lib/esm/serial/daum/premium/adapter.js +0 -0
- package/lib/esm/serial/daum/premium/comms.js +0 -0
- package/lib/esm/serial/daum/premium/consts.js +0 -0
- package/lib/esm/serial/daum/premium/mock.js +0 -0
- package/lib/esm/serial/daum/premium/types.js +0 -0
- package/lib/esm/serial/daum/premium/utils.js +0 -0
- package/lib/esm/serial/daum/types.js +0 -0
- package/lib/esm/serial/factories/adapter-factory.js +0 -0
- package/lib/esm/serial/index.js +0 -0
- package/lib/esm/serial/kettler/comms.js +0 -0
- package/lib/esm/serial/kettler/ergo-racer/adapter.js +0 -0
- package/lib/esm/serial/kettler/ergo-racer/mock.js +0 -0
- package/lib/esm/serial/kettler/types.js +0 -0
- package/lib/esm/serial/types.js +0 -0
- package/lib/esm/simulator/Simulator.js +0 -0
- package/lib/esm/types/adapter.js +0 -0
- package/lib/esm/types/capabilities.js +0 -0
- package/lib/esm/types/data.js +0 -0
- package/lib/esm/types/device.js +0 -0
- package/lib/esm/types/index.js +0 -0
- package/lib/esm/types/interface.js +0 -0
- package/lib/esm/types/sensor.js +0 -0
- package/lib/esm/types/sport.js +0 -0
- package/lib/esm/types/user.js +0 -0
- package/lib/esm/utils/calculations.js +0 -0
- package/lib/esm/utils/task.js +0 -0
- package/lib/esm/utils/utils.js +0 -0
- package/lib/types/antv2/base/adapter.d.ts +0 -0
- package/lib/types/antv2/base/binding.d.ts +0 -0
- package/lib/types/antv2/base/interface.d.ts +0 -0
- package/lib/types/antv2/cad/adapter.d.ts +0 -0
- package/lib/types/antv2/cad/index.d.ts +0 -0
- package/lib/types/antv2/consts.d.ts +0 -0
- package/lib/types/antv2/factories/adapter-factory.d.ts +0 -0
- package/lib/types/antv2/factories/index.d.ts +0 -0
- package/lib/types/antv2/factories/sensor-factory.d.ts +0 -0
- package/lib/types/antv2/fe/adapter.d.ts +0 -0
- package/lib/types/antv2/fe/index.d.ts +0 -0
- package/lib/types/antv2/hr/adapter.d.ts +0 -0
- package/lib/types/antv2/hr/index.d.ts +0 -0
- package/lib/types/antv2/index.d.ts +0 -0
- package/lib/types/antv2/pwr/adapter.d.ts +0 -0
- package/lib/types/antv2/pwr/index.d.ts +0 -0
- package/lib/types/antv2/sc/adapter.d.ts +0 -0
- package/lib/types/antv2/sc/index.d.ts +0 -0
- package/lib/types/antv2/spd/adapter.d.ts +0 -0
- package/lib/types/antv2/spd/index.d.ts +0 -0
- package/lib/types/antv2/types.d.ts +0 -0
- package/lib/types/antv2/utils.d.ts +0 -0
- package/lib/types/base/adpater.d.ts +0 -0
- package/lib/types/base/consts.d.ts +0 -0
- package/lib/types/bindings/crypto/types.d.ts +0 -0
- package/lib/types/bindings/index.d.ts +0 -0
- package/lib/types/bindings/types.d.ts +0 -0
- package/lib/types/ble/base/adapter.d.ts +0 -0
- package/lib/types/ble/base/interface.d.ts +0 -0
- package/lib/types/ble/base/peripheral.d.ts +0 -0
- package/lib/types/ble/base/sensor.d.ts +0 -0
- package/lib/types/ble/base/types.d.ts +0 -0
- package/lib/types/ble/bindings/index.d.ts +0 -0
- package/lib/types/ble/bindings/linux.d.ts +0 -0
- package/lib/types/ble/bindings/mock.d.ts +0 -0
- package/lib/types/ble/bindings/types.d.ts +0 -0
- package/lib/types/ble/characteristics/csc/features.d.ts +0 -0
- package/lib/types/ble/characteristics/csc/measurement.d.ts +0 -0
- package/lib/types/ble/characteristics/types.d.ts +0 -0
- package/lib/types/ble/consts.d.ts +0 -0
- package/lib/types/ble/cp/adapter.d.ts +0 -0
- package/lib/types/ble/cp/index.d.ts +0 -0
- package/lib/types/ble/cp/sensor.d.ts +0 -0
- package/lib/types/ble/cp/types.d.ts +0 -0
- package/lib/types/ble/csc/adapter.d.ts +0 -0
- package/lib/types/ble/csc/index.d.ts +0 -0
- package/lib/types/ble/csc/sensor.d.ts +1 -0
- package/lib/types/ble/csc/types.d.ts +0 -0
- package/lib/types/ble/factories/adapter-factory.d.ts +0 -0
- package/lib/types/ble/factories/index.d.ts +0 -0
- package/lib/types/ble/factories/interface-factory.d.ts +0 -0
- package/lib/types/ble/factories/types.d.ts +0 -0
- package/lib/types/ble/fm/adapter.d.ts +0 -0
- package/lib/types/ble/fm/consts.d.ts +0 -0
- package/lib/types/ble/fm/index.d.ts +0 -0
- package/lib/types/ble/fm/sensor.d.ts +4 -2
- package/lib/types/ble/fm/types.d.ts +0 -0
- package/lib/types/ble/hr/adapter.d.ts +0 -0
- package/lib/types/ble/hr/index.d.ts +0 -0
- package/lib/types/ble/hr/mock.d.ts +0 -0
- package/lib/types/ble/hr/sensor.d.ts +0 -0
- package/lib/types/ble/hr/types.d.ts +0 -0
- package/lib/types/ble/index.d.ts +0 -0
- package/lib/types/ble/tacx/adapter.d.ts +0 -0
- package/lib/types/ble/tacx/consts.d.ts +0 -0
- package/lib/types/ble/tacx/index.d.ts +0 -0
- package/lib/types/ble/tacx/sensor.d.ts +0 -0
- package/lib/types/ble/tacx/types.d.ts +0 -0
- package/lib/types/ble/types.d.ts +0 -0
- package/lib/types/ble/utils.d.ts +0 -0
- package/lib/types/ble/wahoo/adapter.d.ts +0 -0
- package/lib/types/ble/wahoo/consts.d.ts +0 -0
- package/lib/types/ble/wahoo/index.d.ts +0 -0
- package/lib/types/ble/wahoo/sensor.d.ts +0 -0
- package/lib/types/ble/wahoo/types.d.ts +0 -0
- package/lib/types/ble/zwift/play/adapter.d.ts +0 -0
- package/lib/types/ble/zwift/play/index.d.ts +0 -0
- package/lib/types/ble/zwift/play/sensor.d.ts +0 -0
- package/lib/types/ble/zwift/play/types.d.ts +0 -0
- package/lib/types/direct-connect/base/interface.d.ts +0 -0
- package/lib/types/direct-connect/base/peripheral.d.ts +0 -0
- package/lib/types/direct-connect/bindings/index.d.ts +0 -0
- package/lib/types/direct-connect/bindings/types.d.ts +0 -0
- package/lib/types/direct-connect/consts.d.ts +0 -0
- package/lib/types/direct-connect/index.d.ts +0 -0
- package/lib/types/direct-connect/messages/CharacteristicNotification.d.ts +0 -0
- package/lib/types/direct-connect/messages/DiscoverCharacteristics.d.ts +0 -0
- package/lib/types/direct-connect/messages/DiscoverServices.d.ts +0 -0
- package/lib/types/direct-connect/messages/EnableCharacteristicNotifications.d.ts +0 -0
- package/lib/types/direct-connect/messages/ReadCharacteristic.d.ts +0 -0
- package/lib/types/direct-connect/messages/WriteCharacteristic.d.ts +0 -0
- package/lib/types/direct-connect/messages/error.d.ts +0 -0
- package/lib/types/direct-connect/messages/factory.d.ts +0 -0
- package/lib/types/direct-connect/messages/index.d.ts +0 -0
- package/lib/types/direct-connect/messages/message.d.ts +0 -0
- package/lib/types/direct-connect/types.d.ts +0 -0
- package/lib/types/factories/adapters.d.ts +0 -0
- package/lib/types/factories/interfaces.d.ts +0 -0
- package/lib/types/features/features.d.ts +0 -0
- package/lib/types/features/index.d.ts +0 -0
- package/lib/types/index.d.ts +0 -0
- package/lib/types/modes/ant-fe-adv-st-mode.d.ts +0 -0
- package/lib/types/modes/antble-erg.d.ts +0 -0
- package/lib/types/modes/antble-smarttrainer.d.ts +0 -0
- package/lib/types/modes/base.d.ts +0 -0
- package/lib/types/modes/daum-classic-standard.d.ts +0 -0
- package/lib/types/modes/daum-erg.d.ts +0 -0
- package/lib/types/modes/daum-power.d.ts +0 -0
- package/lib/types/modes/daum-premium-standard.d.ts +0 -0
- package/lib/types/modes/daum-smarttrainer.d.ts +0 -0
- package/lib/types/modes/fm-resistance.d.ts +0 -0
- package/lib/types/modes/kettler-erg.d.ts +0 -0
- package/lib/types/modes/power-base.d.ts +0 -0
- package/lib/types/modes/power-meter.d.ts +0 -0
- package/lib/types/modes/rower.d.ts +0 -0
- package/lib/types/modes/simulator.d.ts +0 -0
- package/lib/types/modes/speed.d.ts +0 -0
- package/lib/types/modes/types.d.ts +0 -0
- package/lib/types/proto/zwift_hub.d.ts +0 -0
- package/lib/types/serial/base/adapter.d.ts +0 -0
- package/lib/types/serial/base/comms.d.ts +0 -0
- package/lib/types/serial/base/serial-interface.d.ts +0 -0
- package/lib/types/serial/base/serial-provider.d.ts +0 -0
- package/lib/types/serial/base/serial-scanner.d.ts +0 -0
- package/lib/types/serial/bindings/tcp.d.ts +0 -0
- package/lib/types/serial/daum/DaumAdapter.d.ts +0 -0
- package/lib/types/serial/daum/classic/adapter.d.ts +0 -0
- package/lib/types/serial/daum/classic/comms.d.ts +0 -0
- package/lib/types/serial/daum/classic/consts.d.ts +0 -0
- package/lib/types/serial/daum/classic/mock.d.ts +0 -0
- package/lib/types/serial/daum/classic/types.d.ts +0 -0
- package/lib/types/serial/daum/classic/utils.d.ts +0 -0
- package/lib/types/serial/daum/premium/adapter.d.ts +0 -0
- package/lib/types/serial/daum/premium/comms.d.ts +0 -0
- package/lib/types/serial/daum/premium/consts.d.ts +0 -0
- package/lib/types/serial/daum/premium/mock.d.ts +0 -0
- package/lib/types/serial/daum/premium/types.d.ts +0 -0
- package/lib/types/serial/daum/premium/utils.d.ts +0 -0
- package/lib/types/serial/daum/types.d.ts +0 -0
- package/lib/types/serial/factories/adapter-factory.d.ts +0 -0
- package/lib/types/serial/index.d.ts +0 -0
- package/lib/types/serial/kettler/comms.d.ts +0 -0
- package/lib/types/serial/kettler/ergo-racer/adapter.d.ts +0 -0
- package/lib/types/serial/kettler/ergo-racer/mock.d.ts +0 -0
- package/lib/types/serial/kettler/types.d.ts +0 -0
- package/lib/types/serial/types.d.ts +0 -0
- package/lib/types/simulator/Simulator.d.ts +0 -0
- package/lib/types/types/adapter.d.ts +0 -0
- package/lib/types/types/capabilities.d.ts +0 -0
- package/lib/types/types/data.d.ts +0 -0
- package/lib/types/types/device.d.ts +0 -0
- package/lib/types/types/index.d.ts +0 -0
- package/lib/types/types/interface.d.ts +0 -0
- package/lib/types/types/sensor.d.ts +0 -0
- package/lib/types/types/sport.d.ts +0 -0
- package/lib/types/types/user.d.ts +0 -0
- package/lib/types/utils/calculations.d.ts +0 -0
- package/lib/types/utils/task.d.ts +0 -0
- package/lib/types/utils/utils.d.ts +0 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
File without changes
|
package/README.MD
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/antv2/consts.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/antv2/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/antv2/types.js
CHANGED
|
File without changes
|
package/lib/cjs/antv2/utils.js
CHANGED
|
File without changes
|
package/lib/cjs/base/adpater.js
CHANGED
|
File without changes
|
package/lib/cjs/base/consts.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/consts.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/cp/index.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/cp/sensor.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/cp/types.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/csc/index.js
CHANGED
|
File without changes
|
|
@@ -58,6 +58,11 @@ class BleCyclingSpeedCadenceDevice extends sensor_js_1.TBleSensor {
|
|
|
58
58
|
}
|
|
59
59
|
reset() {
|
|
60
60
|
this.data = {};
|
|
61
|
+
this.measurement?.reset();
|
|
62
|
+
}
|
|
63
|
+
onDisconnect() {
|
|
64
|
+
super.onDisconnect();
|
|
65
|
+
this.measurement.reset();
|
|
61
66
|
}
|
|
62
67
|
async setWheelCircumference(wheelCircumference) {
|
|
63
68
|
this.measurement.setWheelCircumference(wheelCircumference);
|
package/lib/cjs/ble/csc/types.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/fm/consts.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/fm/index.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/fm/sensor.js
CHANGED
|
@@ -25,6 +25,7 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
25
25
|
ftmsServiceDataAttempts = 0;
|
|
26
26
|
rowerDataTS;
|
|
27
27
|
rowerMaxPower;
|
|
28
|
+
indoorBikeDataTruncationLogged = false;
|
|
28
29
|
constructor(peripheral, props) {
|
|
29
30
|
super(peripheral, props);
|
|
30
31
|
this.reset();
|
|
@@ -176,6 +177,8 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
176
177
|
}
|
|
177
178
|
parseHrm(_data) {
|
|
178
179
|
const data = Buffer.from(_data);
|
|
180
|
+
if (data.length == 0)
|
|
181
|
+
return { ...this.data, raw: '<empty>' };
|
|
179
182
|
try {
|
|
180
183
|
const flags = data.readUInt8(0);
|
|
181
184
|
if (flags % 1 === 0) {
|
|
@@ -186,7 +189,7 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
186
189
|
}
|
|
187
190
|
}
|
|
188
191
|
catch (err) {
|
|
189
|
-
this.logEvent({ message: 'error', fn: 'parseHrm()', error: err.message
|
|
192
|
+
this.logEvent({ message: 'error', fn: 'parseHrm()', error: err.message, stack: err.stack, raw: `2a37:${data.toString('hex')}` });
|
|
190
193
|
}
|
|
191
194
|
return { ...this.data, raw: `2a37:${data.toString('hex')}` };
|
|
192
195
|
}
|
|
@@ -343,48 +346,61 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
343
346
|
}
|
|
344
347
|
return { ...this.data, raw: `2ad1:${data.toString('hex')}` };
|
|
345
348
|
}
|
|
349
|
+
logIndoorBikeDataTruncated(data, flags, offset, needed) {
|
|
350
|
+
if (this.indoorBikeDataTruncationLogged)
|
|
351
|
+
return;
|
|
352
|
+
this.indoorBikeDataTruncationLogged = true;
|
|
353
|
+
this.logEvent({ message: 'error', fn: 'parseIndoorBikeData()', device: this.getName(), data: data.toString('hex'), flags, offset, needed, error: 'Indoor Bike Data flags declare more fields than the packet contains' });
|
|
354
|
+
}
|
|
346
355
|
parseIndoorBikeData(_data) {
|
|
347
356
|
const data = Buffer.from(_data);
|
|
348
357
|
let offset = 2;
|
|
349
358
|
if (data.length > 2) {
|
|
350
359
|
try {
|
|
351
360
|
const flags = data.readUInt16LE(0);
|
|
352
|
-
|
|
361
|
+
const need = (size) => {
|
|
362
|
+
if (offset + size > data.length) {
|
|
363
|
+
this.logIndoorBikeDataTruncated(data, flags, offset, size);
|
|
364
|
+
return false;
|
|
365
|
+
}
|
|
366
|
+
return true;
|
|
367
|
+
};
|
|
368
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.MoreData) === 0 && need(2)) {
|
|
353
369
|
this.data.speed = data.readUInt16LE(offset) / 100;
|
|
354
370
|
offset += 2;
|
|
355
371
|
}
|
|
356
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.AverageSpeedPresent) {
|
|
372
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.AverageSpeedPresent) && need(2)) {
|
|
357
373
|
this.data.averageSpeed = data.readUInt16LE(offset) / 100;
|
|
358
374
|
offset += 2;
|
|
359
375
|
}
|
|
360
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.InstantaneousCadence) {
|
|
376
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.InstantaneousCadence) && need(2)) {
|
|
361
377
|
this.data.cadence = data.readUInt16LE(offset) / 2;
|
|
362
378
|
offset += 2;
|
|
363
379
|
}
|
|
364
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.AverageCadencePresent) {
|
|
380
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.AverageCadencePresent) && need(2)) {
|
|
365
381
|
this.data.averageCadence = data.readUInt16LE(offset) / 2;
|
|
366
382
|
offset += 2;
|
|
367
383
|
}
|
|
368
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.TotalDistancePresent) {
|
|
384
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.TotalDistancePresent) && need(3)) {
|
|
369
385
|
const dvLow = data.readUInt8(offset);
|
|
370
386
|
offset += 1;
|
|
371
387
|
const dvHigh = data.readUInt16LE(offset);
|
|
372
388
|
offset += 2;
|
|
373
389
|
this.data.totalDistance = (dvHigh << 8) + dvLow;
|
|
374
390
|
}
|
|
375
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.ResistanceLevelPresent) {
|
|
391
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.ResistanceLevelPresent) && need(2)) {
|
|
376
392
|
this.data.resistanceLevel = data.readInt16LE(offset);
|
|
377
393
|
offset += 2;
|
|
378
394
|
}
|
|
379
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.InstantaneousPowerPresent) {
|
|
395
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.InstantaneousPowerPresent) && need(2)) {
|
|
380
396
|
this.data.instantaneousPower = data.readInt16LE(offset);
|
|
381
397
|
offset += 2;
|
|
382
398
|
}
|
|
383
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.AveragePowerPresent) {
|
|
399
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.AveragePowerPresent) && need(2)) {
|
|
384
400
|
this.data.averagePower = data.readInt16LE(offset);
|
|
385
401
|
offset += 2;
|
|
386
402
|
}
|
|
387
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.ExpendedEnergyPresent) {
|
|
403
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.ExpendedEnergyPresent) && need(5)) {
|
|
388
404
|
this.data.totalEnergy = data.readUInt16LE(offset);
|
|
389
405
|
offset += 2;
|
|
390
406
|
this.data.energyPerHour = data.readUInt16LE(offset);
|
|
@@ -392,19 +408,19 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
392
408
|
this.data.energyPerMinute = data.readUInt8(offset);
|
|
393
409
|
offset += 1;
|
|
394
410
|
}
|
|
395
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.HeartRatePresent) {
|
|
411
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.HeartRatePresent) && need(1)) {
|
|
396
412
|
this.data.heartrate = data.readUInt8(offset);
|
|
397
413
|
offset += 1;
|
|
398
414
|
}
|
|
399
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.MetabolicEquivalentPresent) {
|
|
415
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.MetabolicEquivalentPresent) && need(1)) {
|
|
400
416
|
this.data.metabolicEquivalent = data.readUInt8(offset) / 10;
|
|
401
417
|
offset += 1;
|
|
402
418
|
}
|
|
403
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.ElapsedTimePresent) {
|
|
419
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.ElapsedTimePresent) && need(2)) {
|
|
404
420
|
this.data.time = data.readUInt16LE(offset);
|
|
405
421
|
offset += 2;
|
|
406
422
|
}
|
|
407
|
-
if (flags & consts_js_2.IndoorBikeDataFlag.RemainingTimePresent) {
|
|
423
|
+
if ((flags & consts_js_2.IndoorBikeDataFlag.RemainingTimePresent) && need(2)) {
|
|
408
424
|
this.data.remainingTime = data.readUInt16LE(offset);
|
|
409
425
|
}
|
|
410
426
|
}
|
|
@@ -498,7 +514,7 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
498
514
|
return serviceData;
|
|
499
515
|
}
|
|
500
516
|
else {
|
|
501
|
-
this.logEvent({ message: 'could not parse service data', reason: 'not enough data', raw: data?.toString('hex') });
|
|
517
|
+
this.logEvent({ message: 'could not parse service data', reason: data == null ? 'not available' : 'not enough data', raw: data?.toString('hex') });
|
|
502
518
|
}
|
|
503
519
|
}
|
|
504
520
|
catch (err) {
|
|
@@ -511,37 +527,40 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
511
527
|
if (this.getName().startsWith('MRK-')) {
|
|
512
528
|
return { fitnessMachine: 0, targetSettings: 0, setPower: true, power: true, heartrate: true };
|
|
513
529
|
}
|
|
530
|
+
let data;
|
|
531
|
+
try {
|
|
532
|
+
this.logEvent({ message: 'reading FitnessMachineFeatures', device: this.getName() });
|
|
533
|
+
data = await this.read('2acc');
|
|
534
|
+
}
|
|
535
|
+
catch (err) {
|
|
536
|
+
this.logEvent({ message: 'could not read FitnessMachineFeatures', error: err.message, stack: err.stack, device: this.getName() });
|
|
537
|
+
return undefined;
|
|
538
|
+
}
|
|
539
|
+
const buffer = data ? Buffer.from(data) : undefined;
|
|
514
540
|
try {
|
|
515
|
-
const data = await this.read('2acc');
|
|
516
|
-
const buffer = data ? Buffer.from(data) : undefined;
|
|
517
541
|
const services = this.peripheral?.services || [];
|
|
518
542
|
let power = services.some(s => (0, utils_js_1.matches)(s.uuid, '1818'));
|
|
519
543
|
let heartrate = services.some(s => (0, utils_js_1.matches)(s.uuid, '180d'));
|
|
520
544
|
const dataLength = buffer?.length ?? 0;
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
return this._features;
|
|
538
|
-
}
|
|
539
|
-
else {
|
|
540
|
-
return { fitnessMachine: 0, targetSettings: 0, power, heartrate };
|
|
541
|
-
}
|
|
545
|
+
const fitnessMachine = dataLength >= 4 ? buffer.readUInt32LE(0) : 0;
|
|
546
|
+
const targetSettings = dataLength >= 8 ? buffer.readUInt32LE(4) : 0;
|
|
547
|
+
const fmInfo = this.buildFitnessMachineInfo(fitnessMachine) ?? [];
|
|
548
|
+
const tsInfo = this.buildTargetSettingsInfo(targetSettings) ?? [];
|
|
549
|
+
power = power || (fitnessMachine & consts_js_2.FitnessMachineFeatureFlag.PowerMeasurementSupported) !== 0;
|
|
550
|
+
heartrate = heartrate || (fitnessMachine & consts_js_2.FitnessMachineFeatureFlag.HeartRateMeasurementSupported) !== 0;
|
|
551
|
+
const cadence = (fitnessMachine & consts_js_2.FitnessMachineFeatureFlag.CadenceSupported) !== 0;
|
|
552
|
+
const setSlope = (targetSettings & consts_js_2.TargetSettingFeatureFlag.IndoorBikeSimulationParametersSupported) !== 0
|
|
553
|
+
|| (targetSettings & consts_js_2.TargetSettingFeatureFlag.InclinationTargetSettingSupported) !== 0;
|
|
554
|
+
const setPower = (targetSettings & consts_js_2.TargetSettingFeatureFlag.PowerTargetSettingSupported) !== 0;
|
|
555
|
+
const setResistance = (targetSettings & consts_js_2.TargetSettingFeatureFlag.ResistanceTargetSettingSupported) !== 0;
|
|
556
|
+
this._features = { fitnessMachine, targetSettings, power, heartrate, cadence, setPower, setSlope, setResistance };
|
|
557
|
+
this.logEvent({ message: 'supported features', device: this.getName(), fmFeatures: fmInfo.join('|'), tsFeatures: tsInfo.join('|'), features: this._features, raw: buffer?.toString('hex') });
|
|
558
|
+
this._features.fmInfo = fmInfo;
|
|
559
|
+
this._features.tsInfo = tsInfo;
|
|
560
|
+
return this._features;
|
|
542
561
|
}
|
|
543
562
|
catch (err) {
|
|
544
|
-
this.logEvent({ message: 'could not
|
|
563
|
+
this.logEvent({ message: 'could not parse FitnessMachineFeatures', error: err.message, stack: err.stack, device: this.getName(), raw: buffer?.toString('hex') });
|
|
545
564
|
return undefined;
|
|
546
565
|
}
|
|
547
566
|
}
|
|
@@ -549,6 +568,8 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
549
568
|
return this.getSupportedServiceUUids()?.some(s => (0, utils_js_1.matches)(s, consts_js_2.ZWIFT_PLAY_UUID));
|
|
550
569
|
}
|
|
551
570
|
buildFitnessMachineInfo(fitnessMachine) {
|
|
571
|
+
if (fitnessMachine == null)
|
|
572
|
+
return;
|
|
552
573
|
if (this.getName().startsWith('MRK-')) {
|
|
553
574
|
return ['avgSpeed', 'cadence', 'power', 'pace'];
|
|
554
575
|
}
|
|
@@ -583,6 +604,8 @@ class BleFitnessMachineDevice extends sensor_js_1.TBleSensor {
|
|
|
583
604
|
return info;
|
|
584
605
|
}
|
|
585
606
|
buildTargetSettingsInfo(targetSettings) {
|
|
607
|
+
if (targetSettings == null)
|
|
608
|
+
return;
|
|
586
609
|
const info = [];
|
|
587
610
|
const check = (flag, name) => {
|
|
588
611
|
if (targetSettings & flag)
|
package/lib/cjs/ble/fm/types.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/hr/index.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/hr/mock.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/hr/sensor.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/hr/types.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/ble/types.js
CHANGED
|
File without changes
|
package/lib/cjs/ble/utils.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/modes/base.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/modes/rower.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/cjs/modes/speed.js
CHANGED
|
File without changes
|
package/lib/cjs/modes/types.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/serial/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/cjs/serial/types.js
CHANGED
|
File without changes
|
|
File without changes
|