Step-by-Step guide for adding Tuya-bulbs, Wi-Fi smart LED (Smart Life app) to OH2 using tuya-mqtt.js by AgentK

Hello,
I got the tuya-mqtt installed and working (I used the fork which supports protocol v 3.3). I can control my lights no problem.

I had a question about the “dps” index numbers. I have a Merkury RGB bulb from Walmart (link HERE) and I was watching the transactions coming out of tuya-mqtt when controlling the bulb with the app.

Some of the DPS indices were obvious, like the ones for power (1), brightness (3), and setting the scene (2); but others are a mystery, and I see them getting set when I change scenes.

For example:

tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/1 true
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/2 "white"
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/3 255
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/5 "ff00000000ffff"
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/6 "feedbb002c1a64"
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/8 "ffff3205ff000000ff00ffff00ff00ff0000ff"
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/9 "ffff3201ff0000"
tuya/eb31b3020ddf10759blnao/da8fdb33370bf37f/192.168.50.52/dps/10 "ffff3205ff000000ff00ffff00ff00ff0000ff"

Is there a way to find out what the other DPS indices mean? Or would someone know here?

Thanks!