summaryrefslogtreecommitdiff
path: root/hid/firefly/driver/firefly.mof
blob: 3a0ea7774f78ba94c0fc900389bb4a8a33f60f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#PRAGMA AUTORECOVER

[Dynamic, Provider("WMIProv"),
 WMI,
 Description("Firefly driver information"),
 guid("{AB27DB29-DB25-42E6-A3E7-28BD46BDB666}"),
 locale("MS\\0x409")]
class FireflyDeviceInformation
{
    [key, read]
     string InstanceName;
    [read] boolean Active;

    [WmiDataId(1),
     read,
     write,
     Description("Current state of the tail light.")]
    boolean TailLit;
};