45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"title": "Dual PID Espresso",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect Dual PID controller",
|
|
"description": "Enter the IP address or hostname of your machine.",
|
|
"data": {
|
|
"name": "Name",
|
|
"host": "Host / IP address",
|
|
"port": "Port",
|
|
"scan_interval": "Update interval (seconds)"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"title": "Reconfigure Dual PID controller",
|
|
"description": "Adjust name, host, port and update interval.",
|
|
"data": {
|
|
"name": "Name",
|
|
"host": "Host / IP address",
|
|
"port": "Port",
|
|
"scan_interval": "Update interval (seconds)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to the machine.",
|
|
"unknown": "Unknown error."
|
|
},
|
|
"abort": {
|
|
"already_configured": "This machine is already configured."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Dual PID options",
|
|
"data": {
|
|
"scan_interval": "Update interval (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|