fix data rate update function

This commit is contained in:
Mohammed Saud 2020-02-11 22:46:14 +05:30
parent 96514c844e
commit 49a4e2c01a

View File

@ -29,7 +29,7 @@ let SetNwMode = () => {
let SetLimits = () => {
let dlim = undefined;
let ulim = undefined;
let setMaxRates = () => rs.JsonApiRequest('/rsConfig/SetMaxDataRates', {
let setMaxRates = () => rs.rsJsonApiRequest('/rsConfig/SetMaxDataRates', {
downKb: dlim,
upKb: ulim
});