46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"title": "UniFi Controller",
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up UniFi Controller",
|
|
"data": {
|
|
"host": "Host",
|
|
"username": "User name",
|
|
"password": "Password",
|
|
"port": "Port",
|
|
"site": "Site ID",
|
|
"verify_ssl": "Controller using proper certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"faulty_credentials": "Bad user credentials",
|
|
"service_unavailable": "No service available"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Controller site is already configured",
|
|
"user_privilege": "User needs to be administrator"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {}
|
|
},
|
|
"device_tracker": {
|
|
"data": {
|
|
"detection_time": "Time in seconds from last seen until considered away",
|
|
"track_clients": "Track network clients",
|
|
"track_devices": "Track network devices (Ubiquiti devices)",
|
|
"track_wired_clients": "Include wired network clients"
|
|
}
|
|
},
|
|
"statistics_sensors": {
|
|
"data": {
|
|
"allow_bandwidth_sensors": "Create bandwidth usage sensors for network clients"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |