From 87ee3e468154257113ec51a528bd618a9d41631c Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 24 May 2024 17:11:59 +0200 Subject: [PATCH] Slash Wake Up commands --- app/AnimeMatrix/SlashDevice.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/AnimeMatrix/SlashDevice.cs b/app/AnimeMatrix/SlashDevice.cs index 4adb065c..f52ccb2c 100644 --- a/app/AnimeMatrix/SlashDevice.cs +++ b/app/AnimeMatrix/SlashDevice.cs @@ -87,6 +87,8 @@ namespace GHelper.AnimeMatrix public void WakeUp() { Set(Packet(Encoding.ASCII.GetBytes("ASUS Tech.Inc.")), "SlashWakeUp"); + Set(Packet(0xD1, 0x01, 0x00, 0x01), "SlashWakeUp"); + Set(Packet(0xD2, 0x03, 0x00, 0x0C), "SlashWakeUpMode"); } public void Init()