mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-17 23:59:57 +01:00
webapi: Rename limit to limit_relative
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user