That’s a rounding error when sending. Also, to limit the number of digits, you could fine tune using:
// Unary plus-operator to cast string result of toFixed to a number:
tlak: +dekodovany_tlak.toFixed(2),
That’s a rounding error when sending. Also, to limit the number of digits, you could fine tune using:
// Unary plus-operator to cast string result of toFixed to a number:
tlak: +dekodovany_tlak.toFixed(2),