Version Bump

This commit is contained in:
Serge
2024-04-19 11:50:56 +02:00
parent 5fc999efe8
commit 5dc9061162
3 changed files with 3 additions and 3 deletions

View File

@@ -119,9 +119,8 @@ namespace GHelper.AnimeMatrix
public void SetStatic()
{
Set(Packet<SlashPacket>(0xD3, 0x00, 0x00, 0x07), "Static");
Set(Packet<SlashPacket>(0xD3, 0x00, 0x00, 0x01, 0xAC), "Static");
Set(Packet<SlashPacket>(0xD3, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF), "StaticWhite");
Set(Packet<SlashPacket>(0xD3, 0x00, 0x00, 0x01, 0xAC), "Static");
}
public void SetOptions(bool status, int brightness = 0, int interval = 0)