Slash Lighting ID for GA605 #2892

This commit is contained in:
Serge
2024-08-06 18:33:57 +02:00
parent f22f6eb960
commit 443f6726c7

View File

@@ -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);