A reactive library for controlling LEGO® Powered Up devices.
This package is part of PoweredUpJS.
Disclaimer: LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.
Install @powered-up/api
as a dependency:
# Install using Yarn
yarn add @powered-up/api
# Install using npm
npm install @powered-up/api
noble is used to establish the BLE
connection, it requires xpc-connection on macOS, which currently cannot be
installed without errors. Until the problem is officially fixed, the following
must be added to your package.json
file:
"resolutions": {
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}
Copyright (c) 2018-present, Clemens Akens. Released under the terms of the MIT License.
Generated using TypeDoc