2019-07-29 07:21:26 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Define the velbus connection type",
|
|
|
|
"data": {
|
2019-07-30 21:26:06 +00:00
|
|
|
"name": "The name for this velbus connection",
|
|
|
|
"port": "Connection string"
|
2019-07-29 07:21:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"port_exists": "This port is already configured",
|
|
|
|
"connection_failed": "The velbus connection failed"
|
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"abort": { "port_exists": "This port is already configured" }
|
2019-07-30 21:26:06 +00:00
|
|
|
}
|
2019-07-29 07:21:26 +00:00
|
|
|
}
|