Терморегулятор FIBARO THE HEAT CONTROLLER
- Производитель: FIBARO
- Код товара: FGT-001
На складе
- Инновационное управление зонами
- Точное измерение температуры
- Режим расписания с возможностью внесения временных изменений
- Пионерские алгоритмы, используемые для адаптивного самопрограммирования
- Значительное снижение затрат на отопление
- Удобная, экономичная зарядка аккумулятора один раз в сезон
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
showModalNotification();
ModalDialogResult(json['success']);
setTimeout(function () {
$('#cart .header__cart__indicator').html(json['total']);
}, 100);
$('#cart').load('index.php?route=common/cart/info');
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
//-->
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
//-->