2021-02-11 20:37:53 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Device is already configured"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
2021-02-26 17:34:40 +00:00
|
|
|
"unknown": "Unexpected error",
|
|
|
|
"pairing_failure": "Unable to pair: {error_id}",
|
|
|
|
"invalid_pin": "Invalid PIN"
|
2021-02-11 20:37:53 +00:00
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2021-02-12 00:02:46 +00:00
|
|
|
"api_version": "API Version",
|
|
|
|
"host": "Host"
|
2021-02-11 20:37:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"device_automation": {
|
|
|
|
"trigger_type": {
|
|
|
|
"turn_on": "Device is requested to turn on"
|
|
|
|
}
|
|
|
|
}
|
2021-02-12 00:02:46 +00:00
|
|
|
}
|