21 lines
594 B
JSON
21 lines
594 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"port_exists": "This port is already configured"
|
|
},
|
|
"error": {
|
|
"connection_failed": "The velbus connection failed",
|
|
"port_exists": "This port is already configured"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"name": "The name for this velbus connection",
|
|
"port": "Connection string"
|
|
},
|
|
"title": "Define the velbus connection type"
|
|
}
|
|
},
|
|
"title": "Velbus interface"
|
|
}
|
|
} |