23 lines
3.8 KiB
Plaintext
23 lines
3.8 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("Wireless")]
|
|
class DCPP_Wireless : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("WirelessSwitchCellularCtrl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchCellularCtrl;
|
|
[Write, Description("WirelessSwitchWlanCtrl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchWlanCtrl;
|
|
[Write, Description("WirelessSwitchBluetoothCtrl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchBluetoothCtrl;
|
|
[Write, Description("WirelessSwitchWiGigCtrl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchWiGigCtrl;
|
|
[Write, Description("WirelessSwitchGps"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchGps;
|
|
[Write, Description("WirelessSwitchUwb"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessSwitchUwb;
|
|
[Write, Description("WirelessWwan"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessWwan;
|
|
[Write, Description("WirelessUwb"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessUwb;
|
|
[Write, Description("WirelessLan"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WirelessLan;
|
|
[Write, Description("BluetoothDevice"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BluetoothDevice;
|
|
[Write, Description("LidMountedWirelessActivityLED"), ValueMap{"LEDIndicatesWirelessActivityStatus","AlwaysOff"}, Values{"LEDIndicatesWirelessActivityStatus","AlwaysOff"}] string LidMountedWirelessActivityLED;
|
|
[Write, Description("ZigBee"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string ZigBee;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|