diff --git a/ABOUT.md b/ABOUT.md
index 50e207b..5f469c0 100644
--- a/ABOUT.md
+++ b/ABOUT.md
@@ -23,8 +23,8 @@ While most LPF2 components and Hubs are compatible with each other, there are ex
| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 |
| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | 17101 |
| Boost Interactive Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | 17101 |
-| Powered Up Train Motor | Motor | Yes | Yes | Yes | 60197
60198 |
-| Powered Up LED Lights | Lights | Yes | Yes | Yes | 88005 |
+| Powered Up Train Motor | Motor | No | Yes | Yes | 60197
60198 |
+| Powered Up LED Lights | Lights | Unknown | Unknown | Unknown | 88005 |
(1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point.
@@ -39,3 +39,7 @@ const lpf2 = new LPF2();
Examples are available in the "examples" directory.
+### Credits
+
+Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols.
+
diff --git a/README.md b/README.md
index 43b218a..9224b56 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,8 @@ While most LPF2 components and Hubs are compatible with each other, there are ex
| WeDo 2.0 Medium Motor | Motor | Yes | Yes | Yes | 45300
76112 |
| Boost Color and Distance Sensor | Sensor | *Partial (1)* | Yes | Yes | 17101 |
| Boost Interactive Motor | Motor/Sensor | *Partial (2)* | Yes | Yes | 17101 |
-| Powered Up Train Motor | Motor | Yes | Yes | Yes | 60197
60198 |
-| Powered Up LED Lights | Lights | Yes | Yes | Yes | 88005 |
+| Powered Up Train Motor | Motor | No | Yes | Yes | 60197
60198 |
+| Powered Up LED Lights | Lights | Unknown | Unknown | Unknown | 88005 |
(1) Only color mode is supported on the WeDo 2.0 Smart Hub at this point.
@@ -39,6 +39,10 @@ const lpf2 = new LPF2();
Examples are available in the "examples" directory.
+### Credits
+
+Thanks go to Jorge Pereira (@JorgePe), Sebastian Raff (@hobbyquaker), Valentin Heun (@vheun), and Johan Korten (@jakorten) for their various works and assistance on figuring out the Boost, WeDo 2.0, and Powered Up protocols.
+
## Classes