PreSonus FaderPort 2 (2018) midi remote script

Hi all,
this is my result after testing Cubase 13:
Bad news for those who want to upgrade to Cubase 13 now.

If the script is started with Cubase 13, the coloring of the LEDs for the buttons Touch, Write, Read, Link, Pan, Channel and Scroll does not work correctly = for all buttons where it is possible to set the colors via RGB values.

Unfortunately, this cannot be solved now. The reason for the error must have been caused by Steinberg due to a faulty modification of MIDI Remote with Cubase 13. Again with Cubase 12 there are no such problems.

More precisely, the error appears here:
This function no longer works correctly after the update to Cubase 13 and it is very strange why not:

function setRGBLED(device, ledID, r, g, b) {
    midiOutput.sendMidi(device, [ 0x91, ledID, r])
    midiOutput.sendMidi(device, [ 0x92, ledID, g])
    midiOutput.sendMidi(device, [ 0x93, ledID, b])
}

I would therefore recommend not upgrading to Cubase 13 now.

Best regards
CKB (Christian)