documentation, limit for serials length, fixes

This commit is contained in:
Ivan
2023-10-16 02:57:17 +03:00
parent 343cc24b01
commit cc01af1b03
16 changed files with 2531 additions and 1492 deletions

View File

@ -609,6 +609,9 @@
xhr.onload = function() {
if (xhr.status === 200) {
showMessage("Данные успешно обновлены", true);
} else if (xhr.status === 400) {
showMessage("Устройство выключено", false);
console.error("Ошибка:", xhr.status);
} else {
showMessage("Не удалось обновить данные", false);
console.error("Ошибка:", xhr.status);