2020-08-06 06:32:53 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-01 06:55:57 +00:00
|
|
|
"already_configured": "Already configured. Only a single configuration possible.",
|
|
|
|
"cannot_connect": "Failed to connect"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"setup_network": {
|
|
|
|
"data": {
|
|
|
|
"host": "Host",
|
|
|
|
"port": "Port"
|
|
|
|
},
|
|
|
|
"title": "Select connection address"
|
|
|
|
},
|
|
|
|
"setup_serial": {
|
|
|
|
"data": {
|
|
|
|
"device": "Select device"
|
|
|
|
},
|
|
|
|
"title": "Device"
|
|
|
|
},
|
|
|
|
"setup_serial_manual_path": {
|
|
|
|
"data": {
|
2020-10-02 00:05:51 +00:00
|
|
|
"device": "USB Device Path"
|
2020-10-01 06:55:57 +00:00
|
|
|
},
|
|
|
|
"title": "Path"
|
2020-10-02 00:05:51 +00:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"type": "Connection type"
|
|
|
|
},
|
|
|
|
"title": "Select connection type"
|
2020-10-01 06:55:57 +00:00
|
|
|
}
|
2020-08-27 00:04:55 +00:00
|
|
|
}
|
2020-10-01 06:55:57 +00:00
|
|
|
},
|
2021-10-02 12:59:05 +00:00
|
|
|
"device_automation": {
|
|
|
|
"action_type": {
|
|
|
|
"send_command": "Send command: {subtype}",
|
|
|
|
"send_status": "Send status update: {subtype}"
|
|
|
|
},
|
|
|
|
"trigger_type": {
|
|
|
|
"command": "Received command: {subtype}",
|
|
|
|
"status": "Received status: {subtype}"
|
|
|
|
}
|
|
|
|
},
|
2020-10-01 06:55:57 +00:00
|
|
|
"options": {
|
2020-10-02 00:05:51 +00:00
|
|
|
"error": {
|
|
|
|
"already_configured_device": "Device is already configured",
|
|
|
|
"invalid_event_code": "Invalid event code",
|
|
|
|
"invalid_input_2262_off": "Invalid input for command off",
|
|
|
|
"invalid_input_2262_on": "Invalid input for command on",
|
|
|
|
"invalid_input_off_delay": "Invalid input for off delay",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2020-10-01 06:55:57 +00:00
|
|
|
"step": {
|
|
|
|
"prompt_options": {
|
|
|
|
"data": {
|
|
|
|
"automatic_add": "Enable automatic add",
|
2020-10-02 00:05:51 +00:00
|
|
|
"debug": "Enable debugging",
|
2020-10-01 06:55:57 +00:00
|
|
|
"device": "Select device to configure",
|
2020-10-02 00:05:51 +00:00
|
|
|
"event_code": "Enter event code to add",
|
2022-02-25 19:43:29 +00:00
|
|
|
"protocols": "Protocols",
|
2020-10-01 06:55:57 +00:00
|
|
|
"remove_device": "Select device to delete"
|
|
|
|
},
|
|
|
|
"title": "Rfxtrx Options"
|
|
|
|
},
|
|
|
|
"set_device_options": {
|
|
|
|
"data": {
|
2020-10-02 00:05:51 +00:00
|
|
|
"command_off": "Data bits value for command off",
|
|
|
|
"command_on": "Data bits value for command on",
|
|
|
|
"data_bit": "Number of data bits",
|
2020-10-01 06:55:57 +00:00
|
|
|
"fire_event": "Enable device event",
|
|
|
|
"off_delay": "Off delay",
|
|
|
|
"off_delay_enabled": "Enable off delay",
|
2020-10-02 00:05:51 +00:00
|
|
|
"replace_device": "Select device to replace",
|
2021-02-03 10:46:49 +00:00
|
|
|
"signal_repetitions": "Number of signal repetitions",
|
|
|
|
"venetian_blind_mode": "Venetian blind mode"
|
2020-10-01 06:55:57 +00:00
|
|
|
},
|
|
|
|
"title": "Configure device options"
|
|
|
|
}
|
|
|
|
}
|
2021-10-02 12:59:05 +00:00
|
|
|
}
|
|
|
|
}
|