Roku Remote Tool - RASP Script to Set Channel Tile Order

I am trying to use a Roku Remote Tool script to synchronize the tile locations for the channels my family most commonly uses on our three Roku Ultras.

I put each of the Rokus in Developer Mode and loaded the credentials in the Roku Remote Tool, then executed the following RASP script:

params:
rasp_version: 1
default_keypress_wait: 2
channels:
YouTube TV: 195316
Netflix: 12
Max: 61322
Paramount Plus: 31440
Prime Video: 13
Apple TV: 551012
Hulu: 2285
Disney Plus: 291097
The Roku Channel: 151908
steps:

  • channel_tile_order:
    0: YouTube TV
    1: Netflix
    2: Max
    3: Paramount Plus
    4: Prime Video
    5: Apple TV
    6: Hulu
    7: Disney Plus
    8: The Roku Channel

After the script is run the Remote Tool indicates that each step was completed successfully. However, none of the tiles move from their previous positions.

I would appreciate any suggestions on how to make this work.