You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "media_type", description: "Windows only: numeric media type of drive"},
143
143
{name: "type", description: "Windows only: type of drive, ex.: fixed, cdrom, ramdisk, remote, removable, unknown"},
144
-
{name: "readable", description: "Windows only: flag drive is readable (0/1)"},
145
-
{name: "writable", description: "Windows only: flag drive is writable (0/1)"},
146
-
{name: "removable", description: "Windows only: flag drive is removable (0/1)"},
147
-
{name: "erasable", description: "Windows only: flag whether if drive is erasable (0/1)"},
148
-
{name: "hotplug", description: "Windows only: flag drive is hotplugable (0/1)"},
144
+
{name: "readable", description: "Windows only: flag drive is readable (0/1)", unit: UBool},
145
+
{name: "writable", description: "Windows only: flag drive is writable (0/1)", unit: UBool},
146
+
{name: "removable", description: "Windows only: flag drive is removable (0/1)", unit: UBool},
147
+
{name: "erasable", description: "Windows only: flag whether if drive is erasable (0/1)", unit: UBool},
148
+
{name: "hotplug", description: "Windows only: flag drive is hotplugable (0/1)", unit: UBool},
149
149
150
150
{name: "remote_name", description: "Windows only: the remote name of the drive, if it uses a network name"},
151
-
{name: "persistent", description: "Windows only: if the network drive is mounted as persistent (0/1)"},
151
+
{name: "persistent", description: "Windows only: if the network drive is mounted as persistent (0/1)", unit: UBool},
152
152
{name: "localised_remote_path", description: "Windows only: If the path is given as a remote path, and that remote path has an assigned logical drive,"+
153
153
" this is the replaced path under that logical drive."},
"timezone": {description: "Sets the timezone for time metrics (default is local time)"},
46
46
"title": {
47
47
value: &l.TaskTitle,
48
-
description: fmt.Sprintf("Sets the task to check. This corresonds to the title of the scheduled task. Default: '%s'", CheckTaskschedDefaultTaskTitle),
48
+
description: fmt.Sprintf("Sets the task to check. This corresponds to the title of the scheduled task. Default: '%s'", CheckTaskschedDefaultTaskTitle),
49
49
},
50
50
"folder": {
51
51
value: &l.Folder,
52
-
description: fmt.Sprintf("The folder where the scheduled task is saved. This is used for exact matches, unless recurisive option is enabled. Default: '%s'",
52
+
description: fmt.Sprintf("The folder where the scheduled task is saved. This is used for exact matches, unless recursive option is enabled. Default: '%s'",
0 commit comments