From 384816b508bca0724bb117fb211a2028f6f39cdd Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Mon, 31 Dec 2018 14:33:39 -0800 Subject: [PATCH] Added hub compatibility table --- ABOUT.md | 12 +++++++++++- README.md | 12 +++++++++++- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index a3247ed..ee8ef59 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -32,7 +32,7 @@ Note: node-poweredup has been tested on macOS 10.13 and Debian/Raspbian on the R While most Powered UP components and Hubs are compatible with each other, there are exceptions. For example, there is limited backwards compatibility between newer components and the WeDo 2.0 Smart Hub. However WeDo 2.0 components are fully forwards compatible with newer Hubs. -| Name | Product Code | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability | +| Device Name | Product Code | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability | | ------------------------------- | ------------ | ------------- | ------------------ | -------------- | -------------- | ------------ | | WeDo 2.0 Tilt Sensor | 45305 | Sensor | Yes | Yes | Yes | 45300 | | WeDo 2.0 Motion Sensor | 45304 | Sensor | Yes | Yes | Yes | 45300 | @@ -42,6 +42,16 @@ While most Powered UP components and Hubs are compatible with each other, there | Powered UP Train Motor | 88011 | Motor | Yes | Yes | Yes | 60197
60198 | | Powered UP LED Lights | 88005 | Light | Yes | Yes | Yes | 88005 | +In addition, the Hubs themselves have certain built-in features which this library exposes. + +| Hub Name | Product Code | Built-In Features | Availability | +| ------------------ | ------------ | ---------------------- | ------------ | +| WeDo 2.0 Smart hub | 45301 | RGB LED
Piezo Buzzer
Button | 45300 | +| Boost Move Hub | 88006 | RGB LED
Tilt Sensor
2x Tacho Motors
Button | 17101 | +| Powered UP Hub | 88009 | RGB LED
Button | 60197
60198
76112 | +| Powered UP Remote | 28739 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 | +| Duplo Train Base | 28743 | RGB LED/Headlights
Speaker
Speedometer
Motor
Button | 10874
10875 | + ### Known Issues and Limitations diff --git a/README.md b/README.md index b0b5dcb..0b32632 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Note: node-poweredup has been tested on macOS 10.13 and Debian/Raspbian on the R While most Powered UP components and Hubs are compatible with each other, there are exceptions. For example, there is limited backwards compatibility between newer components and the WeDo 2.0 Smart Hub. However WeDo 2.0 components are fully forwards compatible with newer Hubs. -| Name | Product Code | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability | +| Device Name | Product Code | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability | | ------------------------------- | ------------ | ------------- | ------------------ | -------------- | -------------- | ------------ | | WeDo 2.0 Tilt Sensor | 45305 | Sensor | Yes | Yes | Yes | 45300 | | WeDo 2.0 Motion Sensor | 45304 | Sensor | Yes | Yes | Yes | 45300 | @@ -42,6 +42,16 @@ While most Powered UP components and Hubs are compatible with each other, there | Powered UP Train Motor | 88011 | Motor | Yes | Yes | Yes | 60197
60198 | | Powered UP LED Lights | 88005 | Light | Yes | Yes | Yes | 88005 | +In addition, the Hubs themselves have certain built-in features which this library exposes. + +| Hub Name | Product Code | Built-In Features | Availability | +| ------------------ | ------------ | ---------------------- | ------------ | +| WeDo 2.0 Smart hub | 45301 | RGB LED
Piezo Buzzer
Button | 45300 | +| Boost Move Hub | 88006 | RGB LED
Tilt Sensor
2x Tacho Motors
Button | 17101 | +| Powered UP Hub | 88009 | RGB LED
Button | 60197
60198
76112 | +| Powered UP Remote | 28739 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 | +| Duplo Train Base | 28743 | RGB LED/Headlights
Speaker
Speedometer
Motor
Button | 10874
10875 | + ### Known Issues and Limitations diff --git a/package.json b/package.json index 9e89a8b..471f879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poweredup", - "version": "1.4.2", + "version": "1.4.3", "description": "A Node.js module to interface with LEGO Powered UP components.", "homepage": "https://github.com/nathankellenicki/node-poweredup/", "main": "dist/index.js",