Skip to content

Commit

Permalink
Add FW to Resolume Test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Jul 3, 2024
1 parent f071a67 commit 7dc91ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ArtNetTests.Binary_Tests.Resolume
{
internal class Resolume_Arena_MediaServer : AbstractArtPollReplyBinaryTestSubject
internal class Resolume_Arena_MediaServer_7_18_2 : AbstractArtPollReplyBinaryTestSubject
{
private static readonly byte[] DATA = [
0x41, 0x72, 0x74, 0x2d, 0x4e, 0x65, 0x74, 0x00,
Expand Down Expand Up @@ -40,8 +40,8 @@ internal class Resolume_Arena_MediaServer : AbstractArtPollReplyBinaryTestSubjec
[
new PortTestSubject(EPortType.OutputFromArtNet| EPortType.ArtNet,(Address)0,(Address)0)
];
public Resolume_Arena_MediaServer() : base(
"Resolume Arena MEDIASERVER",
public Resolume_Arena_MediaServer_7_18_2() : base(
"Resolume Arena MEDIASERVER (FW: 7.18.2)",
DATA,
0,
"Arena MEDIASERVER",
Expand Down

0 comments on commit 7dc91ec

Please sign in to comment.