Anyone willing to share some LWRF codes?

Hi
I’ve just got openmqttgateway up and running on a Sonoff RF Bridge.
I’m hoping to use this to help train and control LWRF lights, and I’m also hoping to avoid having to buy the LWRF hub as, once installed, I’m hoping not to need one.
But, I need some RF codes to pair sockets with so I can turn lights on and off.
I’m wondering if there is a way of generating codes that OpenMQTTgw can send or if someone would be willing to share a bunch of raw codes with me that I can use to pair my LWRF devices with.
Thanks

Hi,

You can use any number in the limit of an unsigned long,
https://www.arduino.cc/reference/en/language/variables/data-types/unsignedlong/

Most of the time we encounter values like the ones indicated in the wiki

Brilliant - thank you! I’ll give it a go.