The OSC Manual at https://www.etcconnect.com/WebDocs/Controls/EosFamilyOnlineHelp/en/Content/23_Show_Control/08_OSC/Using_OSC_with_Eos/OSC_Third-Party_Integration/OSC_Get.htm
Shows /eos/out/notify/cuelist/list/<list index>/<list count> = <uint32: sequence number>, ...
However, if you delete multiple consecutive cue lists at once it sends a string instead of an integer value for the cue lists e.g.
OSC 2026-04-19 14:38:23.988 [127.0.0.1:3037] SEND [OSC Packet] /eos/out/cmd, BLIND: Cue 8 / : Delete Cue 4 / + 5 / + 7 / #(s), 0(i)
OSC 2026-04-19 14:38:24.088 [127.0.0.1:3037] SEND [OSC Packet] /eos/out/notify/cuelist/list/0/3, 12(i), 4-5(s), 7(i)
I would expect the message in this case to be
/eos/out/notify/cuelist/list/0/3, 12(i), 4(i), 5(i), 7(i)