From 443f6726c74bcfe2b7817cee24b75e7702354c60 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:33:57 +0200 Subject: [PATCH] Slash Lighting ID for GA605 #2892 --- app/AnimeMatrix/SlashDevice.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/AnimeMatrix/SlashDevice.cs b/app/AnimeMatrix/SlashDevice.cs index cb01f34a..1dfa1b7b 100644 --- a/app/AnimeMatrix/SlashDevice.cs +++ b/app/AnimeMatrix/SlashDevice.cs @@ -229,6 +229,10 @@ namespace GHelper.AnimeMatrix { protected override byte reportID => 0x5D; + public SlashDeviceAura() : base(0x19B6) + { + } + protected override SlashPacket CreatePacket(byte[] command) { return new SlashPacket(command, reportID);