nextcloudpi/etc/ncp-config.d/nc-hdd-test.cfg
2019-01-04 18:14:52 -07:00

23 lines
421 B
INI

{
"id": "nc-hdd-test",
"name": "Nc-hdd-test",
"title": "nc-hdd-test",
"description": "Check HDD health",
"info": "Running no test will display test results",
"infotitle": "",
"params": [
{
"id": "SHORTTEST",
"name": "Short test",
"value": "yes",
"type": "bool"
},
{
"id": "LONGTEST",
"name": "Long test",
"value": "no",
"type": "bool"
}
]
}