webapi: Rename limit to limit_relative

This commit is contained in:
Thomas Basler
2022-10-06 19:01:41 +02:00
parent 9e907b0ca7
commit c33c73fe01
2 changed files with 2 additions and 2 deletions

View File

@@ -491,7 +491,7 @@ export default defineComponent({
fetch("/api/limit/status")
.then((response) => response.json())
.then((data) => {
this.currentLimit = data[serial].limit;
this.currentLimit = data[serial].limit_relative;
this.successCommandLimit = data[serial].limit_set_status;
this.limitSettingSerial = serial;
this.limitSettingLoading = false;