diff --git a/ABOUT.md b/ABOUT.md
index 4362f64..a3247ed 100644
--- a/ABOUT.md
+++ b/ABOUT.md
@@ -32,15 +32,15 @@ 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 | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability |
-| ------------------------------- | ------------- | ------------------ | -------------- | -------------- | ------------ |
-| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | 45300 |
-| WeDo 2.0 Motion Sensor | Sensor | Yes | Yes | Yes | 45300 |
-| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 |
-| Boost Color and Distance Sensor | Sensor | *Partial* | Yes | Yes | 17101 |
-| Boost Tacho Motor | Motor/Sensor | *Partial* | Yes | *Partial* | 17101 |
-| Powered UP Train Motor | Motor | Yes | Yes | Yes | 60197
60198 |
-| Powered UP LED Lights | Light | Yes | Yes | Yes | 88005 |
+| 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 |
+| WeDo 2.0 Medium Motor | 45303 | Motor | Yes | Yes | Yes | 45300
76112 |
+| Boost Color and Distance Sensor | 88007 | Sensor | *Partial* | Yes | Yes | 17101 |
+| Boost Tacho Motor | 88008 | Motor/Sensor | *Partial* | Yes | *Partial* | 17101 |
+| Powered UP Train Motor | 88011 | Motor | Yes | Yes | Yes | 60197
60198 |
+| Powered UP LED Lights | 88005 | Light | Yes | Yes | Yes | 88005 |
### Known Issues and Limitations
diff --git a/README.md b/README.md
index 0db6bdc..b0b5dcb 100644
--- a/README.md
+++ b/README.md
@@ -32,15 +32,15 @@ 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 | Type | WeDo 2.0 Smart Hub | Boost Move Hub | Powered UP Hub | Availability |
-| ------------------------------- | ------------- | ------------------ | -------------- | -------------- | ------------ |
-| WeDo 2.0 Tilt Sensor | Sensor | Yes | Yes | Yes | 45300 |
-| WeDo 2.0 Motion Sensor | Sensor | Yes | Yes | Yes | 45300 |
-| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 |
-| Boost Color and Distance Sensor | Sensor | *Partial* | Yes | Yes | 17101 |
-| Boost Tacho Motor | Motor/Sensor | *Partial* | Yes | *Partial* | 17101 |
-| Powered UP Train Motor | Motor | Yes | Yes | Yes | 60197
60198 |
-| Powered UP LED Lights | Light | Yes | Yes | Yes | 88005 |
+| 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 |
+| WeDo 2.0 Medium Motor | 45303 | Motor | Yes | Yes | Yes | 45300
76112 |
+| Boost Color and Distance Sensor | 88007 | Sensor | *Partial* | Yes | Yes | 17101 |
+| Boost Tacho Motor | 88008 | Motor/Sensor | *Partial* | Yes | *Partial* | 17101 |
+| Powered UP Train Motor | 88011 | Motor | Yes | Yes | Yes | 60197
60198 |
+| Powered UP LED Lights | 88005 | Light | Yes | Yes | Yes | 88005 |
### Known Issues and Limitations
diff --git a/package.json b/package.json
index 6edaafe..9e89a8b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-poweredup",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/index.js",