Support for proper "Off" Lighting mode

This commit is contained in:
IceStormNG
2023-07-24 15:29:03 +02:00
parent 93ad46a685
commit 03a942b57e
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ namespace GHelper
{ LightingMode.React, Properties.Strings.AuraReact},
{ LightingMode.Comet, Properties.Strings.AuraComet},
{ LightingMode.BatteryState, Properties.Strings.AuraBatteryState},
{ LightingMode.Off, Properties.Strings.MatrixOff},
};
private List<LightingMode> supportedLightingModes = new List<LightingMode>();