21 lines
3.2 KiB
Plaintext
21 lines
3.2 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("StealthModeControl")]
|
|
class DCPP_StealthModeControl : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("StealthMode"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthMode;
|
|
[Write, Description("StealthModeLEDs"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeLEDs;
|
|
[Write, Description("StealthModeLCD"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeLCD;
|
|
[Write, Description("StealthModeSpeakers"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeSpeakers;
|
|
[Write, Description("StealthModeFans"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeFans;
|
|
[Write, Description("StealthModeBluetoothRadio"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeBluetoothRadio;
|
|
[Write, Description("StealthModeGPSReceiver"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeGPSReceiver;
|
|
[Write, Description("StealthModeWLANRadio"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeWLANRadio;
|
|
[Write, Description("StealthModeWWANRadio"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeWWANRadio;
|
|
[Write, Description("StealthModeWiGigRadio"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string StealthModeWiGigRadio;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|