1
0
Files
2025-10-31 08:58:36 +01:00

19 lines
2.1 KiB
Plaintext


[ClassVersion("1.0.0.0"), FriendlyName("Video")]
class DCPP_Video : OMI_BaseResource
{
[Key] String Category;
[Write, Description("MultiDisplay"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string MultiDisplay;
[Write, Description("SwitchableGraphics"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SwitchableGraphics;
[Write, Description("BootTimeVideo"), ValueMap{"Onboard","Addin"}, Values{"Onboard","Addin"}] string BootTimeVideo;
[Write, Description("AmbLightSen"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AmbLightSen;
[Write, Description("DockDisplayPort1VideoSource"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string DockDisplayPort1VideoSource;
[Write, Description("Optimus"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Optimus;
[Write] Uint32 BrightnessBattery;
[Write] Uint32 BrightnessAc;
[Write, Description("Password")] string Password;
[Write, Description("SecurePassword")] string SecurePassword;
[Write] string PathToKey;
};