Slash Wake Up commands

This commit is contained in:
Serge
2024-05-24 17:11:59 +02:00
parent 05434f5a00
commit 87ee3e4681

View File

@@ -87,6 +87,8 @@ namespace GHelper.AnimeMatrix
public void WakeUp()
{
Set(Packet<SlashPacket>(Encoding.ASCII.GetBytes("ASUS Tech.Inc.")), "SlashWakeUp");
Set(Packet<SlashPacket>(0xD1, 0x01, 0x00, 0x01), "SlashWakeUp");
Set(Packet<SlashPacket>(0xD2, 0x03, 0x00, 0x0C), "SlashWakeUpMode");
}
public void Init()